Repeating a Row on an Empty Variable
When using a repeating row, ‘empty’ values are normally suppressed from output. So, how do you deal with an empty array element? In the following sample, the same three array variables are used ...
When using a repeating row, ‘empty’ values are normally suppressed from output. So, how do you deal with an empty array element? In the following sample, the same three array variables are used ...
eFORMz can be used to conditionally include promotional offers or discount codes. A sample has been configured in eFORMz and can be downloaded here: ConditionalPromos. Add the extracted folder ...
“No action” is a procedure that is useful for creating a Pre-Condition or Post-Condition procedure that will feature a number of actions and functions inside of it. Consider that when ...
Write to Log is a procedure which builds a complex string for logging. This is different from logging from the Director, which is explained in the following post: Logging. A sample for Write to ...
XML File Load fills one or more variables based on XML elements/attributes in a file either with a constant or variable name. For an example, download the following eFORMz project: XML_File_Load ...
In certain instances, it may be necessary to specify a printer language in the Director Toolkit printer setup to successfully print. For example, when printing labels to an Intermec printer, ...
There are at least nine different ways to call a project from another project. 1) Preprocessor – Project Unique feature: import the generated output of another project, such as an XML file ...
Execute a Project is a procedure which calls another project and outputs that project to a file, to a printer or with eDIRECT. To implement, right click the form and select Add Post-condition ...
The Create XML action is used to create XML data that can be passed between projects, which is useful for Calling Sub-Projects or Returning XML from a Project. It’s also similar to Record ...
Unlike other methods of calling projects, Execute Project Procedures works in conjunction with the “For Parameter” variable type to enable specific variables to be passed between ...