PDA

View Full Version : Userform With DataGrid or FlexGrid



Rasm
04-08-2011, 03:05 AM
I need a data grid on my userform - but data grids & flexgrids are not trusted - according to Mr Gates - what is a good grid to use on a userform. I need the grid for input of user settings - needs to be dynamic - so dont want to use textboxes

Excel Fox
04-08-2011, 03:36 AM
Rasm, you could use any of GridView or FlexGrid. The problem is not the trust, it's with portability. If you do not plan to use it on multiple versions of the office application, you could go with either of these.

However, one would think a safer bet would be to go with textboxes. Even if you wanted it to be dynamic, there could still be ways to put in a dynamic code which can replace the need of a Grid.

Rasm
04-08-2011, 04:08 AM
Is gridview a third party usercontrol ? - I did use itGrid - absolutely the best - but they went out of bussiness. So I am a bit leary of third party OCXs

Excel Fox
04-08-2011, 04:12 AM
It is not third party.

Rasm
04-09-2011, 04:07 AM
How is the GridView listed under the list of controls - I cannot find it - sorry - maybe I am half blind or something:o

Excel Fox
04-09-2011, 09:05 AM
Microsoft DataGrid Control 6.0 (SP6) OLEDB