I have a dialog with the add/edit of categories and subcategories

While I can initially open the category.dbf archive with the Tsequence class
TCategory():New():Browse():Close()
I don't know how to open another area for the xbrowse which is in the EDitDlg method of Tcategory
that is, manage the small xbrowse you see in the figure with the orange circle
Now I have opened the area simply with Tdatabase
oSubCat:= TDatabase():Open( , "category", "DBFCDX", .T. )
oSubCat:setorder(1)
oSubCat:setfilter(cFilter2)
oSubCat:Gotop()
but I cannot use Tsequence's methods
therefore while in the network the codes of the main category are saved well, for the secondary category they are not saved well
I wrote on your mail

While I can initially open the category.dbf archive with the Tsequence class
TCategory():New():Browse():Close()
I don't know how to open another area for the xbrowse which is in the EDitDlg method of Tcategory
that is, manage the small xbrowse you see in the figure with the orange circle
Now I have opened the area simply with Tdatabase
oSubCat:= TDatabase():Open( , "category", "DBFCDX", .T. )
oSubCat:setorder(1)
oSubCat:setfilter(cFilter2)
oSubCat:Gotop()
but I cannot use Tsequence's methods
therefore while in the network the codes of the main category are saved well, for the secondary category they are not saved well
I wrote on your mail
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