Quailco
2014-01-05, 18:57
Is there a place I can find detailed descriptions of each commands execution.
I have a set of code using select that works in vfp but it gives me a "no more work areas available" and i cant tell how to detect that so I can exit.
he code is:
FOR X=1 TO 32767
SELE (X)
IF USED()
SCATT MEMV
ENDI
ENDF
It simple cks all possible work areas for data. The programs here are built to not care what databases are available or whats open or what application there working in thats why its so generic.
TIA
Jim
I have a set of code using select that works in vfp but it gives me a "no more work areas available" and i cant tell how to detect that so I can exit.
he code is:
FOR X=1 TO 32767
SELE (X)
IF USED()
SCATT MEMV
ENDI
ENDF
It simple cks all possible work areas for data. The programs here are built to not care what databases are available or whats open or what application there working in thats why its so generic.
TIA
Jim