Set Default To (mydatapath) < defined variable
If File("TL-All.dbf")
myfile = "TL-All"
If !Used(myfile)
Use (myfile) In 0
Endif
Select (myfile)
Endif
alias() (TL-All) does not show in debugger so I tried another table and different command style.
If !Used("tl-web")
Use tl-web In 0
Endif
Select tl-web < form will not compile this line
Can anyone help me with this?
Thanks
Coldan
If File("TL-All.dbf")
myfile = "TL-All"
If !Used(myfile)
Use (myfile) In 0
Endif
Select (myfile)
Endif
alias() (TL-All) does not show in debugger so I tried another table and different command style.
If !Used("tl-web")
Use tl-web In 0
Endif
Select tl-web < form will not compile this line
Can anyone help me with this?
Thanks
Coldan