Pb6 dw_1. Setfilter (), performing the prompt Expression is not valid
String ls_filter
...
.
Ls_filter='
If cxb_1. Checked then
Ls_filter="sle_class not like 'A %'"
End the if
Dw_1. Retrieve ()
Dw_1. Setfilter (ls_filter)/* prompt Expression is not valid when performing a here */
Dw_1. Filter ()
CodePudding user response:
String ls_filter
Ls_filter="sle_class not like 'A %'"
Dw_1. Setfilter (ls_filter)
Dw_1. Filter ()
Take a look at your data if there is a sle_class the fields in the window
CodePudding user response:
Sle_class must be datawindow inside the column name (name)
Not in the database table column name
CodePudding user response:
If the column name defined not ah,,,
CodePudding user response: