Henry Chen
MIS
i use the same code as below
sele 1
set exclu off
use outa
copy stru to tx3
sele 9
USE tx3
index on dtoc(date)+out_no tag tx3
in vfp6 will not have problem,
but in my vfp9 will have error
file must be opened exclusive
why,
and other people's vfp9 also no error
sele 1
set exclu off
use outa
copy stru to tx3
sele 9
USE tx3
index on dtoc(date)+out_no tag tx3
in vfp6 will not have problem,
but in my vfp9 will have error
file must be opened exclusive
why,
and other people's vfp9 also no error