July 27, 2011
User Reference
This function is used mainly to get rid of empty paragraphs in a document. <<ShowIfHasValue(AddressLine3)>> will insert the value of the AddressLine3 data element only if that data element has a non-empty value. If the value IS empty, then the entire paragraph containing the field is removed. Note that this behaviour applies even when there [...]
Tagged as:
ShowIfHasValue
Read the full article →
July 27, 2011
User Reference
<<PlaceHolder(DummyDataElement)>> will create an invisible control on the interview, but will enable Headings or Footings to be attached to that control. This would be used to include text into an interview screen, and in particular to include text which must appear or disappear depending on certain conditions. For example: <<ChooseFromRDBList(PartyType,Company,Individual)>> <<If(PartyType = ‘Company’)>> <PlaceHolder(Dummy1)>><<Heading(Dummy1,Enter the [...]
Tagged as:
PlaceHolder
Read the full article →