I have to open a table repeatedly in VFP9
I tried in every way but returns me the error "table already open"
what is the best way to solve the problem?
USE &mscheda AGAIN IN 0
APPEND BLANK
REPLACE codiceid WITH ALLTRIM(thisform.text2.Value)
REPLACE DESCART WITH "MANODOPERA "+ALLTRIM(thisform.text1.Value)
REPLACE QUANTITA WITH MNORE
if I use the same open table returns error
table already open
help my please
I tried in every way but returns me the error "table already open"
what is the best way to solve the problem?
USE &mscheda AGAIN IN 0
APPEND BLANK
REPLACE codiceid WITH ALLTRIM(thisform.text2.Value)
REPLACE DESCART WITH "MANODOPERA "+ALLTRIM(thisform.text1.Value)
REPLACE QUANTITA WITH MNORE
if I use the same open table returns error
table already open
help my please