Hi, can someone help me to solve the following problem:
I have this code:
1.SELECT field1,field2 FROM table INTO CURSOR crs
2.use in (select("table"))
3.use table in 0 alias tblalias
4.sele tblalias
5.brow
I get "File is in use" al line 3.
I need to let cursor active but i need to close table
Please help me to solve this.
I have this code:
1.SELECT field1,field2 FROM table INTO CURSOR crs
2.use in (select("table"))
3.use table in 0 alias tblalias
4.sele tblalias
5.brow
I get "File is in use" al line 3.
I need to let cursor active but i need to close table
Please help me to solve this.