NetTalk Central

Author Topic: Get Related Data  (Read 3075 times)

HeinBarkhuizen

  • Newbie
  • *
  • Posts: 3
    • View Profile
    • Email
Get Related Data
« on: June 04, 2015, 03:30:39 AM »
I need to fetch / update some data after completing a webForm.
In a Desktop App i'll get the related data using a View or Prop:Sql Statement, none of these return any result for me in my Web Application.

What is the best approach here?

Hein

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Re: Get Related Data
« Reply #1 on: June 04, 2015, 03:31:40 PM »
Prop:sql will work. Just make sure you open and close all the tables.

HeinBarkhuizen

  • Newbie
  • *
  • Posts: 3
    • View Profile
    • Email
Re: Get Related Data
« Reply #2 on: June 04, 2015, 11:12:35 PM »
Thank you Kevin, That worked!