Hi Patti,

 

One way to accomplish this is to use the property command to set the radio 
groups visible or hidden based on the answer of the previous response.

 

Your form could start out with the first rb visible and the remainder hidden. 
After the first question is answered in the ‘on exit eep’ you could test the 
response and then use the property command to show the next group and set the 
focus to the next button. And so on and so forth.

 

Here are examples; the property commands are easy to use.

 

-          Property cirbgroup1 visible ‘true’

-          Property cirb1 set_focus ‘true’

 

Regards, Ken

 

From: [email protected] [mailto:[email protected]] On Behalf Of Patti Jakusz
Sent: Monday, January 19, 2015 3:05 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Need a skip pattern suggestion

 

I have a form with lots and lots of DB Radio Groups.  There are lots of skip 
patterns to follow, based on the answers to previous questions.  Since you 
can't really use the "skip to" command in an eep for DB radio groups, I was 
thinking of placing a little DBedit field in front of each question that can be 
highlighted.  If a previous question is answered in one way, I could skip to 
the little field in front of the question that should be next.  I could have to 
"in focus" color be something bright.

 

Is there a better control to use than DBedit?

 

Is there an easier way to do it?  I don't know how to use Get Property.  

 

(I learned Get Property in 2008 but didn't use it fast enough and I forgot it.  
Next time I go to a class, I'm going to record it.)  

 

Thanks,

Patti

Reply via email to