Hi
We have a large number of tables and we need to perform data entry on such tables, but without creating a separate data entry form for each table if possible. Is there a way whereby we pass a table name and a few field names in the table to a form and the ultragrid on the form binds itself to the table and its fields allowing us a quick data entry option?
Thanks
Regards
What I do to make this dynamic is to create a table called metaColumns that holds information about the tables and columns I want to view. In the Initialize layout event I first loop through all columns setting them hidden. Then loop though the metaColums table to show those appropriately and in the positional order wanted. Also have much more information in the meta table. Field length, column caption, input mask, etc.
Nick
At what point do you bind the table to the grid so in Initialize layout event the columns are accessible?