|
You can download the following dlls and then use the exit functions in the GuiXT Call statement. Feel free to look at the C++ source code, to change the code if necessary, and to send us other useful examples or enhancements. These examples are provided free of charge. We looked at the code and we performed some tests, but please understand that we have to exclude any liability here. These functions are not included in any contract between you and Synactive GmbH. Synactive and other authors of these dlls disclaim any liability for damages arising out of use, or inability to use, or supply, or non-supply, of these exits. These functions are not part of a software license contract between you and Synactive GmbH. Installation of a dll |
dll Name | Function | Description | |||||||||||||||
guixtstring.dll
Size: 36k
| alphanum | Adds leading 0000… to a numerical field.
Parameters: In The string that should be filled with leading 0000… In Size of output string, maximum 250 Out String with leading 0000… Example: Call “alphanum” dll=”guixtstring.dll” In=”&[Material]” In=”8″ Out=”NumMaterial”
| |||||||||||||||
StripQuotationMarks | Strips quotation marks from a string.
Typical methods of generating ASCII text files place double quotation marks around character fields. In R/3 these quotation marks aren’t wanted. Parameters: In The string with quotation marks Out String without quotation marks Example: Call “StripQuotationMarks” dll=”guixtstring.dll” In=”&[QMaterial]“ Out=”SMaterial”
|