Page 2 of 2

Re: Enhancements in DBA

Posted: Tue Dec 03, 2013 2:28 am
by andyglezl
Hola Javier

En algunas ocaciones solo se comparte el ejecutable.
Como en el caso de esta utileria y la de jayadevu.
https://dl.dropboxusercontent.com/u/593 ... nagerG.Exe

Re: Enhancements in DBA

Posted: Tue Dec 03, 2013 2:49 am
by esgici
Javier Tovar wrote:I do not see the *. prg
It is here :arrow:

Viva HMG :D

Re: Enhancements in DBA

Posted: Tue Dec 03, 2013 2:54 am
by Javier Tovar
Gracias Esgici por compartir y al compañero Luis Vazquez :D

Re: Enhancements in DBA

Posted: Sat Mar 21, 2015 12:02 pm
by esgici
andyglezl wrote: On some occasions only executable shared.
As in the case of this utility and jayadevu.
Hi Andrés and Jayadev

Date: 21/03/2015 Time: 05:01:53
Error BASE/1132 Bound error: array access


Called from (b)FILEMANAGERG(36)
Called from _DOWINDOWEVENTPROCEDURE(1611)
Called from EVENTS(2874)
Called from _DOMESSAGELOOP(0)
Called from _ACTIVATEWINDOW(1312)
Called from DOMETHOD(4642)
Called from FILEMANAGERG(114)
Called from (b)TESTFILEMANAGERG(14)
Called from _DOCONTROLEVENTPROCEDURE(1585)
Called from EVENTS(1365)
Called from _DOMESSAGELOOP(0)
Called from _ACTIVATEWINDOW(1312)
Called from DOMETHOD(4642)
Called from TESTFILEMANAGERG(20)


Is there any other version that support files other than .txt ?

Regards

Re: Enhancements in DBA

Posted: Sat Mar 21, 2015 3:45 pm
by andyglezl
Hola esgici
Yo solo hice mención a la utilería de Jayadev, no tuve participación en ello. :cry:
------------------------------------------------------------------------------------------
Hello Esgici
I only did mention the utility Jayadev, I had no part in it. :cry:

Re: Enhancements in DBA

Posted: Sat Mar 21, 2015 4:19 pm
by esgici
andyglezl wrote: I only did mention the utility Jayadev, I had no part in it. :cry:
OK amigo, no problem :arrow:

Viva HMG :D

Re: Enhancements in DBA

Posted: Sun Mar 22, 2015 5:30 pm
by jayadevu
Hi,

For your information, FileManagerG is a GUI version of FileMan from old clipper days. It is small utility which allows you to view any .txt file and print the text file to dotmatrix and all the latest GDI/USB printers.

FilemanagerG has not failed in so many years that I have used.

Could you please tell me what was the sequence of commands which have failed the program. I would like to correct it.

IF ANYBODY IS INTERESTED, I SHALL BE MORE THAN GLAD TO SHARE THE SOURCE CODE.

Warm regards,

Jayadev

Re: Enhancements in DBA

Posted: Sun Mar 22, 2015 6:36 pm
by esgici
jayadevu wrote:... FileManagerG is a GUI version of FileMan from old clipper days. It is small utility which allows you to view any .txt file and print the text file to dotmatrix and all the latest GDI/USB printers.

FilemanagerG has not failed in so many years that I have used.

Could you please tell me what was the sequence of commands which have failed the program. I would like to correct it.

IF ANYBODY IS INTERESTED, I SHALL BE MORE THAN GLAD TO SHARE THE SOURCE CODE.
...
Hi Jayadev

Steps to produce the error :
  • - Run FileManagerG in a folder that not include a .txt file
    - Select File Manager\Manager from menu in first form
    - This selection open second form / window
    ( or change to such a directory on second form)
    - Close this second form by red X button
that is all.

Yes, I'm interested your program. More, old (DOS/Clipper) version too.

Because I'm thinking that capabilities of this program can be enhanced to support files other than .txt and more other option such as edit, browse etc.

Regards