Re: Zooming Out: The Larger Issue



Well i personally would have chosen a different aproach

I would have set up a dataset with the desired interface with the dataset designer , and then bind my controls to this dataset

Then you can add colors with the bound controls and save the dataset to a XML file or a binary file ( smaller and faster to serialize deserialize , however you can`t add items then with notepad )

On startup of your app you could just check if the xml / binary file exists and if so desiaralize it to a dataset object and rebind it to your controls

Thank you for the idea. I think I am going to try to pursue a course of action similar to this.

.



Relevant Pages

  • Re: Form does no longer bind to table
    ... >> Its a multiuser environment with backend and frontend mdb files. ... >> The form has a lot of controls. ... >> The form does not bind without filter either. ...
    (microsoft.public.access.forms)
  • Re: Reading UC variable from page. (Again... ;o)
    ... with the XML file more than likely belongs in a class, ... Public Shared Function GetPropertyByName(ByVal name As String) As String ... Private Shared Function GetAllValuesAs NameValueCollection ... > Karl has helped me in the past in regards to communicating between controls> and pages: ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Dynamic event handlers and code
    ... and based on that, create the appropriate controls. ... Then, using reflection, find the appropriate method you need (as ... specified in the XML file), and attach that as the event handler. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: bound control problem
    ... I have bound controls that bind to a small access ... > textbox bound to a date time column by removing the date in the textbox ... > to be able to put dbnull.value into the column if users are removing the ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Create Table/Record Controls Form
    ... You use the Record Source property of the ... Then you bind each field in the table to ... Dave Hargis, Microsoft Access MVP ... Since I had problems with the custom controls toolbat upgrading to even ...
    (microsoft.public.access.formscoding)