I have a strange problem here: In my app (VFP 7), I have a bunch of tables
opened. Let's say Table1 is opened in area 1 as alias Table1, and Table2 is
opened in area 2 as alias Table2, from DatabaseABC. I have Form1 in which
Table1 is the source of data. In Form1, I click on one of the listed items
and this opens Form2 with the details coming from Table2. To show data from
Table2, I do a SELECT TABLE2. The data is not showing properly. I kept the
Data Session window opened to see what is happening and after I issue SELECT
TABLE2, the alias TABLE1 is still highlighted as selected. How could this
be??? (To go over this, I issue a BROWSE, and only then TABLE2 is selected...
stranger, no?)
Please help... I'm supposed to ship this app to my client this weekend!
Pat