Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can not get it right
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01092465
Message ID:
01092482
Views:
14
What kind of error do you get?
Maybe the error is generated by the mismatching quotations in evaluate('m.toThis." + m.lcObjName)?

>Hi everybody,
>
>It's easy to solve for someone else, but for myself I'm stumbled. I have a program, where I'm passing an object reference. In that program I add a new object to the passed object. Now I want to access this newly added object. Would you please help me out with the syntax?
>
>
>lcObjName ="o" + chrtran(alltrim(cReportCategory.ccode_description),space(1),"") + "bar"
>
>		toThis.add(m.lcObjName, "cBar")
>		
>		with evaluate('m.toThis." + m.lcObjName)
&& Error here
>
>toThis is an object reference. lcObjName is the name for the newly created object property of toThis
>
>Thanks in advance.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform