| View previous topic :: View next topic |
| Author |
Message |
ashmuw General User


Joined: 17 Jul 2008 Posts: 5
|
Posted: Thu Jul 17, 2008 5:44 am Post subject: disabling and enabling controls |
|
|
Hi
I am totally new to Base but I have used Ms Access before. I can't quite figure out where to start in adding code to controls. I need to use option buttons to disable and enable other buttons. Please point me in some direction where I can get some useful help/ information.
thanks |
|
| Back to top |
|
 |
QuazzieEvil Super User

Joined: 17 Jan 2007 Posts: 599 Location: Houston, TX
|
|
| Back to top |
|
 |
ashmuw General User


Joined: 17 Jul 2008 Posts: 5
|
Posted: Thu Jul 17, 2008 9:31 pm Post subject: thanks |
|
|
thanks for the material.....I will have a look at it and let you know how successful I am. _________________ ashmuw |
|
| Back to top |
|
 |
ashmuw General User


Joined: 17 Jul 2008 Posts: 5
|
Posted: Thu Jul 24, 2008 5:23 am Post subject: more help |
|
|
Ok here is what i want to do: I have a questionnaire that has some questions that should not be answered if others are answered No or Yes or E. So i have radio buttons for all the questions. What I need to do is have a user select one option say No and radio buttons(the groups) for the following questions get disabled if they are not supposed to answer them based on the answer they gave. The material provided helped me get a basic start. thanks _________________ ashmuw |
|
| Back to top |
|
 |
uros Super User


Joined: 22 May 2003 Posts: 601 Location: Slovenia
|
Posted: Sun Jul 27, 2008 10:51 pm Post subject: |
|
|
Hi ashmuw!
I assume that you work with forms, not dialogs. I can't help there exactly.
Anyway, download X-Ray tool, and examine your controls.
I'm pretty sure that there is some property like object.Enable, which can be True or False...
Uros |
|
| Back to top |
|
 |
ashmuw General User


Joined: 17 Jul 2008 Posts: 5
|
Posted: Sun Jul 27, 2008 11:43 pm Post subject: |
|
|
hey thanks...yes I am working with forms. Your information was useful an I am making a bit of some progress. _________________ ashmuw |
|
| Back to top |
|
 |
|