CREPORTSQLPAGERPROPERTIES¶
The CREPORTSQLPAGERPROPERTIES formula is a helper formula that allows you to set the behaviour of a CREPORTSQLPAGER.
Syntax
CREPORTSQLPAGERPROPERTIES (HideFirstButton, HidePrevButton, HideNextButton, HideLastButton, HideNewButton, HideDeleteButton, HideEditButton, FirstButtonImage, PrevButtonImage, NextButtonImage, LastButtonImage, NewButtonImage, EditButtonImage, DeleteButtonImage)
Arguments¶
HideFirstButton : boolean
¶
Specify whether or not to hide the First button.
Default value: false
HidePrevButton : boolean
¶
Specify whether or not to hide the Prev button.
Default value: false
HideNextButton : boolean
¶
Specify whether or not to hide the Next button.
Default value: false
HideLastButton : boolean
¶
Specify whether or not to hide the Last button.
Default value: false
HideNewButton : boolean
¶
Specify whether or not to hide the New button.
Default value: false
HideDeleteButton : boolean
¶
Specify whether or not to hide the Delete button.
Default value: true
HideEditButton : boolean
¶
Specify whether or not to hide the Edit button.
Default value: true
FirstButtonImage : string
¶
The image to use for the First button. This can be a URL or a FontAwesome icon.
PrevButtonImage : string
¶
The image to use for the Prev button. This can be a URL or a FontAwesome icon.
NextButtonImage : string
¶
The image to use for the Next button. This can be a URL or a FontAwesome icon.
LastButtonImage : string
¶
The image to use for the Last button. This can be a URL or a FontAwesome icon.
NewButtonImage : string
¶
The image to use for the New button. This can be a URL or a FontAwesome icon.
EditButtonImage : string
¶
The image to use for the Edit button. This can be a URL or a FontAwesome icon.
DeleteButtonImage : string
¶
The image to use for the Delete button. This can be a URL or a FontAwesome icon.
Custom Images¶
If you want to upload custom images into CALUMO and then reference them, you can use the CINFO formula with the directive UserFileUrl
.