Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Not lUseLocalData + 3-tier config
Message
De
24/08/2004 15:45:06
 
 
À
20/08/2004 12:17:08
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00934919
Message ID:
00936088
Vues:
20
>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform