Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A basic business object save() question
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00145174
Message ID:
00145403
Views:
32
> What am I missing?

Tom,

Tkae a look at the current version (3.02) of the Developers Guide. On pages 55-56, they talk about "Specifying and Creating View Parameters". Go into your bizobj class (HistoryObjSingle) and in the PostInitHook method, add the code as shown. You then need to add a new property to your bizobj class. The manual uses cCountry as an example, you could call yours cSingle.

Then in the form you could say:

ThisForm.HistoryObjSingle.cSingle = "1"
ThisForm.HistoryObjSingle.Requery()

Kind Regards,

Mat Kennedy
Decision Support Technology Inc.
Matthew Kennedy
Decision Support Technology Inc.

"I try to take one day at a time, but sometimes several days attack me all at once." ~ Ashleigh Brilliant

New Jersey Dot Net User Group
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform