Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Objects on Form
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Title:
Objects on Form
Miscellaneous
Thread ID:
00289277
Message ID:
00289277
Views:
58
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......
Next
Reply
Map
View

Click here to load this message in the networking platform