July 5, 2011
XpressDox Cookbook
Working with LinkToDataSource – example with a highly normalised data base. You need to access a database which has the following structure: Table “Contact” ContactFirstName ContactLastName ContactTitle Address City Region ContactTypeId Table “ContactType” TypeId TypeDescription TypeCode You can see that the actual value of TypeDescription is not kept in the Contact table, but a link [...]
Tagged as:
ChooseFromDataSource,
LinkToDataSource
Read the full article →
July 5, 2011
User Reference
LinkToDataSource links any control on the interview to a data source (a control is what the user uses to enter data, such as a straight forward text box, or a checkbox, or a dropdown, etc.). It means that when the focus moves off that control, a call to the data source is made, to retrieve [...]
Tagged as:
LinkToDataSource
Read the full article →