Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Newbie Form Buttons
Message
De
02/11/1999 17:43:34
Jimmy Ditta
Twin City Electronics
Monroe, Louisiane, États-Unis
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00285790
Message ID:
00285801
Vues:
22
>>What's the easiest way to put a "save to database" button and a "cancel" button on a form?
>>
>>JD
>
>All my data is saved implicitly. That is no change is ever canceled unless the user explicitly clicks my Cancel button. My Exit button class has 1 line of code: ThisForm.QueryUnload(). My Cancel button has 2 lines of code:
>
>ThisForm.lCanceled = .t.
>ThisForm.QueryUnload()
>
>By default, my form baseclass property, lCanceled, is set to False. In my form's QueryUnload method, I test the form's lCanceled property. If true, I call the form's RevertTables method. If not canceled, I call the form's UpdateTables method.
>
>On my data entry form, all I have to do is drop my Cancel and Exit button on the form.


I guess what i'm asking is how to do your last statement. The rest of the stuff I kinda halfway understood. (Remember, I'm new to this!)

Thanks
JD
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform