Sorry to ask so many questions on xBrowse but I do check the documentation and notes and forum first ... ( Perhaps we could get the documentation on the wiki updated to show the full current use of XBROWSE ? )
Here is my question.
I have an xbrowse with 10 columns. #7 is the DueDate for a project. When the item is overdue, I want to change the color in that cell only to red. Otherwise I want to leave it alone.
What command will allow me to do this for IF duedat < date( )
I have tried some variations suggested in earlier, similar, posts ... no success
Here is another problem:
When using the COMMAND syntax, then adding oBrw:lHScroll := .t. to a browse in a .rc file, the horizontal scroll bar does NOT display. If I go to the .rc file and add it to the control, it will display. So, it may work when building from code, but not when applied to a resource file ...