Accessing form controls
Tech-Archive recommends: Fix windows errors by optimizing your registry
I have 2 classes. One where the form resides and I created another one for
all the database stuff.
after i get data from the db i want to be able to update the form. I have
the namespace of where the form code is but how do i get to the controls
themselves.
newbie in the class world.. still trying to figure it all out :)
Thanks for any help...
.
Relevant Pages
- Re: The Zen nature of a Delphi database application
... results directly to UI controls, then write data from the controls to ... then write data back from the modified objects to the DB for storage? ... I load the whole contents of the database into my business objects, ... I have dreamt of the perfect OO database application framework ... (comp.lang.pascal.delphi.misc) - Re: multiple subform images per main search form record
... Document ScreenDumps of: ... get a marker and label all controls with the Name property so when you ... save your word doc in the directory with the database you are documenting ... Show Images from Continuous Subform ... (microsoft.public.access.formscoding) - Re: When to (not) use the ADO data control
... > over is that you should use unbound controls in favor of bound controls. ... simple database program for your own use, ... > programmer that wrote the application used a mixture of DAO data controls ... I am by no means an advocate of bound controls. ... (microsoft.public.vb.general.discussion) - Re: Setting a referenced object to null
... "The controls" is an extremely non-specific description. ... of data that is fetched from a database. ... the variable reference something else. ... need to filter what is seen and what is not seen. ... (microsoft.public.dotnet.languages.csharp) - Re: ADD method syntax for collections
... any database record was capable of displaying three photographs; ... I get "Photo4" highlighted in a line "If ... or is it a query? ... On that form, I guess you have controls that are, or are supposed to be, bound to the Photo fields. ... (microsoft.public.access.formscoding) |
|