Search found 119 matches: paul

Return to advanced search

Raw Print in C - FWH Version

... a C programmer so this inherited code is not easy for me. Is there a way to replace this code using straight Harbour/FWH? Thanks for your help! -Paul CLIPPER RAWPRINT() // ( hDC, cText ) --> nBytesSent { LPBYTE lpbData; LPWORD lpwLength; if (PCOUNT()==2 && ISNUM(1) && ISCHAR(2)) ...
by paulrhanson
Thu Jan 29, 2009 2:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Raw Print in C - FWH Version
Replies: 1
Views: 360

Re: FWH - Listbox compatible with FW 2.4 & Clipper 5.2

Antonio,

You're the man! Thanks! That did the trick.

I've been battling for weeks. Learned a lot too though.

Thanks again.

GBU,
Paul
by paulrhanson
Wed Jan 28, 2009 2:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH - Listbox compatible with FW 2.4 & Clipper 5.2
Replies: 3
Views: 492

Re: FWH - Listbox compatible with FW 2.4 & Clipper 5.2

Paul,

Please try it this way:
Code: Select all  Expand view
   @ 0,0 listbox aObject[AO_JOURNALLIST] fields "" headers 'Journal' alias 'ARRAY' pixel
by Antonio Linares
Wed Jan 28, 2009 2:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH - Listbox compatible with FW 2.4 & Clipper 5.2
Replies: 3
Views: 492

FWH - Listbox compatible with FW 2.4 & Clipper 5.2

... nColStart := ( nLeft + aColSizes[ n ] - 1 ), nWidth ) This code all works well with FW and clipper 5.2. How can I fix this? Thanks, Paul
by paulrhanson
Wed Jan 28, 2009 3:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH - Listbox compatible with FW 2.4 & Clipper 5.2
Replies: 3
Views: 492

Hello Mr.Paul Just copy the ALERT.PRG located in FWH\SOURCE\FUNCTIONS directory to a new directory where you can have your modified copy of FWH source. And make the changes shown as under: #ifdef __CLIPPER__ #ifndef __C3__ function ...
by RAMESHBABU
Fri Dec 19, 2008 12:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How do I rename Alert() to _Alert()
Replies: 1
Views: 487

How do I rename Alert() to _Alert()

... windows. Can someone help me with how to rename and rebuild the FWH lib's? I've never done that before. Or, how do I go about this. Thanks! B2B, Paul
by paulrhanson
Fri Dec 19, 2008 10:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How do I rename Alert() to _Alert()
Replies: 1
Views: 487

Paul, > Called from ACTIVATE@0 Called from TMSGBAR:CHECKTIMER@0 > Please check if you have a Class TTimer in your sources. It is quite common to modify a Class and include it in your own PRGs. If that is the case, your ...
by Antonio Linares
Thu Dec 11, 2008 8:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW 2.4 to compile with FWH & VC98
Replies: 6
Views: 1203

Paul,

>
I discovered that my CRect:New() method needs RETURN Self rather than RETURN NIL
>

Good point. Yes, that change is required from FW 16 bits to 32 bits.

Please notice that Class CRect is not a standard FiveWin Class, so its code may be in your sources.
by Antonio Linares
Thu Dec 11, 2008 8:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW 2.4 to compile with FWH & VC98
Replies: 6
Views: 1203

Paul, There is already a FWH function called winmain() which returns the main window object. Since you have a winmain() function also, yours is overriding the FWH function and this is most likely the problem. Somewhere else ...
by James Bott
Thu Dec 11, 2008 6:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW 2.4 to compile with FWH & VC98
Replies: 6
Views: 1203

FW 2.4 to compile with FWH & VC98

... Called from TMSGBAR:CHECKTIMER@0 Called from TMSGBAR:DATEON@0 Called from TMSGBAR:NEW@0 Called from WINMAIN@89 Any ideas? Thanks, Paul
by paulrhanson
Thu Dec 11, 2008 4:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW 2.4 to compile with FWH & VC98
Replies: 6
Views: 1203

FW 2.4 to compile with FWH & VC98

Paul, Please show the source code for function OnInit(), thanks Antonio, I followed the OnInit() which is: static function OnInit() local oFrame #ifdef __HARBOUR__ MsgInfo( "In OnInit" ) #endif oFrame ...
by paulrhanson
Thu Dec 11, 2008 11:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW 2.4 to compile with FWH & VC98
Replies: 6
Views: 1203

Paul,

Please show the source code for function OnInit(), thanks
by Antonio Linares
Thu Dec 11, 2008 8:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW 2.4 to compile with FWH & VC98
Replies: 6
Views: 1203

FW 2.4 to compile with FWH & VC98

... from WINMAIN@126 Is there some basic requirement I'm missing that is keeping me from just compiling with FWH and vc98? Thanks for your help, Paul #include "FiveWin.ch" #include "commport.ch" #include "GETKEY.CH" // include "pcreg.ch" ...
by paulrhanson
Thu Dec 11, 2008 5:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW 2.4 to compile with FWH & VC98
Replies: 6
Views: 1203

Oferta de trabajo Madrid Programador Fivewin

Pes Systems, S.L. busca programador full time, con experiencia, con manejo de Clipper y Fivewin, xHarbour.

Lugar de trabajo Madrid, España.

Envia CV a paul@pes-systems.net
by PAUL SIMM
Wed Nov 12, 2008 1:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Oferta de trabajo Madrid Programador Fivewin
Replies: 0
Views: 395
PreviousNext

Return to advanced search