Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Not lUseLocalData + 3-tier config
Message
From
24/08/2004 15:45:06
 
 
To
20/08/2004 12:17:08
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00934919
Message ID:
00936088
Views:
21
>4. To the method first() of the class kBizObj:
>Replace the following code:
>
> loDataAccess = This.GetDataAccessObject()
> lnRetVal = loDataAccess.First()
>
>With:
>
> loExecutant = This.GetExecutant()
> lnRetVal = loExecutant.First()
>
>5. The same as 4. to the other methods: last, next and prior.

I'm not using Three Tier design at the moment (so I haven't checked this), but shouldn't This.GetDataAccessObject() return a reference to the Executant, eliminating the need for a code change?

Chris.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform