Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Objects on Form
Message
From
09/11/1999 16:48:01
 
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Title:
Miscellaneous
Thread ID:
00289277
Message ID:
00289298
Views:
21
>The property lcBizObjC01 contains only the Bizness object name i.e. C01BizObj. And I used the Statement
>
>= requery("thisform.'+thisform.lcBizObjC01+'.odeloader.oDataEnvironment.aCursors[1]")
>
>I think the + gives the syntax error. I am not sure..
No - you need to consistently use the same types of quotes in the string. Try:

= requery("thisform."+thisform.lcBizObjC01+".odeloader.oDataEnvironment.aCursors[1]")
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform