Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Repeated adds in cListObjEdit
Message
 
To
26/06/2002 18:30:21
James Lucoff
Solutions Consulting Group
San Diego, California, United States
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00672719
Message ID:
00672738
Views:
13
>User would like to allow repeated adds of new records in a cListObjEdit object. Currently he has to add one record, then press the Add button to add another. Would like a Next button on the form for entering the new record that would automatically bring him back to a blank form for entering the next new record.
>
>Any suggestions on how to do this?
>
>Thanks

In your next button. you should just be able to call ThisForm.oBizObj.Save(), then call ThisForm.oBizObj.New() - and (possibly) call the Refresh() method for the page. That's pretty much all the framework does, except it synchronizes the form & pages with these actions.
-Paul

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

Click here to load this message in the networking platform