Where Declared | Scope | Lifetime (of Variables) |
Frame script | Entire frame script and all associated field scripts, including all initialize blocks, event blocks, and local procedures | Life of frame |
Field script for scalar field | Entire field script, including its initialize block, event blocks, and local procedures | Life of frame |
Field script for composite field | All field scripts for the composite field and for all fields contained within it, including all initialize blocks, event blocks, and local procedures in these field scripts | Life of frame |
Event block (variables only) | Event block | Life of event block |
Local procedure (variables only) | Local procedure | Life of local procedure |
Global 4GL procedure script | Entire 4GL procedure script, including all of its local procedures | Life of global 4GL procedure |
User class method (variables only) | Method | Life of method |