paulcsf
January 11th, 2004, 10:56 AM
Hello All,
I am trying to build an app that uses a SQL database for the layout of the gui. The reason being that the functionallity of the gui will always be the same, but will go to many different customers that want their own layout.
I have figured out how to get datasets and bind them to datagrids, but does anybody know how to easily get individual elements out of the database?
Such as I have a record with many of the properties of a button. It's text, location, size, etc. I can't figure out how to get those values out of the database and use them for the button initialization.
Thanks in advance,
Paul
I am trying to build an app that uses a SQL database for the layout of the gui. The reason being that the functionallity of the gui will always be the same, but will go to many different customers that want their own layout.
I have figured out how to get datasets and bind them to datagrids, but does anybody know how to easily get individual elements out of the database?
Such as I have a record with many of the properties of a button. It's text, location, size, etc. I can't figure out how to get those values out of the database and use them for the button initialization.
Thanks in advance,
Paul