|
|
|
Re: how can i call an exe file in form?? [message #132520 is a reply to message #132090] |
Sat, 13 August 2005 15:47 |
oraclejo
Messages: 50 Registered: July 2005 Location: Ammar
|
Member |
|
|
hello
the most important question before answering you thread is what Forms version are using, for if you are using Forms9i 10g, you are working in Web enabled mode, and dealing with OS programs is different
Please visit otn and look for webutil tool, which is designed to solve web integration problems. if you want to call serious program from within forms ,, you need to consider call DLL using ORA_FFI, previously known as User Exits.
ammar sajdi
www.e-ammar.com
|
|
|
Re: how can i call an exe file in form?? [message #135473 is a reply to message #132520] |
Wed, 31 August 2005 12:57 |
Tafer
Messages: 64 Registered: July 2005 Location: Here!
|
Member |
|
|
oraclejo wrote on Sat, 13 August 2005 15:47 | hello
the most important question before answering you thread is what Forms version are using, for if you are using Forms9i 10g, you are working in Web enabled mode, and dealing with OS programs is different
Please visit otn and look for webutil tool, which is designed to solve web integration problems. if you want to call serious program from within forms ,, you need to consider call DLL using ORA_FFI, previously known as User Exits.
ammar sajdi
www.e-ammar.com
|
I'm having a problem running an external application from forms 6i on Windows XP.
The problem is that "host" isn't working. I'm calling a .exe made in .NET. and it seems that this kind of applications can't be executed under simple console commands.
I'm trying ot understand this "USER EXITS", but I'm not going anywhere with this...
Any help is really appreciated.
|
|
|