-
ssTab & MSFlexGrid
I have a DB which contains a number of items which are grouped in areas. I would like display the items in each area in an MSFlexGrid unique to the area and control which MSFlexGrid is displayed with the ssTab control. The problem i have is that i have no idea how many areas there could be so i need to load the MSFlexGrids required at runtime and associate each MSFlexGrid with on the the ssTabs, which i dont know how to do.
Any help Please.
-
you can create contols at runtime by creating a control array.
select your flexgrid, copy it, and paste it on the form.
you will be asked if you want to create a contol array
click Yes
now you can add and remove the controls at will