bharatindia
Instructor
Hi Experts,
I have a grid with one column called agent_name i am using it as picklist inside a grid in 2nd column for
data entry when i type a letter say A is display in the grid all names start with 'A' etc. but now what i
want to acheive is that instead of displaying records which start with "A" it display all records without
filtering but display records start with "A" in fontbold=.t. and foreclor=(some color.
i try to acheive the above with
THISFORM.CONT_VOUCHER.GRID_LEDG_LIST.SetAll("dynamicforecolor", ;
"IIF( like(YOURWORD,lower(LEDGER)) , RGB(255,0,0), RGB(0,0,0))", "Column")
but it gives some error.
Please help to acheive it.
Thanks & Regards
I have a grid with one column called agent_name i am using it as picklist inside a grid in 2nd column for
data entry when i type a letter say A is display in the grid all names start with 'A' etc. but now what i
want to acheive is that instead of displaying records which start with "A" it display all records without
filtering but display records start with "A" in fontbold=.t. and foreclor=(some color.
i try to acheive the above with
THISFORM.CONT_VOUCHER.GRID_LEDG_LIST.SetAll("dynamicforecolor", ;
"IIF( like(YOURWORD,lower(LEDGER)) , RGB(255,0,0), RGB(0,0,0))", "Column")
but it gives some error.
Please help to acheive it.
Thanks & Regards