Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A basic business object save() question
Message
From
08/10/1998 18:12:28
 
 
To
08/10/1998 15:09:38
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00145174
Message ID:
00145252
Views:
37
>As has been suggested more than once, I do all my file maintenance via business objects. Let's talk about the History.dbf table. I have two views: lv_History (this just retrieves everything when I do a requery) and lv_HistorySingle (this has a filter on it so that only one record is retrieved, based on the cid). Their corresponding bizobjs are HistoryObj and HistorySingleObj. I use thisform.HistoryObj1.new(), populate my fields, and then thisform.HistoryObj1.save(). If I then use thisform.HistorySingleObj1.requery() (and I know the cid is correct) I get no records returned. If I exit the application and go back to it everything is fine.
>
>What am I missing?
>
>Thanks.
>
>Tom

Did you set up the viewparamaters property of the business object?

BOb
Previous
Reply
Map
View

Click here to load this message in the networking platform