If I delete a record on aData then I must save the aData on dbf
from yunus.prg I saw there is
//FW_ArrayToDBF( aData, cFieldList, bProgress, lOverWrite, lRecallDeleted, bTrigger )
I tried on Tdatabase with
if ! Empty( oBrowse:aDeleted )
AEval( oBrowse:aDeleted, { |a| a[ 19 ] := -a[19 ] } )
oRigheInvoice:ArrayToDBF(oBrowse:aDeleted, cItemFlds )
endif
but not run ok
How I can to delete the records on dbf , are on oBrowse:adeleted?
from yunus.prg I saw there is
//FW_ArrayToDBF( aData, cFieldList, bProgress, lOverWrite, lRecallDeleted, bTrigger )
if ! Empty( oBrw:aDeleted )
      AEval( oBrw:aDeleted, { |a| a[ 9 ] := -a[ 9 ] } )
      IIT->( FW_SaveArrayToDBF( cItemFlds, oBrw:aDeleted ) )
     endifI tried on Tdatabase with
if ! Empty( oBrowse:aDeleted )
AEval( oBrowse:aDeleted, { |a| a[ 19 ] := -a[19 ] } )
oRigheInvoice:ArrayToDBF(oBrowse:aDeleted, cItemFlds )
endif
but not run ok
How I can to delete the records on dbf , are on oBrowse:adeleted?
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com