Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
One to many updatable form
Message
From
28/11/1997 15:00:58
 
 
To
28/11/1997 14:19:38
George Alexander
Qatar Armed Forces
Doha, Qatar
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00062681
Message ID:
00062762
Views:
42
>First). I am using table buffering. I use child cursor so that the user will be able to add records without affecting
>the table.

With table buffering, you could do an APPEND BLANK directly in the child table. The changes won't be send to the tables until you issue a TABLEUPDATE(). VFP do directly what you are doing by code.

>2. I copy the records of the child cursor into array and use insert(SQL) into the child table and then give the
>tableupdate.

Do you verify the result of TABLEUPDATE()? It return .F. if the change were unsuccessful.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform