Página 1 de 1

Question About lShared

Publicado: Mar Abr 10, 2007 10:08 am
por Dionisis Divaris
Hello to all
Is it possible to change the setting of TDbfDataSet:lShared durring
program execution to perform i.e a Redexing Operation in a way like:
:oDBf:Close()
::oDbf:lShared:= .F.
::oDbf:Open()
.........................
Reindexing etc....
::oDbf:Close()
::oDBF:lShared:= .T.
::oDbf:Open()
........... Continue Data Proccessing.
Regards
DIONISIS