Hello all,
I try to use SET PATH as following:
SET PATH TO
mpad = ((rstam)+'familie-boek\&naamdb\person1')
WAIT WINDOW mpad
SET PATH TO '&mpad' additive
WAIT WINDOW DBF()
the first WAIT WINDOW returns mpad
the second WAIT WINDOW returns an other table used in the INIT of my form
What is wrong in my code?
regards,
Paul
I try to use SET PATH as following:
SET PATH TO
mpad = ((rstam)+'familie-boek\&naamdb\person1')
WAIT WINDOW mpad
SET PATH TO '&mpad' additive
WAIT WINDOW DBF()
the first WAIT WINDOW returns mpad
the second WAIT WINDOW returns an other table used in the INIT of my form
What is wrong in my code?
regards,
Paul