Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid change position after Refresh
Message
From
15/01/1999 15:08:21
Senna Dwipayana
Indo Rebel Apparel Cv
Bandung, Indonesia
 
 
To
15/01/1999 13:04:15
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00176580
Message ID:
00176649
Views:
22
Thanks for replied Edward,
I don't quite understand about what you mean by rewrite,
But this is what I actually did,
Grid.Init
Create cursor mycursor (myfield1 C(100),myfield2 C(100))
WITH this
.RecordSource='mycursor'
.RecordSourceType=1
Endwith

Listbox. interactivechange
SELECT mycursor
ZAP

SELECT * from mytable into array myarray
IF _TALLY<>0
insert into mycursor from array myarray
endif
this.parent.mygrid.refresh()


Then, the grid change it's position, it's still at the same position if I look at debugger window, but it change on screen, and what "messy" is the grid shape after refresh is overlapping by the grid before refresh.
Senna Dwipayana
Being good is better
Being better is a bless
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform