Hi,
I have a array xbrowse, how i can turn a cell editable and process a function when finish edit and make total this column?
Thanks in advance.
nageswaragunupudi wrote:Set oCol:nEditType := EDIT_GET. That makes the cell editable.
If you are not using a very old version of FWH, retotalling is automatically done by XBrowse.
When
oCol:bOnChange := { |oCol, uOldValue| yourfunction( oCol, uOldValue ) }
nageswaragunupudi wrote:
- Code: Select all Expand view
oCol:bOnChange := { |oCol, uOldValue| yourfunction( oCol, uOldValue ) }
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 35 guests