is possible open a dtpicker control when I click on this field ?
can I use a edit_listbox with dtpicker control ?
is possible put different color on each lines of xbrowse ?
I made :
- Code: Select all Expand view
oApp():oGrid:nClrPane :={|| IF(( oApp():oGrid:cAlias)->(OrdKeyNo())%2==0,CLR_LGREEN,CLR_LGRAY)}
but it not run ok
Can you write an sample ?