ChooseFromHzRDBList – XpressDox

Present a list of horizontal radio buttons on your XpressDox interview

 

Command structure:

«ChooseFromHzRDBList(Entity_Type,Individual,Corporate)»

 

 

 

By default the first value in the fillpoint will be selected, but it is possible to remove the default by adding an additional comma in front of that first value. Like this:

«ChooseFromHzRDBList(Entity_Type,,Individual,Corporate)»

 

 

 

Why is my list not on my interview?

If you have created a “Choose” command but not used the value anywhere in the template, then there is no need for the user to select its value and then no need for it to be placed on the interview. It will be placed on the interview when its value is used in examples such as:

 

 

Inserting the selected text into the assembled document:

«ChooseFromHzRDBList(Entity_Type,,Individual,Corporate)»
«Entity_Type»

 

 

Using the selected text in document logic:

«ChooseFromHzRDBList(Entity_Type,,Individual,Corporate)»
«If(Entity_Type = 'Individual')»
«FirstName» «LastName»
«End()»
«If(Entity_Type = 'Corporate')»
«EntityName»
«End()»