Koen Piller
Programmer
Hi,
The following routine errors "Structuralindex not found"
The crazy thing is that when I copy this method to a test.prg and excute it outside of my form, it works without error.
Checked my Datasessions and only one dbf Declaraties and only one cursor curDeclaraties exsist.
How do I check for the presence of the Structuralindex?
Regards,
Koen
The following routine errors "Structuralindex not found"
Code:
Parameters tcAlias, tiID
Update declaraties ;
SET ;
declaraties.datumvan = curdeclaraties.datumvan ;
from curdeclaraties ;
where declaraties.Id = curdeclaraties.ID AND declaraties.id = tiID
ln=aerror(myerror)
The crazy thing is that when I copy this method to a test.prg and excute it outside of my form, it works without error.
Checked my Datasessions and only one dbf Declaraties and only one cursor curDeclaraties exsist.
How do I check for the presence of the Structuralindex?
Regards,
Koen