More Report Scripting
Fixed Value Selection
See Also Syntax Auto-Completion, for information on property name suggestions. When you use the Script Editor to assign a value to a property, the Editor can provide you with a menu of available values. This helps you to avoid syntax errors and choose an acceptable values.
To use the Editor's menu of values, follow the steps below:
1. In the Script Editor, type a property name followed by an “equals” sign. For example: Text1.font = When you enter the “equals” sign, the Editor prompts you with a menu of available options.
2. Select the 'Edit Value' option in the menu. This opens the 'Property Value' dialog box.
3. Choose the desired value in the dialog box, and click 'OK'.
This adds the appropriate value to your script (e.g., [255,0,0] for the color red).