I would add the first control to the form at design time, set it's visible property to False and it's Index to 0. Then when I needed the first control I would make this one visible and place it where I wanted. Then with each additional control that I needed I would do something like Load Text1(NewIndex).
I populate a MSFlexgrid from an Access Database using a DataControl too.
My problem is that my MSFlexgrid is filled only a few rows
(500 of 50.000)
If I do this with a Datagrid there is no problem.
What can I do to populate the whole file from Access in my MSFlexGrid. (I prefer using MSFlexgrid than Datagrid in my application because is easier to programing the cells)
New question! Start a new thread so we can all see whats going on. See faq222-2244 paragraph 6
________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first
'People who live in windowed environments shouldn't cast pointers.'
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.