
- Version
- Download 861
- File Size 2 KB
- File Count 1
- Create Date 01/08/2020
- Last Updated 01/08/2020
powerbuilder f_evaluate yang memeriksa atribut pada suatu datawindow apakah berisi nilai atau bentuk ekspresi
f_evaluate_attribute
A function used to get the attribute value as the datawindow interprets it; either the result of the expression or the value if there is not an expression.
Example:
string ls_value
ls_value = f_evaluate_attribute(dw_1, dw_1.getrow(), 'col1', 'Protect')
If protect has an EXPRESSION in it, the expression will be evaluated and the result returned.
If it does NOT have an EXPRESSION, then it will return whatever was entered on it.
download free library PBL source code to enrich your powerbuilder development project and make it great and fun programming
File | Action |
---|---|
PB_f_evaluate_dw.ZIP | Download |
0 comments on “PB f_evaluate DW Atributes” Add yours →