I have made an program in VFP
But my report locks the partij table
When i start my report an sql query runs an shows the report
That works fine.
but when i close my report my tables are locked witch i use in my sql query that i use for my report.
How can i use select * from partij without locking my table
i only want to read my table partij, not lock it.
i get the error message "file is in use".
the partij table is an detail table of an header/detail table.
So i can't close the partij table
But my report locks the partij table
When i start my report an sql query runs an shows the report
That works fine.
but when i close my report my tables are locked witch i use in my sql query that i use for my report.
How can i use select * from partij without locking my table
i only want to read my table partij, not lock it.
i get the error message "file is in use".
the partij table is an detail table of an header/detail table.
So i can't close the partij table