Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating class definitions on the fly
Message
 
 
To
10/05/2006 13:38:57
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01120742
Message ID:
01120751
Views:
13
>Nadya,
>
>I think you need the compile. Th exe doesn't have SET DEVELOPMENT ON (this would be ignored anyway in an exe)
>
>
>For development mode I do :
>
>set procedure to (forceext(argv[ m.i ], 'prg')) additive
>
>
>for an exe
>
>set procedure to (forceext(argv[ m.i ], 'fxp')) additive
>
>
>Just took some bits of code I have
>
>I think the compile + set procedure to (forceext(argv[ m.i ], 'fxp')) additive is the way to go

Hi Gregory,

It seems to work with set procedure to ....prg additive. However, we have VFP installed on our PCs. We need to check on another PC where we don't have VFP.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform