No Action Procedure
“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 ...
“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 ...
To install eFORMz please go to the following link: http://www.minisoft.com/index.php/downloads/ and click the DOWNLOAD – GENERAL button to get started. Using eFORMz Windows Installer Go ...
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, ...
Problem: NetPrint fails with Error 1205, “QUEUE/DEST NAME REJECTED BY TARGET NODE” The most common reason for this error is that the printer is no longer shared. Solution: Ensure that ...
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 ...