showfields
FIELDS

The showfields statement forces Panorama to display specified fields.


Parameters

This statement has one parameter:

fields – is a list of fields to be displayed. Each field should be separated from the next by a comma. If a field name contains spaces or punctuation it should be surrounded by chevron (« ») characters.


Description

This statement tells Panorama to redisplay specified fields in the current record in every open window of the current database. Use this command after the noshow command when you have only modified certain fields in the current record. ShowFields does not turn the display back on. To do that you must use the endnoshow statement.

The example below would normally erase and re-display the current record three times. Adding the noshow and showfields statements suppresses the extra drawing. Even though three fields are modified, only the Balance field is erased and re-displayed once at the end of the procedure.

noshow
    Date=today()
    Time=now()
    Balance=Credit-Debit
    showfields Balance
endnoshow

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0