Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Calling an exe from Forms 9i.

Status
Not open for further replies.

Thameem

Programmer
Sep 18, 2002
30
US
Hi,
I need to call an exe developed from proc using the Forms 9i screen. The exe recides in the database.
alo I need to pass some values to it. How I go about this. Will be helpful if replied with sample syntax.
 
here is a command line Im using in a project Im working on right now.

HOST('START ftp.exe -s:c:\temp\ftp.txt', no_screen);

But, My HOST commands work fine while Im working with developer... but when I move my 6i form to the 9ias server, my HOST command seems to stop working.. Im guessing there are some problems with the HOST command when running web based forms, but I havnt gotten that far yet...

 
Web based forms will only run executables that are stored on the middle tier server.

You will need to write some java routines to execute programs on the local client PC.
 
But since the middle tier server has ftp.exe resident shouldnt it work for me?
 
I assume your middle tier server is Unix, perhaps?

If ftp.exe is written for Windows it will not run under Unix......
 
no we're strictly win2k in this app. i can run ftp at the 9i app server, it just wont work when called by my form.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top