I need to refresh an array allready opened into a xbrowse
for load the arrays from another archive dbf I use at init
DO WHILE ! MA->(EoF())
AAdd( aMatBmp,( TRIM(MA->Image)))
AAdd( aMatItems,( TRIM(MA->Descri)))
MA->(DbSkip())
ENDDO
Looking the picture....I use this to show on xbrowse big the bitmaps
If I open the dialog to change a record / on Materia.dbf) I wish refresh the arrays aMatBmp and aMatItems
Now I must close and open the xbrowse big to recreate the arrays because then xbrowse not found if there is a new record on arrays or a record on arrays is modified
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