Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Strange behavior of my grid...
Message
From
29/07/1999 12:08:42
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Strange behavior of my grid...
Miscellaneous
Thread ID:
00247737
Message ID:
00247737
Views:
54
This is i problem I have been fighting with for a very long time and newer got any good solutions... When i'm working with a grid I often create a temporary table (in dataenvironment.beforeopentables) which I edit in grid. So far so good. The problem is when i'm moving around in the "real" table and need to update my temporary table with new records. My forms refresh method looks something like this:

select tempgridtable
zap
select realtable
scan for....
insert into temptable ....
endscan

If any object except the grid has the focus when i'm doing form.refresh() everything is fine and all the records shows correctly. But if the grid has the focus then the grid becomes empty. Why?

The problem only seem to occurs when grid.RecordSourceType = 1 (Alias)

Can somebody help me out here?

/Mårten Törnquist
---( Mårten Törnquist )---
Next
Reply
Map
View

Click here to load this message in the networking platform