Search found 23 matches

by elrosa
Tue Aug 23, 2016 2:49 pm
Forum: FiveWin for CA-Clipper
Topic: Print file + printdialog
Replies: 0
Views: 2189

Print file + printdialog

I am trying to find an example of the quickest and easiest way to print a file (PDF for example) to a printdialog in which also can be chosen for another printer as default.

ShellExecute gives me undefined reference :-(

Greeting Maarten
by elrosa
Fri Aug 05, 2016 12:34 pm
Forum: FiveWin for CA-Clipper
Topic: Convert DOS application(s) to Harbour <== LIB compatibility
Replies: 42
Views: 17576

Re: Convert DOS application(s) to Harbour <== LIB compatibility

Last question before my holiday: Is there a substitute for the EGA43() and VGA28() functions? So that you can swith to 43 lines and 28 Lines?
by elrosa
Fri Aug 05, 2016 12:22 pm
Forum: FiveWin for CA-Clipper
Topic: Convert DOS application(s) to Harbour <== LIB compatibility
Replies: 42
Views: 17576

Re: Convert DOS application(s) to Harbour <== LIB compatibility

<shame icon>
Eh, thank you... need a holiday.. 3 hours to go.
</shame icon>
by elrosa
Fri Aug 05, 2016 12:03 pm
Forum: FiveWin for CA-Clipper
Topic: Convert DOS application(s) to Harbour <== LIB compatibility
Replies: 42
Views: 17576

Re: Convert DOS application(s) to Harbour <== LIB compatibility

Thank you, I will take a look at it.

MemoEdit problem:

Code: Select all

MemoEdit(tnmemo,11,3,24,76,.T.,'MemoControl()',73,3)
This seems not to work anymore? Getting error Undefined function: MemoControl()

Is there an example of how to use memoedit with user defined controls?

Maarten
by elrosa
Thu Aug 04, 2016 11:53 am
Forum: FiveWin for CA-Clipper
Topic: Convert DOS application(s) to Harbour <== LIB compatibility
Replies: 42
Views: 17576

Re: Convert DOS application(s) to Harbour <== LIB compatibility

Thanks for (all) your help.

How do i tell the compiler only to compile the PRG I changed and not all PRGs?
by elrosa
Thu Aug 04, 2016 10:18 am
Forum: FiveWin for CA-Clipper
Topic: Convert DOS application(s) to Harbour <== LIB compatibility
Replies: 42
Views: 17576

Re: Convert DOS application(s) to Harbour <== LIB compatibility

Found it! It was the rddsys.prg I linked. This gave me the problem: /*** * *  RddSys.prg * *  This program is run each time your application is started to setup *  the proper default driver.  You should modify a copy of this file *  if you wish to use a default RDD other than DBFNTX. * *  Copyright ...
by elrosa
Thu Aug 04, 2016 8:32 am
Forum: FiveWin for CA-Clipper
Topic: Convert DOS application(s) to Harbour <== LIB compatibility
Replies: 42
Views: 17576

Re: Convert DOS application(s) to Harbour <== LIB compatibility

May I ask how did you test the DBF which I had sent you?
by elrosa
Thu Aug 04, 2016 8:17 am
Forum: FiveWin for CA-Clipper
Topic: Convert DOS application(s) to Harbour <== LIB compatibility
Replies: 42
Views: 17576

Re: Convert DOS application(s) to Harbour <== LIB compatibility

Ok, linked the following files: -lhbrtl -lhbvm -lhbcommon -lhbmacro -lgtwin -lhbrdd -lhbsix -lrddntx -lrddfpt -lrddcdx -lxhb -lhbwin -lhbct -lhbnf No compile errors, but still got the same error.  Error DBFCDX/1001  Open error: .\X_CT   Called from DBUSEAREA(0)   Called from NETUSE(659)   Called fro...
by elrosa
Wed Aug 03, 2016 2:38 pm
Forum: FiveWin for CA-Clipper
Topic: Convert DOS application(s) to Harbour <== LIB compatibility
Replies: 42
Views: 17576

Re: Convert DOS application(s) to Harbour <== LIB compatibility

Nop, still getting the 'DBFCDX/1001 Open error' message... I found the following on this board: If you are working with DBF/CDX/FPT files created with Clipper, Comix or Six Driver, let me tell you that those FPT files are not compatible with xHarbour FPT structure, this is due because Clipper and fr...
by elrosa
Wed Aug 03, 2016 1:20 pm
Forum: FiveWin for CA-Clipper
Topic: Convert DOS application(s) to Harbour <== LIB compatibility
Replies: 42
Views: 17576

Re: Convert DOS application(s) to Harbour <== LIB compatibility

Grrrr... let me quess... Clipper FPT isn't compatible also with Harbour :-( I cannot open any DBF with FPT associated (that is probably the DBFCDX/1001 error I am getting, because any DBF without FPT is opened with no problem) Is there a way to make these DBF/FPT Harbour compatible without losing an...
by elrosa
Tue Aug 02, 2016 10:40 am
Forum: FiveWin for CA-Clipper
Topic: Convert DOS application(s) to Harbour <== LIB compatibility
Replies: 42
Views: 17576

Re: Convert DOS application(s) to Harbour <== LIB compatibility

I am afraid it is also :-( So that means I have to strip al print functionalities... Oslib and CTP lib are also not compatible, but do not know yet which functions are effected. Will find out after stripping print ... The Lfn lib ( http://www.ousob.com/ng/lfnlib/ng1a2d0.php ) is linked, but it doesn...
by elrosa
Tue Aug 02, 2016 10:10 am
Forum: FiveWin for CA-Clipper
Topic: Convert DOS application(s) to Harbour <== LIB compatibility
Replies: 42
Views: 17576

Re: Convert DOS application(s) to Harbour <== LIB compatibility

Is there a way to find out which compiler is compatible with this library? Is there a fingerprint left by the compiler used to create the prohp lib/obj?