Page 1 of 1

DBF editor

PostPosted: Tue Feb 20, 2024 4:40 pm
by Otto
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

Image

Re: DBF editor

PostPosted: Tue Feb 20, 2024 11:17 pm
by Otto
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.

Image

Re: DBF editor

PostPosted: Wed Feb 21, 2024 7:06 am
by Otto
`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.

Image