Search found 105 matches

by Greg Gammon
Thu Jan 23, 2014 2:44 pm
Forum: FiveWin for Harbour/xHarbour
Topic: rPreview ZOOM problem
Replies: 17
Views: 4463

Re: rPreview ZOOM problem

Thanks...I'll download 13.08 version and hopefully that will fix me too!
by Greg Gammon
Wed Jan 22, 2014 7:12 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 13.12 printer SetCopies problem
Replies: 20
Views: 6504

Re: FWH 13.12 printer SetCopies problem

I have a different question relating to number of copies to print. I would like my user to be able to simply select on the printer setup dialog the number of copies to print.

printersetup() dialog does not have a "Copies to Print" option...is there a fix for this?
by Greg Gammon
Wed Jan 22, 2014 5:45 pm
Forum: FiveWin for Harbour/xHarbour
Topic: rPreview ZOOM problem
Replies: 17
Views: 4463

Re: rPreview ZOOM problem

I am having the same ZOOM problem with PREVIEW (having just upgraded to FWH13x). I removed the */ comment lines in the tmetafil.prg as described without any apparent change. Is there something else I need to do to fix this? Thanks! on a related question....when using the PDF button on the PREVIEW sc...
by Greg Gammon
Tue Jan 21, 2014 11:52 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Linking Error: Fatal Error cannot open FiveH.lib
Replies: 8
Views: 1949

Re: Linking Error: Fatal Error cannot open FiveH.lib

Perfect....Thanks for all your help Christobal! :)

Everything seems to be compiling now...just have to work through some run-time stuff as expected.

thanks all...
Greg
by Greg Gammon
Tue Jan 21, 2014 10:20 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Linking Error: Fatal Error cannot open FiveH.lib
Replies: 8
Views: 1949

Re: Linking Error: Fatal Error cannot open FiveH.lib

And lastly...it ALMOST works but has an unresolved external referring to CurDrive()...I assume that is an obsolete function? Is there something I can change this to:     REDEFINE BUTTON oBtn2 ID 1003 ACTION (oDbf:Customer := ALLTRIM( cGetDir( "Select a directory",;            CurDrive() + ...
by Greg Gammon
Tue Jan 21, 2014 10:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Linking Error: Fatal Error cannot open FiveH.lib
Replies: 8
Views: 1949

Re: Linking Error: Fatal Error cannot open FiveH.lib

I replaced all the %... directory references for harbour to absolute directories and that solves that issue.

Now the issue is BCC...I have BCC5.5 and it does not have the file GDIPLUS.lib in the PSDK folder...it does have GDI32.lib so I changed that reference. Any problem with that?
by Greg Gammon
Tue Jan 21, 2014 10:00 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Linking Error: Fatal Error cannot open FiveH.lib
Replies: 8
Views: 1949

Re: Linking Error: Fatal Error cannot open FiveH.lib

Partially fixed...now has Fatal Error cannot open file "LIBCURL.LIB"
by Greg Gammon
Tue Jan 21, 2014 9:28 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Linking Error: Fatal Error cannot open FiveH.lib
Replies: 8
Views: 1949

Re: Linking Error: Fatal Error cannot open FiveH.lib

Antonio,
Yes, checked that first...also checked to see if the file might be "locked" or unreadable and it seems fine as well.
G
by Greg Gammon
Tue Jan 21, 2014 5:41 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Linking Error: Fatal Error cannot open FiveH.lib
Replies: 8
Views: 1949

Linking Error: Fatal Error cannot open FiveH.lib

Trying to compile with new dowload of FWH13x and Harbour 3 using the new BuildH.bat I have set my paths using Harbour, FWH, and BCC55 but get this error "Cannot open FiveH.lib" @ECHO OFF CLS ECHO ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ECHO ³ FiveWin ...
by Greg Gammon
Tue Jan 21, 2014 3:18 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Warning W0027 Compiling Error
Replies: 8
Views: 1256

Re: Warning W0027 Compiling Error

This is really a mystery to me. Here is a code block for a BUTTON that has 8 IIF statements. I was only getting two compile warnings on this block, so by elimination, I added a "placeholder" variable ph := IIF(.... to all of them and deleted one at a time and compiled to find which two lin...
by Greg Gammon
Mon Jan 20, 2014 9:29 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Warning W0027 Compiling Error
Replies: 8
Views: 1256

Re: Warning W0027 Compiling Error

Christobal...that does indeed work (as far as getting rid of the compiler warning..but in runtime??), but Im confused as to why it is needed. I probably have 1000's of IIF's in my programs but only a hundred or so are coming up with this compile error. The "placeholder" variable ( lwhateve...
by Greg Gammon
Mon Jan 20, 2014 9:03 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Warning W0027 Compiling Error
Replies: 8
Views: 1256

Re: Warning W0027 Compiling Error

Christobal,
Thanks for the quick reply. No, the functions do not return a logical, so I tried your idea of (myfunc(), t.) and it doubled the number of W0027 errors...twice as many ".t."...twice as many errors! oy vey....(and im not even jewish) :)
Greg
by Greg Gammon
Mon Jan 20, 2014 8:36 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Warning W0027 Compiling Error
Replies: 8
Views: 1256

Warning W0027 Compiling Error

Recently upgraded to Harbour 3.0 (downloaded from FiveWin site) as well as FWH13x. First upgrade in about 6 years. Following problem also exists using older FWH libraries so is Harbour related I believe. I have numerous (hundreds) of Warning W0027 Meaningless use of expression "logical"......
by Greg Gammon
Thu Sep 13, 2007 9:19 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Reuse Deleted Records
Replies: 4
Views: 1065

Well that would certainly be sweet if that is the case. Are you saying the oDbf:append() automatically seeks deleted records to reuse?

Also...what IS the difference in Harbour and xHarbour (im just using Harbour).

Thanks!
Greg
by Greg Gammon
Thu Sep 13, 2007 2:50 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Reuse Deleted Records
Replies: 4
Views: 1065

Reuse Deleted Records

Ok...now that Ive solved all my browse issues (thanks James!!!), Im ready to tackle re-using deleted records to avoid that pesky downtime for packing. Ive read a few posts but not sure I completely understand.... Right now im just doing the standard oDbf:append()....load()....save() Can I get some c...