<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2013/7/31 Terry A. Haimann <span dir="ltr"><<a href="mailto:terry@haimann.us" target="_blank">terry@haimann.us</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Interesting and I didn't know you could do that.  But, more of what I<br>
have in mind is.<br>
<br>
I have a bunch of database components on a form, I want them to be<br>
enabled only after hitting the edit or insert button on the DbNavigator.<br>
Since this is going to occur in multiple points in my button procedure,<br>
it would be programmatically better if this could be done in a sub<br>
procedure.  Also, I have fields that are dependent on other fields, so<br>
fieldsz only would become active if fieldx has a 'Y' in it.<br>
<div class="HOEnZb"><div class="h5"><br>
On Wed, 2013-07-31 at 07:45 +0200, Mattias Gaertner wrote:<br>
> On Tue, 30 Jul 2013 22:53:40 -0500<br>
> "Terry A. Haimann" <<a href="mailto:terry@haimann.us">terry@haimann.us</a>> wrote:<br>
><br>
> > I am sure this is a dumb ?, but I want a subroutine that will change all<br>
> > of the components of a form to Enabled := False.<br>
> ><br>
> > How do I do this?<br>
><br>
> for i:=0 to ControlCount-1 do<br>
>   Controls[i].Enabled:=false;<br>
><br>
> Mattias<br>
</div></div></blockquote></div><br></div><div class="gmail_extra">Hmm, I am still unsure, are you really speaking of components (in which case you may want to do things like connect conditionally) or of controls (you want only to prevent the user from interacting with the form)?</div>

<div class="gmail_extra"><br>-- <br>Frederic Da Vitoria<br>(davitof)<br><br>Membre de l'April - « promouvoir et défendre le logiciel libre » - <a href="http://www.april.org" target="_blank">http://www.april.org</a><br>


</div></div>