pagesetup

The pagesetup statement displays the page setup dialog.


Parameters

No parameters.


Description

The pagesetup statement displays the page setup dialog, allowing the page setup options to be changed for the current window. This is the same as choosing Page Setup from the File menu.

Note: The pagesetup command should be the last statement that performs an action in your procedure (it’s ok to follow it with a return or endif statement). If there are any additional statements after pagesetup, they will run immediately – Panorama will not wait for you to finish using the Page Setup dialog. Running code while the Page Setup dialog is open will produce unpredictable results, so you should simply not have any code after this statement. In particular, do not chain the pagesetup statement with the print statement, like this.

pagesetup
print "" // <-- DO NOT DO THIS!!!

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.