Search found 21 matches

by Jules de Pierre
Fri Nov 10, 2006 11:37 am
Forum: FiveWin for Harbour/xHarbour
Topic: Printing Labels in Colour
Replies: 1
Views: 782

Printing Labels in Colour

Can anyone give me an indication how or where to look for printing label lines in different colours?
Thanks,

Jules de Pierre
[b[/b]
by Jules de Pierre
Thu Sep 28, 2006 3:34 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH and xBuilder versions
Replies: 1
Views: 685

FWH and xBuilder versions

Dear Antonio,

I bought FWH 2.7 in April 2006 and use that.

When I link an app with xBuilder Octber 2005 I have no errors

When I link an app with xBuilder March 2006, I get an _hb_stack_ unresolved external symbol problem

Ron Pinkas tells me that that is because I use an FWH version prior to ...
by Jules de Pierre
Mon May 22, 2006 12:26 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Clipper appl with faster processor fails
Replies: 12
Views: 4880

Dear collegues,

Thanks for your cooperation.
I am convinced now that my customer has no Ckipper XP PRO problem.
I used Blinker and Clipper 5.3b
Databases are on the server.
Files and Buffers are OK.

So I advised my customer to look at his installation of XP PRO workstations in a Windows 2000 ...
by Jules de Pierre
Fri May 19, 2006 11:26 am
Forum: FiveWin for Harbour/xHarbour
Topic: Clipper appl with faster processor fails
Replies: 12
Views: 4880

Dear Roman,

It are new PC's with WIN XP PRO Inclusive SP2
I do not have the processor specs yet.
But it are new computers.

Dear Who,
I included _Wair_B already in 1996.

I think I come to the conclusion that the problems my customer has is not because of Clipper apps.
I heard that they had ...
by Jules de Pierre
Wed May 17, 2006 1:27 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Clipper appl with faster processor fails
Replies: 12
Views: 4880

Thanks Roman,
Very interesting but I did not see a problem related to a Clipper app.
Since Antonio is not responding I think that Clipper does not have this problem.

Questions:
What is NTDVM and DEP

Jules de Pierre
by Jules de Pierre
Wed May 17, 2006 10:18 am
Forum: FiveWin for Harbour/xHarbour
Topic: Clipper appl with faster processor fails
Replies: 12
Views: 4880

Clipper appl with faster processor fails

Dear Friends,

Some years ago Clipper apps failed with newer faster processors.
At that time a solution became available that solved the problem.
I beleive a kind of WAIT programme.
That was implemented in the Clipper programs and the problem was gone.

My question is, do we have a similar problem ...
by Jules de Pierre
Wed May 03, 2006 11:07 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How can I show an empty numeric field without a zero
Replies: 6
Views: 2058

Great TNHOE,

It works perfectly.
Thanks,

Jules
by Jules de Pierre
Tue May 02, 2006 11:30 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How can I show an empty numeric field without a zero
Replies: 6
Views: 2058

Enrico,
This works OK:

ADD COLUMN TO oBrw[ 1 ];
HEADER "Runs2" ;
SIZE 50 PIXELS ;
DATA FieldWblock("Uitslag2", Select());
COLORS CLR_YELLOW,CLR_BLUE;
ALIGN DT_CENTER;
PICTURE "@Z 999"


TsBrowse does not recognize Transform in this place

DATA TRANSFORM( "@Z 999", FIELD -> Uitslag2 ...
by Jules de Pierre
Mon May 01, 2006 9:02 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How can I show an empty numeric field without a zero
Replies: 6
Views: 2058

Enrico,
Thanks for advising me.
I am not able to do the right thing with it.
I will give some more specific info.
I use TsBrowse with Add Column

ADD COLUMN TO oBrw[ 1 ];
HEADER "Runs2" ;
SIZE 50 PIXELS ;
DATA FieldWblock("Uitslag2", Select());
COLORS CLR_YELLOW,CLR_BLUE;
ALIGN DT_CENTER ...
by Jules de Pierre
Mon May 01, 2006 6:09 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How can I show an empty numeric field without a zero
Replies: 6
Views: 2058

How can I show an empty numeric field without a zero

Hi All,
In an app I have numeric fields in which no result of earlier actions are known yet.
In an TsBrowse presentation I want no "zero" in the field but an empty field presentation.
Dbases tend to put a zero in a numeric field, but in certain cases there is no value available yet.

How can I force ...
by Jules de Pierre
Tue Apr 11, 2006 10:33 am
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox problem
Replies: 2
Views: 914

Dear Enrico,

That's it.

I did not paint the Combobox tall enough in the Workshop.

Thank you.

Jules
by Jules de Pierre
Mon Apr 10, 2006 9:41 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox problem
Replies: 2
Views: 914

Combobox problem

I have a combobox working OK

The next one in a different Dialog will not show its Array after clicking on it.

First example:
Function Minpunten(cAlias, oDlwBew )
Local oDlp, oRadmenu, oCbx
Local MyArrMinJn := {"J","N"}
Local oMyComb

DEFINE DIALOG oDlp RESOURCE "Minpunten"

REDEFINE COMBOBOX ...
by Jules de Pierre
Thu Apr 06, 2006 8:18 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Excel file in TsBrowse
Replies: 2
Views: 1536

O.K.
Thanks A.S.K.

Jules
by Jules de Pierre
Thu Apr 06, 2006 1:05 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Excel file in TsBrowse
Replies: 2
Views: 1536

Excel file in TsBrowse

I tried to use the fExcel function as described in TsBrwose V70 notes.

It buils up a Dialog but fails in the part:

@ 66, 36 BUTTON aCtl[ 7 ] PROMPT "&Accept" OF oDlg ;
ACTION ( If( nVer == 2, ;
oBrw:ExcelOle( cFile, lActivate, aCtl[ 9 ], cTitle,, lSave ), ;
oBrw:Excel2( cFile, lActivate, aCtl ...
by Jules de Pierre
Mon Apr 03, 2006 12:04 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Trying to compile Testrtf.prg
Replies: 3
Views: 1100

Antonio,
After renaming Winapi.ch in xHB and having Winapi.ch in the RC file I still get all these redefinition errors.

Any other idea ?

I work with FWH 2.7 and xHB March 2006.

Jules