Página 1 de 1

Saving and restoring values of all controls on a form

Publicado: Sab Ago 25, 2007 3:20 pm
por Stephan Hennekens
Hi,
I want to save (and restore) all values of all the controls on a form. I
already know how to catch the controls objects (explained in a previous
thread by Jose), but I need to know the names given by me to the controls.
(Jose allready explainted how to catch the values). I tried with
aControl:cVarName, but this raises an error. Strange, because cVarName is a
property that is present in the object browser.
Cheers,
Stephan