DBF editors
- Enrico Maria Giordano
- Posts: 8728
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: DBF editors
Can you tell me the EmagDBU version number you are using, please?
Re: DBF editors
Enrico, it is version 2.38.
Best regards,
Otto
Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
Re: DBF editors
Hello friends,
When starting a large project like this DBF Editor, it is initially difficult to understand the program and the logic.
This is where Harbourino helps. I first convert the program into Harbourino style.
As a result, I have friendly module names and small, clear modules in their own files.
Best regards,
Otto
When starting a large project like this DBF Editor, it is initially difficult to understand the program and the logic.
This is where Harbourino helps. I first convert the program into Harbourino style.
As a result, I have friendly module names and small, clear modules in their own files.
Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
Re: DBF editors
Hello friends,
I have noticed that the function ExpBuilder(cExp, cTitle, cType) in frankDB.prg is the same as the one provided by Fivewin in the following:
// Expression Builder Dialog
// FiveWin - Dialog tools
#include "FiveWin.ch"
#include "ExpBuild.ch"
//----------------------------------------------------------------------------//
function cGetExpression(cExpression, cTitle)
I have substituted the function in frankDB.prg with the Fivewin version.
For my purposes, I will proceed with the Fivewin one.
Best regards,
Otto
I have noticed that the function ExpBuilder(cExp, cTitle, cType) in frankDB.prg is the same as the one provided by Fivewin in the following:
// Expression Builder Dialog
// FiveWin - Dialog tools
#include "FiveWin.ch"
#include "ExpBuild.ch"
//----------------------------------------------------------------------------//
function cGetExpression(cExpression, cTitle)
I have substituted the function in frankDB.prg with the Fivewin version.
For my purposes, I will proceed with the Fivewin one.
Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
- Enrico Maria Giordano
- Posts: 8728
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: DBF editors
This explains all, it is a very old version. Please download the current one (2.75):Otto wrote:Enrico, it is version 2.38.
https://www.emagsoftware.it/EmagDbu275.zip
- Antonio Linares
- Site Admin
- Posts: 42259
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: DBF editors
Dear Enrico,
many thanks!
It is in Italian. How to use it in engligh ?
many thanks!
It is in Italian. How to use it in engligh ?
- Enrico Maria Giordano
- Posts: 8728
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: DBF editors
It is not possible, sorry.
Re: DBF editors
Hello friends,
I have reconsidered and thought about this again. I see that FIVEWIN's cGetExpression uses resources.
This means you need a tool to manage the resources. I think it is more future-proof to avoid anything specific.
I will stick with Franklin's original version.
I have reconsidered and thought about this again. I see that FIVEWIN's cGetExpression uses resources.
This means you need a tool to manage the resources. I think it is more future-proof to avoid anything specific.
I will stick with Franklin's original version.
Hello friends,
I have noticed that the function ExpBuilder(cExp, cTitle, cType) in frankDB.prg is the same as the one provided by Fivewin in the following:
// Expression Builder Dialog
// FiveWin - Dialog tools
#include "FiveWin.ch"
#include "ExpBuild.ch"
//----------------------------------------------------------------------------//
function cGetExpression(cExpression, cTitle)
I have substituted the function in frankDB.prg with the Fivewin version.
For my purposes, I will proceed with the Fivewin one.
Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
Re: DBF editors
Dear Enrico,
thank you.
Now DBFs with auto-increment fields are working fine.
Best regards,
Otto
thank you.
Now DBFs with auto-increment fields are working fine.
Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
- Enrico Maria Giordano
- Posts: 8728
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: DBF editors
Great. Any more problems or missing functions?
Re: DBF editors
Dear Enrico,
Thanks again.
Your editor does exactly what I need in 97% of all cases.
The remaining 3% of tasks are usually very specific, requiring many settings options.
I don't think it would be economically justifiable to replicate all these functions.
Sometimes I just write a small program.
Best regards,
Otto
Thanks again.
Your editor does exactly what I need in 97% of all cases.
The remaining 3% of tasks are usually very specific, requiring many settings options.
I don't think it would be economically justifiable to replicate all these functions.
Sometimes I just write a small program.
Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
- Enrico Maria Giordano
- Posts: 8728
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
- MarcoBoschi
- Posts: 1070
- Joined: Thu Nov 17, 2005 11:08 am
- Location: Padova - Italy
- Contact:
Re: DBF editors
I use everyday emagdbu. It's very powerful, useful and well done and in my opinion an english version would be appreciate worldwide.
Have a nice day
Marco
Have a nice day
Marco
Marco Boschi
info@marcoboschi.it
info@marcoboschi.it
- Marc Venken
- Posts: 1481
- Joined: Tue Jun 14, 2016 7:51 am
- Location: Belgium
Re: DBF editors
I was on 2.70., now updated ... Is there a long period between ? By any change that there is a changelog to see what was changed ?Enrico Maria Giordano wrote:It is not possible, sorry.
Maybe only the menu in English ? Than in looks more familiar here ))))) Still very usefull for changing struc ....
Marc Venken
Using: FWH 23.08 with Harbour
Using: FWH 23.08 with Harbour
- Enrico Maria Giordano
- Posts: 8728
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: DBF editors
No, but you can be sure that all the changes are for improving the program.Marc Venken wrote:I was on 2.70., now updated ... Is there a long period between ? By any change that there is a changelog to see what was changed ?