ivatanakoo
IS-IT--Management
SELECT item_table
LOCATE FOR status = "For Disposal"
IF FOUND()
thisform.pgfinventory.page1.grdItem_table.BackColor=rgb(159,255,230)
ELSE
endif
i want to change the backcolor of a record with a value of "For Disposal" in the status field
but it just change the back color of all the record
is there something wrong here?
LOCATE FOR status = "For Disposal"
IF FOUND()
thisform.pgfinventory.page1.grdItem_table.BackColor=rgb(159,255,230)
ELSE
endif
i want to change the backcolor of a record with a value of "For Disposal" in the status field
but it just change the back color of all the record
is there something wrong here?