Editing browse cell
Posted: Sat Mar 31, 2018 10:39 am
I have a browse column:
DCBROWSECOL DATA {||get_bidprice2() } HEADER 'Price' WIDTH 10 PARENT oBrowBids ALIGN XBPALIGN_RIGHT
the function get_bidprice2() returns a number as a string formatted with commas i.e. 40,000.00.
when i press enter it do a: PostAppEvent(CELLEDIT_EVENT,,,oBrowse)
is there a way to be able to eliminate the commas from the cell when editing... and reformat the cell when done ?
DCBROWSECOL DATA {||get_bidprice2() } HEADER 'Price' WIDTH 10 PARENT oBrowBids ALIGN XBPALIGN_RIGHT
the function get_bidprice2() returns a number as a string formatted with commas i.e. 40,000.00.
when i press enter it do a: PostAppEvent(CELLEDIT_EVENT,,,oBrowse)
is there a way to be able to eliminate the commas from the cell when editing... and reformat the cell when done ?