02-14-2011, 06:03 PM
Hi Gintaras,
I've reached a big roadblock and hoping you can help.
Was calling code based on your queue mac and dlg above from a button on a "main" dialog (main is several buttons that launch various other dlgs). When I went to compile, it resulted in error because the "Queue" button was calling a macro (exec_ftp_queue).
I tried to work around this by creating a single dialog dlg_ftp_queue that contains the grid and then exec's the code on OK. Been very close but no cigar.
Was wondering if it's possible to call from another dlg a combined queue dlg grid and then exec the code on ok? If so, please include your modification in later post that added the line "qmg3x.getfile("$my qm$\ftp queue.csv"); err" after calling dlg, as this was a sticking point for me.
Your help is much appreciated!
I've reached a big roadblock and hoping you can help.
Was calling code based on your queue mac and dlg above from a button on a "main" dialog (main is several buttons that launch various other dlgs). When I went to compile, it resulted in error because the "Queue" button was calling a macro (exec_ftp_queue).
I tried to work around this by creating a single dialog dlg_ftp_queue that contains the grid and then exec's the code on OK. Been very close but no cigar.
Was wondering if it's possible to call from another dlg a combined queue dlg grid and then exec the code on ok? If so, please include your modification in later post that added the line "qmg3x.getfile("$my qm$\ftp queue.csv"); err" after calling dlg, as this was a sticking point for me.
Your help is much appreciated!