Hi,
My app has built-in FTP functionaly available as a procedure in a .prg file. I would like to execute this procedure without having to wait for it to finalize like "do ftp nowait". Is there a way to achieve this.
I thought of putting it in own .dll but then (apparently) I can't use dialogs and putting it in an own .exe probably gets slow (.exe startup).
/Micael
My app has built-in FTP functionaly available as a procedure in a .prg file. I would like to execute this procedure without having to wait for it to finalize like "do ftp nowait". Is there a way to achieve this.
I thought of putting it in own .dll but then (apparently) I can't use dialogs and putting it in an own .exe probably gets slow (.exe startup).
/Micael