Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating Executable Please help
Message
From
04/03/2002 09:17:17
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00624471
Message ID:
00627760
Views:
20
>Thank you very much Hilmar i tried it workde fine.
>
>I have two .vcx classes the first one is genclass.vcx and the sencond one is general library.vcx.
>
>i did for genclass.vcx it worked fine.
>
>but when i did this for general class.vcx
>
>set exclusive on
>use general library.vcx
>
>it gave me a message unrecognised phrase and char.
>because there is a space between general and library .vcx
>what should i do when there is a space in the name.vcx.
>
>Thank you.

You should not use spaces - it ain't worth the trouble.

However, I think you can open it like this:
use "general library.vcx"
or:
lcClassLib = "general library.vcx"
use (lcClassLib)
You would use the second syntax anyway, if you write a program to open and pack all VCX-files.

HTH, Hilmar.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Reply
Map
View

Click here to load this message in the networking platform