Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Strange cListObjEditForm behavior
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Titre:
Strange cListObjEditForm behavior
Divers
Thread ID:
00395271
Message ID:
00395271
Vues:
42
I have a form that has a clistobjedit in it.

Whenever I click on the edit button (which opens a clistobjeditform I created based on the clistobjedit class), if I hit the Cancel button on the clistobjeditForm the record gets deleted from the clistobjedit.

In order for my clistobjeditform not to delete when cancelling out, I had to force the clistobjeditform's uRetVal to .t. before hiding the form. My cmdCancel.click() event looks like this:

ThisForm.uRetVal = .t.
ThisForm.Hide()

The cmdCancel.click() in the base class (clistobjeditform) is:

ThisForm.uRetVal = .f.
ThisForm.Hide()

Is this a bug or am I missing something?

Thanks!

Alex
Low-carb diet not working? Try the Low-food diet instead!
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform