DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: How to pass parameters into other application using HOST

  1. #1
    Join Date
    Nov 2002
    Posts
    2

    How to pass parameters into other application using HOST

    Hi,

    I am aware that by using host we can call any other applications from D2K. Is there any similar way to pass parameteres into the other application calling from D2K. Could anyone please assist me with a sample code.

    Thank you.
    Saladiss,

  2. #2
    Join Date
    May 2002
    Location
    USA
    Posts
    462
    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
  •  


Click Here to Expand Forum to Full Width