BitmapName DataWindow object property
Description
Whether the DataWindow server interprets the column’s value
as the name of a picture file and displays the picture instead of
the text. BitmapName’s value is either Yes or No.
Controls
Column controls
Syntax
PowerBuilder dot notation:
1 |
<span>dw_control</span>.Object.<span>columnname</span>.BitmapName |
Describe argument:
1 |
"<span>columnname</span>.BitmapName" |
Usage
In the painter
Select the control and set the value in the Properties view, General
tab, Display As Pic option.
Examples
1 |
ls_data = dw1.Object.emp_name.BitmapName |
1 |
ls_data = dw1.Describe("emp_name.BitmapName") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest