Dear Sir,
I have database Field name LTYPE contain records as below
LTYPE
S
C
W
I want to Display Supplier for S in xbrowse
Client for C
and
Wsale for W records
Thanks & Regards
Yunus
nageswaragunupudi wrote:Set filter to "LTYPE='S'" or 'C' or 'W' for showing Supplier, Client or WSale
WITH OBJECT oBrw:aCols[ i ] // i is the column number of this column
:nEditType := EDIT_LISTBOX
:aEditListTxt := { { "C", "Client" }, { "S", "Supplier" }, { "W", "WSale" } }
END
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 78 guests