Executing Winderz fP Menu Items
GCC Consulting
gcc at optonline.net
Thu Mar 31 09:59:19 PST 2005
> -----Original Message-----
> From:
> filepro-list-bounces+gcc=optonline.net at lists.celestial.com
> [mailto:filepro-list-bounces+gcc=optonline.net at lists.celestial
.com] On Behalf Of Mike Rathburn
> Sent: Wednesday, March 30, 2005 10:13 PM
> To: 'Filepro-List'
> Subject: Executing Winderz fP Menu Items
>
> fPODBC
>
> In a *nix/fP menu script, you can execute other filePro menu
> items by referencing them as such:
>
> /fp/menus/admin.-1
>
> In a Winderz/fP menu script, trying something like:
>
> CALL c:\fp\menus\admin.-1
>
> Will launch Winderz file association prompt thing because it
> doesn't know which program to run to execute a '.-1' file.
> How can another menu script be referenced from a menu script
> in Windows filePro?
>
> -MikeR
>
> _______________________________________________
> Filepro-list mailing list
> Filepro-list at lists.celestial.com
> http://mailman.celestial.com/mailman/listinfo/filepro-list
Mike,
I would suggest copying admin.-1 to admin1.bat and then call admim1.bat.
However, if you need to run this option from the menu option just run, add the
command line under the first one.
@\fp\rreport foobar -f myreport -v sel_this -ia -a -u
@\fp\rclerk foobar2 -s1 -xi
You can have as many command line as you need. I have one menus option that
runs 12 different processes.
There really is no need to call anything.
Richard Kreiss
GCC Consulting
More information about the Filepro-list
mailing list