Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using =cursorsetprop()
Message
De
31/10/1997 21:10:22
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00057442
Message ID:
00057712
Vues:
35
>>When adding a new record, all I want to do is SCATTER. If I want to
>>SAVE, then I will GATHER. If I do not want to save, then I will do nothing.
>>Am I not using =cursorsetprop() correct?
>Robert,
>
>If you are using scatter and gather then you are using the old FP 2.x way of buffering data edits. If you want to use buffering in VFP then don't bother with the scatter and gather stuff. I would suggest chosing to do this one way or the other.
>
>First off your cursorsetprop function call is not complete, it does not specify the alias that you want to set the property for and if the wrong work area is selected you may be setting buffering in the wrong place. Secondly, record buffering will casue VFP to automatically issue a tableupdate if the record pointer is moved in the buffered work area, table buffering does not do this and requires you to do the tableupdate explicitly instead.

thanks Jim - that was a great answer.. do you have the time to give me a
code example of what you are talking about?
Robert Keith
Independent Developer
San Antonio, Texas
E-mail address:
rebelrob1@yahoo.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform