I have a main MAIN.PRG calling my login form which in turn
calls my sales orders form. in my sales order form, in LOAD event, I call my files.prg which opens all my tables in separate work areas. On the next line, I issue a " select sot" statement with sot being the cursor bound to a Grid on page 1 of s.o. form.
This works fine if I call the program from command box with 'DO Main'. However, when I compiled my programs and forms into a project and then application, the select sot command gave me an 'alias not found' error.
Any suggestions ?
thanks in advance !!!
Hershey
[sig][/sig]
calls my sales orders form. in my sales order form, in LOAD event, I call my files.prg which opens all my tables in separate work areas. On the next line, I issue a " select sot" statement with sot being the cursor bound to a Grid on page 1 of s.o. form.
This works fine if I call the program from command box with 'DO Main'. However, when I compiled my programs and forms into a project and then application, the select sot command gave me an 'alias not found' error.
Any suggestions ?
thanks in advance !!!
Hershey
[sig][/sig]