toddsevans
Technical User
Something very strange is happening when I use SELECT...
Here is a portion of the code:
*******************************************************
SELECT deduc
SET FILTER TO deduc.loan_no = ALLTRIM(macct1)
GOTO TOP
WAIT ALIAS() WINDOW
DO WHILE !EOF()
WAIT ALIAS()WINDOW
*******************************************************
The first WAIT WINDOW returns deduc as you would expect
The second WAIT WINDOW returns borrower which is another table I have in the data environment.
I have tried USED() and AUSED() to determine that there is a table in use and that deduc is in fact open.
I cannot figure out how borrower is becoming the currently selected table.
Help!!!
Here is a portion of the code:
*******************************************************
SELECT deduc
SET FILTER TO deduc.loan_no = ALLTRIM(macct1)
GOTO TOP
WAIT ALIAS() WINDOW
DO WHILE !EOF()
WAIT ALIAS()WINDOW
*******************************************************
The first WAIT WINDOW returns deduc as you would expect
The second WAIT WINDOW returns borrower which is another table I have in the data environment.
I have tried USED() and AUSED() to determine that there is a table in use and that deduc is in fact open.
I cannot figure out how borrower is becoming the currently selected table.
Help!!!