January 28, 2010
XpressDox Cookbook
Although XpressDox will automatically construct a data capture interview for a template when that template is run, template authors will want to make use of the layout commands to control the layout of the interview.
Tagged as:
Caption,
CaptureDataElement,
ChooseFromList,
ChooseFromRDBList,
ExcludeFromIV,
Heading,
Help,
IncludeTemplate,
Required,
Tab
Read the full article →
October 1, 2009
Help
If a data element must have a value, then the Required command can be used to enforce this in the interview: <<Required(AccountNumber)>> <<Required(DateOfBirth,date)>> The second example above illustrates using the second parameter to indicate the type of data to be captured into the required field.
Tagged as:
Required
Read the full article →