Index
Main Menu
Tutorial Videos
Tutorial videos are available here.
Knowledge Base
Visit our User Forum for discussions & solutions
LinkToDataSource
Button - XpressDox
Creates a button on the interview, which in itself has no functionality, but provides a method to initiate other commands. Command Structure: «Button(XXX)» Examples of usage: Sometimes, the template author would like to let the user initiate actions (database retrieval, modification of data elements, etc.) explicitly. This is...
Ways to interact with a data source
Now that your data source has been configured, there are a few different ways in which you can interact with that data source. For example: ChooseFromDataSource Present the users with a database icon, and allow them to select a record from the database using a search UI. LinkToDataSource...
Using data in a LinkToDataSource
When it comes to pulling data from a client database, you probably want your users to type in a number, press TAB and populate the interview immediately with data. Type in your number, and press TAB Example code: The code for that looks like this: «LinkToDataSource(AccountNumber,Clients,RefreshNoSave,id=<AccountNumber>)» where AccountNumber...
Configuring a data source with a sub collection
This article shows how to configure a sub-collection, and then how to use it in a LinkToDataSource. As shown below, enter data such as an account number and press TAB. The Link retrieves data from the database based on the ID (to retrieve one record) or range (to retrieve multiple...
A Web Service as a Data Source
Configuring a web service as a data source follows the same first steps as for other data sources. The first place where it differs is (obviously) at the point where you choose the type of data source: When you press the “Finish” button, the data source will be entered into...
Loading...