- Code: Select all Expand view
XBROWSER oHff TITLE "Recomended Parts Order Editor" ;
COLUMNS "PARTNU", "PARTDE", "ORDSUG", "ORDQUN", "DOORDR" ;
AUTOSORT FASTEDIT
The last field is a logical, and properly displays a checkbox. However, double clicking on a checkbox, except for the first one, will not display a check box. Instead, if I double click on the box, for example, of the 3rd record, the highlight jumps back to the first record.
How do I fix this ?
Tim