Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Save() an empty view
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00345629
Message ID:
00345743
Views:
12
>> There are also a "Previous" and "Next" button that lets the user move between weeks. In them I call a Save() to make sure any changed info gets saved. Essentially all I do is loop through dummy view and add/update any changes to v_order. Then I call the bizobj's Save() method. The bizobj has lSaveAllRows set .T. .
>>
>
>Paul,
>
>I am not sure about the error you are receiving, but I guess you could simply avoid it by adding code to your save method:
>
>IF RECCOUNT('v_order') > 0
> DODEFAULT()
>ENDIF
>
>Kind Regards,
>
>Mat

Yeah, coding around it isn't a big deal. I was just kind of wondering if this isn't something the framework should be handling.
-Paul

RCS Solutions, Inc.
Blog
Twitter
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform