save another field on array
Posted: Fri Feb 22, 2019 9:43 am
I have this xbrowse made with an array
![Image](https://i.postimg.cc/h4Nfm2rY/hhh.jpg)
I can edit the last column
WITH OBJECT oBrowse:aCols[6]
:cEditPicture := '@ €99,999.99'
:nEditType := EDIT_GET
END
How I can to save also the filed n.12 on array I must save this calc = oBrowse:acols[5]-oBRowse:acols[6]
![Image](https://i.postimg.cc/h4Nfm2rY/hhh.jpg)
I can edit the last column
WITH OBJECT oBrowse:aCols[6]
:cEditPicture := '@ €99,999.99'
:nEditType := EDIT_GET
END
How I can to save also the filed n.12 on array I must save this calc = oBrowse:acols[5]-oBRowse:acols[6]