Can anyone give me an indication how or where to look for printing label lines in different colours?
Thanks,
Jules de Pierre
[b[/b]
Search found 21 matches
- Fri Nov 10, 2006 11:37 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Printing Labels in Colour
- Replies: 1
- Views: 782
- 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 ...
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 ...
- Mon May 22, 2006 12:26 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Clipper appl with faster processor fails
- Replies: 12
- Views: 4880
- Fri May 19, 2006 11:26 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Clipper appl with faster processor fails
- Replies: 12
- Views: 4880
- Wed May 17, 2006 1:27 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Clipper appl with faster processor fails
- Replies: 12
- Views: 4880
- 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 ...
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 ...
- 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
- 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
- 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
- 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 ...
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 ...
- Tue Apr 11, 2006 10:33 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Combobox problem
- Replies: 2
- Views: 914
- 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 ...
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 ...
- Thu Apr 06, 2006 8:18 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Excel file in TsBrowse
- Replies: 2
- Views: 1536
- 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 ...
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 ...
- Mon Apr 03, 2006 12:04 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Trying to compile Testrtf.prg
- Replies: 3
- Views: 1100