Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Newbie Help
Message
From
25/01/1999 13:40:26
 
 
To
25/01/1999 12:53:59
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00179888
Message ID:
00179926
Views:
20
>I'm developing my first VFP6 application. My previous experience has been with FPW 2.5. The customer wants to only update records when an update button is pushed. I am using a remote view to a FoxPro database that resides on the server. If I make the input fields control source the field from the remote view, everythings updates OK. But the customer only wants to update when an update button is pushed. I changed the control source of the fields to be memory variables, and in the code of the update button I issued a "replace remoteview.field with memory variable" type statement. Now I keep getting update conflict errors. What am I doing wrong????

Firstly, remote views are used to reach non-Foxpro data. Working with native VFP tables you can use either local view or open tables directly, the same way as you do in 2.5. Depending on what you select here, you will design your interface in next step.
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform