Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Properties in .vcx files
Message
 
 
To
19/06/2001 12:51:03
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00521089
Message ID:
00521172
Views:
18
>Example:
>
>lccontrolsource ='controlsource = '+TRIM(_cpagefields.VIEW)+'.'+;
> TRIM(_cpagefields.field_name)+crlf
>
>and my issue is it looks like it should be since thats how fox handles it in the memo files when you compile any class manually. Based on your response and others it looks like it would be worth changing. Rolling out vfp6 with sql back-end compatibility shortly and just wanting to go over some little glitches.

If that is the current command to create the string, then it is not added the quotes. The correct command would be:
lcControlSource = 'ControlSource = "' + TRIM(_cpagefields.VIEW) + '.' ;
		+ TRIM(_cpagefields.field_name) + '"' + crlf
Mark McCasland
Midlothian, TX USA
Previous
Reply
Map
View

Click here to load this message in the networking platform