Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Loading data environments dynamically
Message
 
To
13/11/2002 14:19:59
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00722298
Message ID:
00722971
Views:
10
don't know if this is your case, but this could happen when the recourd source of your grid is an Select statment or you make a select statment to an alias, if this is your case try to set the recordsource = "" before running the query something like this
Thisform.grid1.recordSource = []
Select * from whatever into cursor otherthing
Thisform.grid1.recordSource = [OtherThing]
.......
DO WHILE .T.
      ME.Work()
ENDDO
Previous
Reply
Map
View

Click here to load this message in the networking platform