Index
Main Menu
Tutorial Videos
Tutorial videos are available here.
Knowledge Base
Visit our User Forum for discussions & solutions
ChooseFromDataSource
ChooseFromFile - XpressDox
The ChooseFromFile command This command is in some ways similar to ChooseFromDataSource, except that the data are defined either in a simple text file, csv file, or an XML file, and the file does not have to be configured into the Data Sources configuration: Command structure: «ChooseFromFile(lookups:Correspondents.txt)» «ChooseFromFile(shared:Partners.csv)» ...
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...
Using data in an IncludeDataSourceData
Using the data source commands on your XpressDox template (..cont) If you have not yet configured a data source, you need to do before proceeding. You will find instructions on how to configure a data source here. Whereas the ChooseFromDataSource relies on interaction from the user in the interview,...
How to change data or insert new data into a data source
Data from a data base can be inserted into a template. Perhaps this data has changed since it was last updated in the database, and the template-running-user is the one who knows about this change. It should be permissible for the user to change the data and have the change...
Loading...