FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour DBF editor
Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM

DBF editor

Posted: Tue Feb 20, 2024 04:40 PM
Hello friends,

I am currently working on a DBF editor that can be used for both Fivewin and mod harbour.

A dbStruct() reads the database structure and then a dialog is automatically generated.

On the right, there is an area where you can drag and drop the input fields and sort them.
You can then create a customized input dialog.

Best regards,
Otto

Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM

Re: DBF editor

Posted: Tue Feb 20, 2024 11:17 PM
In the end, it should just become a DBF editor with CRUD functionality. I already have the file manager. From here, I just want to open and edit a DBF file.

Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM

Re: DBF editor

Posted: Wed Feb 21, 2024 07:06 AM
`mh_dbftohtml()` is a Fivetech function similar to `xBrowser()`. You pass the path of the database, and then a standard browser is automatically created. Here, you can practically see the entire endpoint code.

Continue the discussion