DBF editor

Post Reply
User avatar
Otto
Posts: 6403
Joined: Fri Oct 07, 2005 7:07 pm
Has thanked: 24 times
Been thanked: 2 times
Contact:

DBF editor

Post 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
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
Posts: 6403
Joined: Fri Oct 07, 2005 7:07 pm
Has thanked: 24 times
Been thanked: 2 times
Contact:

Re: DBF editor

Post 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
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
Posts: 6403
Joined: Fri Oct 07, 2005 7:07 pm
Has thanked: 24 times
Been thanked: 2 times
Contact:

Re: DBF editor

Post 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
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
Post Reply