Criteria
property (DataWindow object)
Description
The search condition of the WHERE clause for a related report. The
Criteria property defines the connection between the related report and
the DataWindow.
Applies to
Report controls
Syntax
PowerBuilder dot notation:
|
1 |
dw_control.Object.reportname.Criteria |
Describe and Modify argument:
|
1 |
"reportname.Criteria { = string }" |
|
Parameter |
Description |
|---|---|
|
reportname |
The name of the report control for which you want |
|
string |
An expression that will be the search condition of |
Examples
|
1 2 3 4 |
ls_colcount = dw1.Object.rpt_1.Criteria dw1.Object.rpt_1.Criteria = "emp_id=:emp_id" ls_colcount = dw1.Describe("rpt_1.Criteria") dw1.Modify("rpt_1.Criteria='emp_id=:emp_id'") |
See also
Nest_Arguments DataWindow object property in Nest_Arguments.
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest