|
<< Click to Display Table of Contents >> Navigation: »No topics above this level« Support for IBM® Personal Communications™ macros |
The possibility to run IBM® Personal Communications™ macros has been added in version 3.95 of Quick3270.
The IBM® Personal Communications compatibility mode allows Quick3270 to run VBScript or macros generated by the macro recorder.
Advanced VBScripts/macros, developed by users, are supported only if they use the methods and properties available in the Quick3270 compatibility mode.
The following conditions must be verified to recognize an IBM® Personal Communications VBScript:
- File extension must be .mac
- VBScript Macros must start with the following header:
[PCOMM SCRIPT HEADER]
LANGUAGE=VBSCRIPT
DESCRIPTION=xxx
[PCOMM SCRIPT SOURCE]
OPTION EXPLICIT
Note:
It is also possible to rename the .mac file to .qvbs, Quick3270 VBScript macro. In this case, just edit and remove the header in the .mac file (the text from [PCOMM SCRIPT HEADER]... to ...[PCOMM SCRIPT SOURCE]).
The following chapters describes each object's methods and properties that are currently available in Quick3270 (.mac and .qvbs macro files).
- autECLPS