Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
tablerevert in Grid
Message
De
09/12/1997 09:03:21
 
 
À
08/12/1997 18:11:06
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00063641
Message ID:
00064632
Vues:
79
>>You should use DE.Cursor.BufferModeOverride properties to set table buffering. If you didn't do this you had row pessimistic or optimistic setting.
>
>I don't understand how to use DE.Cursor.BufferModeOverride properties after viewing the help menu and the language reference menu. For example, my tables are called demo (parent table), daily (child table), and encount (child table). Daily and encount are the tables in the grid box which I would like to have the "revert" option. I tried to type
>
>DE.Cursor.BufferModeOverride=5
>
>in init method but I got an error message saying that "Object DE is not found". Besides, I do not have any cursor in my data environment, how can I achieve my task without creating a cursor? One way I can think of is to use CURSORSETPRO("buffering",5) for each table.
>
>Thanks a lot.
>
>
>Chu

DE means DataEnvironment. You can set property in Form Designer or programmatically using Thisform.DataEnvironment.CursorX....., or using Cursorsetprop().
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform