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
xBrowse change record values runtime
-
- Posts: 85
- Joined: Wed Nov 19, 2014 1:04 pm
- Contact:
- nageswaragunupudi
- Posts: 10729
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Been thanked: 10 times
- Contact:
Re: xBrowse change record values runtime
Set filter to "LTYPE='S'" or 'C' or 'W' for showing Supplier, Client or WSale
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
-
- Posts: 85
- Joined: Wed Nov 19, 2014 1:04 pm
- Contact:
Re: xBrowse change record values runtime
nageswaragunupudi wrote:Set filter to "LTYPE='S'" or 'C' or 'W' for showing Supplier, Client or WSale
Xbrowse should DISPLAY "Supplier" text instead of "S"
I have sent you screenshot in whatsapp.
Regards
Yunus.
Regards
Yunus
FWH 21.02
Yunus
FWH 21.02
- nageswaragunupudi
- Posts: 10729
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Been thanked: 10 times
- Contact:
Re: xBrowse change record values runtime
Ok.
Code: Select all | Expand
WITH OBJECT oBrw:aCols[ i ] // i is the column number of this column
:nEditType := EDIT_LISTBOX
:aEditListTxt := { { "C", "Client" }, { "S", "Supplier" }, { "W", "WSale" } }
END
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
-
- Posts: 85
- Joined: Wed Nov 19, 2014 1:04 pm
- Contact:
Re: xBrowse change record values runtime (SOLVED)
Thanks Sir.
it worked.
Regards
Yunus.
it worked.
Regards
Yunus.
Regards
Yunus
FWH 21.02
Yunus
FWH 21.02