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
Miscellaneous
Thread ID:
00395271
Message ID:
00395281
Views:
10
>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

Alex,

Are you editing an existing record or cancelling an add for a new one?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform