Thanks for your reply Enrico .... and happy birthday!
I display the candidates like this in my FWPPC application under Windows Mobile 6.5 ...
- Code: Select all Expand view
@ 20, 8 ListBox oLst ;
Fields IIF( (ITEM_IN->RESULT == "5"), hFailed, ;
IIF( (ITEM_IN->RESULT == "6"), hvisual , ;
IIF( ( (ITEM_IN->RESULT == "2") .OR. ;
(ITEM_IN->RESULT == "3") .OR. ;
(ITEM_IN->RESULT == "4") ), hMoney, "" ) ) ) ,;
ITEM_IN->SITE, ITEM_IN->LOCATION, ITEM_IN->Number, ITEM_IN->TAG_NUMB, ;
IIF( empty( ITEM_IN->ITEM ), ITEM_IN->OTHER, ITEM_IN->ITEM ), ;
IIF( ( val( ITEM_IN->Category ) < 8 ), aClasses[ val( ITEM_IN->Classes ) ], " " ), ;
IIF( ( val( ITEM_IN->Category ) < 8 ), aFrequency[ val( ITEM_IN->Frequency ) ] , "Yearly" ) ;
Alias "ITEM_IN" ;
FieldSizes 18, 30, 40, 30, 50, 100, 100, 100 ;
Headers '', 'Site','Where', '#', 'Tag', 'What', 'Class', 'Frequency' ;
Size 240-20, 200-10 ;
Pixel
Hmmm, that didn't paste very neatly, but hopefully it makes sense.
Should I just use an "ON DBLCLICK" clause to do it perhaps?
Cheers,
Ross (heading to bed now at 1 am)