Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Client_Host('copy ...not working

sh426093inJul 26 2004 — edited Jul 27 2004
Hi,
Im using Webutil in a form. Client_Text_IO is first used to generate a file thro fopen.
lc_file := c:\abc.txt

However when i try to copy the same file into a destination it doesn't work.Im using

Client_Host('copy'||lc_file||'lpt1',NO_SCREEN);

The java console gives the the following msg.

Setting property WUH_EXECUTION_MODE to 0
Setting property WUH_EXECUTE to copy c:\abc.txt
Getting property WUH_EXECUTE
Setting property WUH_PROC_ID to 2
Getting property WUH_RC
Setting property WUH_CLEAR_PROC to 2

Pl. suggest how to make the copy command work ?Where am I going wrong?

Regds,
Shruti.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 24 2004
Added on Jul 26 2004
6 comments
681 views