endnoshow

The endnoshow statement resumes the output of text and graphics after it has been disabled with the noshow statement.


Parameters

No parameters.


Description

This statement tells Panorama to resume all output of text and graphics. Although output will resume after this statement, the endnoshow statement does not update the display. To show any changes that have been made since the noshow statement you should use showpage, showline, showfields, showvariables, showcolumns or showrecordcounter.

Here is an example that performs several operations on the current database, but only updates the display once.

noshow
    field Date
    groupup by month
    field Category
    groupup
    field Amount
    total
    outlinelevel 2
    showpage
endnoshow

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.