Rick Lipkin wrote:Michel
@ 0, 0 LISTBOX oBrow FIELDS ;
oRs:Fields("CODE"):Value, ;
oRs:Fields("DESC"):Value, ;
oRs:Fields("progid"):Value ;
SIZES 80,250,80 ;
HEADERS "Code", ;
"Description", ;
"ProgID" ;
of oGRP
oLbx:nClrPane:={|| IIF(oRs:AbsolutePisition % 2==0,CLR_LGREEN,CLR_LGRAY)}
nageswaragunupudi wrote:Please try
- Code: Select all Expand view
oLbx:nClrPane:={|| IIF(oRs:AbsolutePosition % 2==0,CLR_LGREEN,CLR_LGRAY)}
Rick Lipkin wrote:
I wrote a thread on the subject with samples:
http://fivetechsoft.com/forums/viewtopi ... &highlight
Rick Lipkin wrote:Manuel
Try this code based on a specific fields in your table .. the colors are based on dates in each row..
nageswaragunupudi wrote:Friends
I would be happy to share my experiences in working with Oracle.
nageswaragunupudi wrote:These are some examples
oRs:Filter := 'COUNTRY LIKE 'IT%'
oRs:Filter := 'AMOUNT > 1000'
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 74 guests