I just created a 6i form that uses a host command.
HOST('START ftp.exe -s:c:\temp\ftp.txt', no_screen);
The command works as expected until I run it from 9ias. When I try to run the form web based, nothing happens. There are no errors, it just doesnt work. I expect that there is a problem with the HOST command running on 9ias. Is there any way I can work around the problem?
thanks for any suggestions
HOST('START ftp.exe -s:c:\temp\ftp.txt', no_screen);
The command works as expected until I run it from 9ias. When I try to run the form web based, nothing happens. There are no errors, it just doesnt work. I expect that there is a problem with the HOST command running on 9ias. Is there any way I can work around the problem?
thanks for any suggestions