hi,
I'm stuck in trying to pass in a parameter below
do form search_form WITH 'H,L'
All the time,i pass in 1 character, but this time, i need to make it cater for more.
In my search_form (Init Method):
LPARAMETER w_special_acc <----- will receive H,L
thisform.grid1.recordsource = 'Select acc_no, desc1 from gl_ledger where INLIST(acc_type,w_special_acc)
Result, 'L' type is not selected.
Anything i miss ?
I'm stuck in trying to pass in a parameter below
do form search_form WITH 'H,L'
All the time,i pass in 1 character, but this time, i need to make it cater for more.
In my search_form (Init Method):
LPARAMETER w_special_acc <----- will receive H,L
thisform.grid1.recordsource = 'Select acc_no, desc1 from gl_ledger where INLIST(acc_type,w_special_acc)
Result, 'L' type is not selected.
Anything i miss ?