A_Radiolog_inFoxPro
IS-IT--Management
Dear All ,
Its me again , Happy new year.
another issue I am facing is that I create a table and then when the program(subroutine) exists ( returns to the main program ) the table file remains locked. And I can't re-run the software because the file is in use.
my code is as follows.
create table <some directory some name>.dbf (sysmln c(254))
use <some directory some name>.DBF
then the program exists this file <>.dbf is still locked and I can't reuse it and shows an error.
I have no Idea what to do to resolve this,
I tried to add at the end :
FCLOSE ('<>.DBF')
erase <>.DBF
but nothing helped.
I am in no way an expert with foxpro I am just doing my best to optimise it
Thank you in advance
The Idiot
Its me again , Happy new year.
another issue I am facing is that I create a table and then when the program(subroutine) exists ( returns to the main program ) the table file remains locked. And I can't re-run the software because the file is in use.
my code is as follows.
create table <some directory some name>.dbf (sysmln c(254))
use <some directory some name>.DBF
then the program exists this file <>.dbf is still locked and I can't reuse it and shows an error.
I have no Idea what to do to resolve this,
I tried to add at the end :
FCLOSE ('<>.DBF')
erase <>.DBF
but nothing helped.
I am in no way an expert with foxpro I am just doing my best to optimise it
Thank you in advance
The Idiot