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
oApp():oGrid:nClrPane :={|| IF(( oApp():oGrid:cAlias)->(OrdKeyNo())%2==0,CLR_LGREEN,CLR_LGRAY)}
Can you write an sample ?