Hi guys,
I have a following codes in RDC
Sub ExecQ need sometimes to return values. Sub Do_process need these values for other process.
How to pause Sub Do_Process from execution until Sub ExecQ return values?
Thanks in advance.
I have a following codes in RDC
B4X:
Sub btnConnect_Click
reqManager.Initialize(Me, ConTxt.Text)
ExecQ("select_fngd")
Do_Process
End Sub
Sub ExecQ need sometimes to return values. Sub Do_process need these values for other process.
How to pause Sub Do_Process from execution until Sub ExecQ return values?
Thanks in advance.