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:
00395292
Views:
11
Good morning James,

>Are you editing an existing record or cancelling an add for a new one?

I just added the record (it's actually in the buffer at this point).

Then I decide to go back to this record and edit it's contents, so I click on the edit button.

Once in the clistobjeditform I click cancel.

Now the record is gone from the buffer (removed from the clistobject).

Thanks!

Alex



>>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,
>
Low-carb diet not working? Try the Low-food diet instead!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform