2019-06-20 Version 11.1.1 The feature to enable configuring a SQL SELECT statement as a data source has been introduced. Read about it here. Some bug fixes: The «Dollars» function will now insert the word ” and ” between the dollar value and cents value for US English. A tab character in front of an If […]
XpressDox Help Center
Use Google To Find Help Fast, e.g. xpressdox choosefromlist
Press Getting Started in the XpressDox toolbar for basic template development
Watch the tutorial videos
View command help from list of commands
Press F1 for help on a command in the Command Editor
Email support@xpressdox.com for assistance
Category: New Releases
Category: New Releases
Version 11.1.1 (2019-06-20)
Version 11.1.0 (2019-06-07)
Version 11.1.0 (2019-06-07)
2019-06-07 Version 11.1.0 Full XPATH syntax in ForEach is now supported. For example: «ForEach(Child | Parent | Party)» which will iterate over Child, Parent and Party repeaters. Attempt to fix the corruption of the settings file, which is sometimes affected by Windows updates. A Tab in front of If/ForEach/RepeatWhile commands was being replicated. This has […]
Version 11.0.3 (2019-04-15)
Version 11.0.3 (2019-04-15)
2019-04-15 Version 11.0.3 The file SiteSettings.xml was not included in a new install of version 11.0.0 the 32 bit XpressDox desktop.
Version 11.0.2 (2019-04-10)
Version 11.0.2 (2019-04-10)
2019-04-10 Version 11.0.2 A bug was introduced in version 11 which caused a “script-as-function” inside another script to fail, giving the error that the script should consist of exactly one fillpoint.
Version 11.0.1 (2019-04-09)
Version 11.0.1 (2019-04-09)
2019-04-09 Version 11.0.1 Files were missing from the 11.0.0 Author (Desktop) installer.
Version 11.0.0 (2019-04-03)
Version 11.0.0 (2019-04-03)
2019-04-03 Version 11.0.0 The major feature released with this version is a fully functioned conversion of HotDocs® templates to XpressDox format. In order to support this conversion, a number of functions have been introduced into XpressDox, in particular Execute, RepeatForEach, While, and some others. Please see the article What to expect on the XpressDox web […]
Version 10.4.5 (2019-02-13)
Version 10.4.5 (2019-02-13)
2019-02-13 Version 10.4.5 In the Cloud systems, various errors were occurring related to multi-threading issues, these have been fixed.
Version 10.4.3 (2019-01-24)
Version 10.4.3 (2019-01-24)
2019-01-24 Version 10.4.3 A problem in accessing a picture from a URL has been fixed. The Dynamic Captions feature (point 6 of 10.4.0) was not handling non-XSLT functions correctly.
Version 10.4.0 (2018-12-12)
Version 10.4.0 (2018-12-12)
2018-12-12 Version 10.4.0 IncludePicture and InsertPicture can take a URL as the source of the picture. Swiss French format for NumberPhrase is supported. Use the language option fr-ch. When saving data only in the Desktop interview, the interview will no longer exit but allow more data capture to be done. The SetWebInterviewMinimumHeight will help the […]
Version 10.3.0.3 (2018-09-28)
Version 10.3.0.3 (2018-09-28)
2018-09-28 Version 10.3.0.3 Scripts can be defined with parameters. The UseScript command will then provide values for the parameters defined in the Script. For example, «Script(AddToDate,Date,Days)»,«FormatDate(LastDayInMonth(IncrementDate(&Date&,&Days&,‘d’)),‘dd MMMM yyyy’)»,«ScriptEnd()», «AddToDate(Today(),12)», «AddToDate(YourDate,24)», This will result in the numbers 12 and 24 being added to Today() and to the data element YourDate (resp.), and then the last day […]