Hi All,
I want to call Excel from Developer 2000 asynchronously.
Any help will be appreciated.
Thanks
Vijay.
Printable View
Hi All,
I want to call Excel from Developer 2000 asynchronously.
Any help will be appreciated.
Thanks
Vijay.
Dude, my pacemaker is full of plastics!
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.