Fivedbu - Latest download
- David Williams
- Posts: 82
- Joined: Fri Mar 03, 2006 6:26 pm
- Location: Ireland
Fivedbu - Latest download
Hi All,
Where can I find the latest download of Fivedbu? I need the import/export function. Also, is there a restriction on the field size of a dbf file? I'm looking for a field size of about 1000 - 1200 characters without using a fpt memo file.
I use DBF Viewer 2000, but it seems to corrupt large field sizes, if the structure is modified.
Can anyone suggest, or has anyone a better experience with a dbf utility as robust as the DBU?
Thanks
David
Where can I find the latest download of Fivedbu? I need the import/export function. Also, is there a restriction on the field size of a dbf file? I'm looking for a field size of about 1000 - 1200 characters without using a fpt memo file.
I use DBF Viewer 2000, but it seems to corrupt large field sizes, if the structure is modified.
Can anyone suggest, or has anyone a better experience with a dbf utility as robust as the DBU?
Thanks
David
- Antonio Linares
- Site Admin
- Posts: 42521
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 76 times
- Contact:
Re: Fivedbu - Latest download
David,
Here you can get the most recent FiveDBU (full source code included):
https://code.google.com/p/fivewin-contributions/downloads/detail?name=fivedbu_20130530.zip
The import/export option is not implemented yet. Do you need both of them ?
The only bug that we are aware of it in FiveDBU is that it may loose your memo fields, when you edit a record. We detected this two days ago and we are going to fix it asap.
Here you can get the most recent FiveDBU (full source code included):
https://code.google.com/p/fivewin-contributions/downloads/detail?name=fivedbu_20130530.zip
The import/export option is not implemented yet. Do you need both of them ?
The only bug that we are aware of it in FiveDBU is that it may loose your memo fields, when you edit a record. We detected this two days ago and we are going to fix it asap.
-
- Posts: 166
- Joined: Wed Aug 29, 2012 8:25 am
Re: Fivedbu - Latest download
COPY TO , APPEND FROM is available in xbrdbu :
See viewtopic.php?f=3&t=25537&start=45#p144774
One correction :
MENUITEM "&Append from..." ;
RESOURCE "IMPORT" ;
WHEN EMPTY(alias()) .AND. ! oDbfWnd:lArray ;
Must be
MENUITEM "&Append from..." ;
RESOURCE "IMPORT" ;
WHEN ! EMPTY(alias()) .AND. ! oDbfWnd:lArray ;
See viewtopic.php?f=3&t=25537&start=45#p144774
One correction :
MENUITEM "&Append from..." ;
RESOURCE "IMPORT" ;
WHEN EMPTY(alias()) .AND. ! oDbfWnd:lArray ;
Must be
MENUITEM "&Append from..." ;
RESOURCE "IMPORT" ;
WHEN ! EMPTY(alias()) .AND. ! oDbfWnd:lArray ;
test
- David Williams
- Posts: 82
- Joined: Fri Mar 03, 2006 6:26 pm
- Location: Ireland
- Antonio Linares
- Site Admin
- Posts: 42521
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 76 times
- Contact:
Re: Fivedbu - Latest download
Published a revised build of FiveDBU that solves a bug with Memo editing. Now it is ok:
https://code.google.com/p/fivewin-contributions/downloads/detail?name=fivedbu_20130803.zip
https://code.google.com/p/fivewin-contributions/downloads/detail?name=fivedbu_20130803.zip
- Otto
- Posts: 6403
- Joined: Fri Oct 07, 2005 7:07 pm
- Has thanked: 24 times
- Been thanked: 2 times
- Contact:
Re: Fivedbu - Latest download
Hello Antonio,
is the function "DELETE" like in WDBU in fiveDBU ready?
Thanks in advance
Otto
![Image](http://www.atzwanger-software.com/fw/fivedbu1.jpg)
![Image](http://www.atzwanger-software.com/fw/fivedbu2.jpg)
is the function "DELETE" like in WDBU in fiveDBU ready?
Thanks in advance
Otto
![Image](http://www.atzwanger-software.com/fw/fivedbu1.jpg)
![Image](http://www.atzwanger-software.com/fw/fivedbu2.jpg)
********************************************************************
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
********************************************************************
- Antonio Linares
- Site Admin
- Posts: 42521
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 76 times
- Contact:
- Otto
- Posts: 6403
- Joined: Fri Oct 07, 2005 7:07 pm
- Has thanked: 24 times
- Been thanked: 2 times
- Contact:
Re: Fivedbu - Latest download
Hello Antonio,
thank you. Do you plan to implement it.
Thanks in advance
Otto
thank you. Do you plan to implement it.
Thanks in advance
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
********************************************************************
- Otto
- Posts: 6403
- Joined: Fri Oct 07, 2005 7:07 pm
- Has thanked: 24 times
- Been thanked: 2 times
- Contact:
Re: Fivedbu - Latest download
Hello Antonio,
the above functionality and the statistics functionality DBU for WINDOWS has is missing much.
It would be kind of you if you could insert these.
Best regards,
Otto
the above functionality and the statistics functionality DBU for WINDOWS has is missing much.
It would be kind of you if you could insert these.
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
********************************************************************
- Antonio Linares
- Site Admin
- Posts: 42521
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 76 times
- Contact:
- Antonio Linares
- Site Admin
- Posts: 42521
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 76 times
- Contact: