Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parm Values at Run Time for BizObjs
Message
From
18/07/2001 12:44:15
 
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00531166
Message ID:
00532107
Views:
14
>Anthony,
>
>>I like this approach. But what I'm not sure of, is when I get down to the GetSQLString method, if my parameter values are stored in business object properties, I need to reference them in the GetSQLString as :
>>
>> this.parent.oparentobj.propertyname
>>
>>Is this the best way?
>
>Actually, the parameters and their values are passed to the data access object's Requery method in the taParms parameter which in turn passes them to the GetSQLString method, so you can simply pick them up from there.
>
>Regards,

I was trying to avoid using the AddViewParameter() method, but that seems now to be the best way.
Thanks for your help.
Previous
Reply
Map
View

Click here to load this message in the networking platform