Select_Into_Callback (OpenInsight 32-bit)
At 15 APR 2013 10:49:57PM Tony Lillyman wrote:
Hi All
I have an issue with Select_Into which works most of the time but occaisonally breaks with a
Select_Into_Callback, Line 606
"Labelled Common has nort been defined"
Any ideas on which labelled common is missing ?
Thanks
At 22 APR 2013 05:04PM bob carten wrote:
Select_into_Callback uses a variable named common to store store the results of a callback.
if method eq 'new' then call dostime(handlename)
Equ comm_prefix$ To 'rti_seli_'
comid = comm_prefix$:handlename
common comidbufresult@, bufcolheads@, bufcolwidths@, bufRowcount@
while the report is running, SELECT_INTO buffers the results in that common. I'm guessing that OI uses the wrong handle or that the common is freed during the report. Do you have more details about when the problem occurs?