Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Buffering with parent and child tables.
Message
 
À
01/10/2001 16:03:26
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00562744
Message ID:
00562781
Vues:
16
>Hello All,
>
>I am looking for suggestions on how to effectively implement buffering for a one-to-many form. This is not the entire scope of the project but mastering this technique would be just great. I know what to do for a single table, it is the child tables where I am confused.
>The code below would be indicative of what I would do for a single table.
>
> Set Multilocks On
> CURSORSETPROP("Buffering",4, "cust" )
> If TableUpdate()
> ThisForm.Refresh
> Else
> Messagebox("Update Not Sucessful")
> EndIf
>
>I am trying to determine if I should just select the child then do the above code again or if there is a more streamlined approach.

Try using a transaction...
Eric Kleeman - EDS Consulting Services
MCP Visual FoxPro
MCSD C#.NET
Hua Hin Thailand
Los Angeles California
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform