Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Build Project command
Message
From
07/04/2018 10:59:17
 
 
To
07/04/2018 10:38:42
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Miscellaneous
Thread ID:
01659217
Message ID:
01659219
Views:
53
>Can use BUILD PROJECT to rebuild programmatly any vfp project as follow:
>
>BUILD PROJECT ProjectFileName [RECOMPILE] 
>   [FROM ProgramName1 | MenuName1 | ReportName1 | LabelName1 | 
>            FormName1 | LibraryName1 [, ProgramName2 | MenuName2 | 
>            ReportName2 | LabelName2 | FormName2 | LibraryName2 ...]]
>
>in the vfp\project\informations there is 3 options to check/uncheck manually (at least) :
> -debug on/off
> -crypted on/off
> -attach icon (choose a valid icon).
>
>how insert programmatly these 3 options ?
>more generally,how insert all informations programmatly as the dialog in the attached photo?
>
>thanks.

I don't know, but I suggest that you have a look at Doug Hennig's Project Explorer at https://github.com/DougHennig/ProjectExplorer. It has the feature you want, and it comes with source, so hopefully you can find what you're looking for there.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform