I've spent few time working with virtual grid.
And I've observed, REFRESH method does not refresh virtual grid!!!
The way to refresh, I've found, is set ItemCount property again.
Is it correct?
Error in grid
Moderator: Rathinagiri
- Pablo César
- Posts: 4059
- Joined: Wed Sep 08, 2010 1:18 pm
- Location: Curitiba - Brasil
Re: Error in grid
In my pratices with grid, seems only work by rebuilding itens with ADD ITEM.
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
Re: Error in grid
AddItem doesn't work with virtual grid...Pablo César wrote:In my pratices with grid, seems only work by rebuilding itens with ADD ITEM.
- Pablo César
- Posts: 4059
- Joined: Wed Sep 08, 2010 1:18 pm
- Location: Curitiba - Brasil
Re: Error in grid
ahhh virtual, sorry: probably does not work.
But normal grid yes it works !
For i=1 to Len(aLinha)
ADD ITEM aLinha To Grid_1 of Form_1
Next
But normal grid yes it works !
For i=1 to Len(aLinha)
ADD ITEM aLinha To Grid_1 of Form_1
Next
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
Re: Error in grid
I want to refresh this topic to ask you:
Did you try to colorize virtual grid dynamically?
It's not working in my opinion.
Am I wrong?
Did you try to colorize virtual grid dynamically?
It's not working in my opinion.
Am I wrong?
- esgici
- Posts: 4543
- Joined: Wed Jul 30, 2008 9:17 pm
- DBs Used: DBF
- Location: iskenderun / Turkiye
- Contact:
Re: Error in grid
Hi Marek
It have some experimental works for both REFRESH and ADDITEM methods.
I hope that help you.
Regards
--
Esgici
mol wrote:I've spent few time working with virtual grid.
And I've observed, REFRESH method does not refresh virtual grid!!!
The way to refresh, I've found, is set ItemCount property again.
Is it correct?
Did you tried LL_DBUmol wrote:AddItem doesn't work with virtual grid...
It have some experimental works for both REFRESH and ADDITEM methods.
I hope that help you.
Regards
--
Esgici
Viva INTERNATIONAL HMG 