Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Objects on Form
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Titre:
Objects on Form
Divers
Thread ID:
00289277
Message ID:
00289277
Vues:
57
Hi,

I have a form which has a buisiness object in it.

This business object load the DE.

I want to requery my views in the DE from my form method and for that I want to get the cursor array, wchich stores the view names.

When I call it using this following command, it works.(C01BizOb is my business object name).
=requery('Thisform.C01BizObj.oDeLoader.oDataEnvironement.aCursor[1]')

But I don't want to hard code the bizobj name. So I stored the bizobj name in a property and and used it insted.
=requery('Thisform.lcBizObjC1.oDeLoader.oDataEnvironement.aCursor[1]')
Then it gives the error member not found.

Any ideas please......
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform