Page 1 of 1

Fivedbu - Latest download

PostPosted: Thu Jul 25, 2013 3:55 pm
by David Williams
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

Re: Fivedbu - Latest download

PostPosted: Thu Jul 25, 2013 4:06 pm
by Antonio Linares
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.

Re: Fivedbu - Latest download

PostPosted: Fri Jul 26, 2013 12:30 pm
by Franklin Demont
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 ;

Re: Fivedbu - Latest download

PostPosted: Wed Jul 31, 2013 5:12 pm
by David Williams
Thanks Antonio & Franklin

I've been away for a few days :)

Re: Fivedbu - Latest download

PostPosted: Sat Aug 03, 2013 1:27 pm
by Antonio Linares
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

Re: Fivedbu - Latest download

PostPosted: Tue Aug 13, 2013 7:48 am
by Otto
Hello Antonio,
is the function "DELETE" like in WDBU in fiveDBU ready?

Thanks in advance
Otto




Image

Image

Re: Fivedbu - Latest download

PostPosted: Tue Aug 13, 2013 11:52 am
by Antonio Linares
Otto,

No, I don't think so. Anyhow its a simple code to implement :-)

Re: Fivedbu - Latest download

PostPosted: Tue Aug 13, 2013 1:39 pm
by Otto
Hello Antonio,
thank you. Do you plan to implement it.
Thanks in advance
Otto

Re: Fivedbu - Latest download

PostPosted: Sat Aug 24, 2013 6:37 pm
by Otto
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

Re: Fivedbu - Latest download

PostPosted: Sat Aug 24, 2013 8:13 pm
by Antonio Linares
Testing it :-)

Image

Re: Fivedbu - Latest download

PostPosted: Sun Aug 25, 2013 10:15 am
by Antonio Linares