Develop

Hi all,
I have a shortcut to the appbuilder which connects to my db also for developing. However I wish the app builder, when it launches to open my .w that I wish to develop, automatically without having to go File>Open>...
Cheers
 
Assuming that you have a shortcut directly into AppBuilder on your desktop, all you need to do is add the -param startup parameter to the command-line. So if you want to start AppBuilder and automatically load "test.p", change the command-line start-up for AppBuilder to read:

{DLC}\bin\prowin32.exe -p _ab.p -param test.p
 
Of course

Just downed on myself,
the params on my shortcut are fine. The -db has my database and the rest work fine. However the -p is for the appbuilder / -p ab_.p. However if I supstitute this to -p myprog.p Da Dah. The appbuilder will not launch - my program will instead.
Cheers for the thinking Guys.



{DLC}\bin\prowin32.exe -p _ab.p -param test.p[/QUOTE]
 
Back
Top