Hi,
I declared a Cursor in globals, and trying to reutilize in the activity and getting:
Error description: Use of undeclared array: CursorName
In a clicksub of a button.
I called the SQL data in another sub...
Its possible share cursor data between the subs without call ExecuteNonQuery all time?
Tried a simple Dim CurName as Cursor on Globals and Process Globals with no luck.
Thanks
I declared a Cursor in globals, and trying to reutilize in the activity and getting:
Error description: Use of undeclared array: CursorName
In a clicksub of a button.
I called the SQL data in another sub...
Its possible share cursor data between the subs without call ExecuteNonQuery all time?
Tried a simple Dim CurName as Cursor on Globals and Process Globals with no luck.
Thanks