|
-
The syntax could be
Host('ifrun60 custform.fmx scott/tiger statistics=yes paramters');
Say this form has a parameter "DNO" thru which it displays the form. So in the calling form using host command u'll write:
host('d:\orant\bin\ifrun60 empdetails.fmx dno='||:deptno);
similarly u can try for passing parameters to other executables.
siva prakash
DBA
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|