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

Thread: Calling host commands from d2k asynchronously

  1. #1
    Join Date
    Mar 2002
    Posts
    301
    Hi All,

    I want to call Excel from Developer 2000 asynchronously.
    Any help will be appreciated.

    Thanks
    Vijay.
    Say No To Plastics

  2. #2
    Join Date
    Mar 2002
    Location
    Mesa, Arizona
    Posts
    1,204
    Dude, my pacemaker is full of plastics!
    "I do not fear computers. I fear the lack of them." Isaac Asimov
    Oracle Scirpts DBA's need

  3. #3
    Join Date
    Sep 2001
    Location
    NJ, USA
    Posts
    1,287
    1. create small "starter" form, with start host procedure and input parameter HOST_COMAND.

    2. in main form use :
    Create_parameter_list(..) for pass parameter and
    RUN_PRODUCT(Forms, .... ASYNC..) and start host commaand (thru form)
    asynchronously.

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