> does any one know, "invalid call issued while executing a SQLMORERESULT() sequence" error message means?
> I ommit
SQLEXEC(connhandle,'select * from table','mycursor')
and i got that error massage.
> i never had that erroe before. my apps works perfectly fine before. than yesterday i got it!
> but stangely, if i open my project then executing one of my form, it works once then the STRANGE error occurs.
> BUT...the error only happens in the project designer. the EXE works fine....(give a hadhace...! ;-< )
> does any one can help me?
> << to share, to learn, to act >>
> <<
taz@kioss.com>>
It means that your previous select statement is still waiting to send you data because you are running in Batch or Synchronous mode.
Look in help for more detail on the SQLMORERSULTS() function.
KTB