Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Proper use of tableupdate()
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Proper use of tableupdate()
Miscellaneous
Thread ID:
00414076
Message ID:
00414076
Views:
68
I'm having a problem using tableupdate() on a form. The problem is on one of my pageframes I have a grid that is linked to another database (copies.dbf). The relation is set between the two (Tables: accounts & copies). The only problem I'm having is executing the tableupdate for the other table. I'm assuming my syntax is wrong.

frame 3 is the only page with reference to the copies db, and the active db is accounts. And just issuing a tableupdate() only updates the accounts db.

Here's the code for the OK Button...
if thisform.frameaccount.activepage = 3
tableupdate(1,copies) && results in an error
else
tableupdate()
endif
thisform.refresh

As always, thanks for the help.
Marvin Masson
Next
Reply
Map
View

Click here to load this message in the networking platform