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
Search found 23 matches
- Tue Aug 23, 2016 2:49 pm
- Forum: FiveWin for CA-Clipper
- Topic: Print file + printdialog
- Replies: 0
- Views: 3029
- Fri Aug 05, 2016 12:34 pm
- Forum: FiveWin for CA-Clipper
- Topic: Convert DOS application(s) to Harbour <== LIB compatibility
- Replies: 42
- Views: 21189
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?
- Fri Aug 05, 2016 12:22 pm
- Forum: FiveWin for CA-Clipper
- Topic: Convert DOS application(s) to Harbour <== LIB compatibility
- Replies: 42
- Views: 21189
Re: Convert DOS application(s) to Harbour <== LIB compatibility
<shame icon>
Eh, thank you... need a holiday.. 3 hours to go.
</shame icon>
Eh, thank you... need a holiday.. 3 hours to go.
</shame icon>
- Fri Aug 05, 2016 12:03 pm
- Forum: FiveWin for CA-Clipper
- Topic: Convert DOS application(s) to Harbour <== LIB compatibility
- Replies: 42
- Views: 21189
Re: Convert DOS application(s) to Harbour <== LIB compatibility
Thank you, I will take a look at it.
MemoEdit problem:
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
MemoEdit problem:
Code: Select all
MemoEdit(tnmemo,11,3,24,76,.T.,'MemoControl()',73,3)
Is there an example of how to use memoedit with user defined controls?
Maarten
- Thu Aug 04, 2016 11:53 am
- Forum: FiveWin for CA-Clipper
- Topic: Convert DOS application(s) to Harbour <== LIB compatibility
- Replies: 42
- Views: 21189
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?
How do i tell the compiler only to compile the PRG I changed and not all PRGs?
- Thu Aug 04, 2016 10:18 am
- Forum: FiveWin for CA-Clipper
- Topic: Convert DOS application(s) to Harbour <== LIB compatibility
- Replies: 42
- Views: 21189
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 ...
- Thu Aug 04, 2016 8:32 am
- Forum: FiveWin for CA-Clipper
- Topic: Convert DOS application(s) to Harbour <== LIB compatibility
- Replies: 42
- Views: 21189
Re: Convert DOS application(s) to Harbour <== LIB compatibility
May I ask how did you test the DBF which I had sent you?
- Thu Aug 04, 2016 8:17 am
- Forum: FiveWin for CA-Clipper
- Topic: Convert DOS application(s) to Harbour <== LIB compatibility
- Replies: 42
- Views: 21189
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...
- Thu Aug 04, 2016 7:26 am
- Forum: FiveWin for CA-Clipper
- Topic: Convert DOS application(s) to Harbour <== LIB compatibility
- Replies: 42
- Views: 21189
Re: Convert DOS application(s) to Harbour <== LIB compatibility
Harbour from https://sourceforge.net/projects/harbour-project/
Code: Select all
hbmk2 ems.hbp > comp.log 2> warnings.log
- Wed Aug 03, 2016 2:56 pm
- Forum: FiveWin for CA-Clipper
- Topic: Convert DOS application(s) to Harbour <== LIB compatibility
- Replies: 42
- Views: 21189
Re: Convert DOS application(s) to Harbour <== LIB compatibility
Done, send by wetranser to email: e.m.giordano@emagsoftware.it
- Wed Aug 03, 2016 2:38 pm
- Forum: FiveWin for CA-Clipper
- Topic: Convert DOS application(s) to Harbour <== LIB compatibility
- Replies: 42
- Views: 21189
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...
- Wed Aug 03, 2016 1:20 pm
- Forum: FiveWin for CA-Clipper
- Topic: Convert DOS application(s) to Harbour <== LIB compatibility
- Replies: 42
- Views: 21189
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...
- Tue Aug 02, 2016 2:16 pm
- Forum: FiveWin for CA-Clipper
- Topic: Convert DOS application(s) to Harbour <== LIB compatibility
- Replies: 42
- Views: 21189
Re: Convert DOS application(s) to Harbour <== LIB compatibility
Oke, dbfcdx.lib also not recognized?
- Tue Aug 02, 2016 10:40 am
- Forum: FiveWin for CA-Clipper
- Topic: Convert DOS application(s) to Harbour <== LIB compatibility
- Replies: 42
- Views: 21189
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...
- Tue Aug 02, 2016 10:10 am
- Forum: FiveWin for CA-Clipper
- Topic: Convert DOS application(s) to Harbour <== LIB compatibility
- Replies: 42
- Views: 21189
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?