Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
540
Quick data entry via ultragrid
posted

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

Parents
No Data
Reply
  • 3186
    Offline posted

    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

Children