Salesforce

SpecialIgnoreButtonFormat (Magic xpa 3.x)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

SpecialIgnoreButtonFormat (Magic xpa 3.x)

When a form is loaded, the push buttons are created with the Format property as their value.

When a variable with an init value is assigned to a push button and the Format value of the push button is the picture of the variable, you may want to show the variable value and not show the Format value as the push button caption.

Note that in this case, the push button will not have a caption until the init value of the variable is set.

This flag defines whether or not the push button's Format value should be displayed.

A value of N means that the Format value is displayed in Push Button controls and then the variable's init value is assigned to the control.

A value of Y means that the Format value will not be shown.

Note: Using a variable's init value as the caption of the Push Button control is not recommended (regardless of this special setting), since it means that the push button is refreshed for each record.

Valid values: Y,N

Default value: N

Since version: 2.5d and 3.0a

Reference
Attachment 
Attachment