Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
When to refresh a remote view?
Message
From
07/07/1999 20:47:46
 
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00238415
Message ID:
00238635
Views:
22
Bill,

Unfortunately, you must requery() the datasource.

In developing client/server apps I have always tried to keep a minimalist approach by giving the user a query screen that pulls up a few key fields worth of data.

The user selects the actual record they want to modify, delete, etc and a separate single record query is run based on the primary key of the record the user selected. This returns a single record cursor that is current at that time.

I have found that using a parameterized view works well for the editable record, and use spt (sequel pass through) for the read only navigation cursor.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform