Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Strange cListObjEditForm behavior
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Title:
Strange cListObjEditForm behavior
Miscellaneous
Thread ID:
00395271
Message ID:
00395271
Views:
41
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!
Next
Reply
Map
View

Click here to load this message in the networking platform