Search found 106 matches

by jds
Tue Jul 14, 2020 9:43 am
Forum: FiveWin for Harbour/xHarbour
Topic: memvar
Replies: 12
Views: 2886

Re: memvar

By compiling no problem but while calling the procedure I got the error message:
"error base/1449 syntax error : &" (ampersand)
PS: I am a non professional programmer working for free at the food bank of my home town
by jds
Tue Jul 14, 2020 7:44 am
Forum: FiveWin for Harbour/xHarbour
Topic: memvar
Replies: 12
Views: 2886

Re: memvar

Thank you India but it does not work with the macro ampersand. I tried that already yesterday and I tried it again today but it gives errors by compiling the real source code is as follows: select temp2 goto top calias:=temp2->alias select temp1 sum all temp1->calias to ntotalias
by jds
Mon Jul 13, 2020 9:53 pm
Forum: FiveWin for Harbour/xHarbour
Topic: memvar
Replies: 12
Views: 2886

Re: memvar

The question is f.e.
select sales
goto top
cproduct:=sales->name

select products
locate for products->cproduct="smart"
by jds
Mon Jul 13, 2020 3:23 pm
Forum: FiveWin for Harbour/xHarbour
Topic: memvar
Replies: 12
Views: 2886

memvar

How to convert the name of a memory variable into the name of a field and use the variable name as a field name?
by jds
Mon Jul 13, 2020 3:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: memvar
Replies: 2
Views: 1471

memvar

How can I use the name of a memory variable as a fieldname?
by jds
Mon Jun 03, 2019 8:08 am
Forum: FiveWin for Harbour/xHarbour
Topic: sayprofstring
Replies: 1
Views: 243

sayprofstring

I get for the first time when linking an error message saying '_HB_FUN_Sayprofstring'
Can anyone say me what the problem is??
by jds
Thu Mar 28, 2019 9:05 am
Forum: FiveWin for Harbour/xHarbour
Topic: Setup Barcode system in FWH
Replies: 29
Views: 4166

Re: Setup Barcode system in FWH

On top of the program : #include "Barcode.ch" In your mak file add : echo $(FWDIR)\lib\BARLIB32.lib + >> b32.bc If you need these files : marc at maveco dot be I would suggest that you upgrade, because there is so much new stuff in FWH .... Great !!! function bartest()   local opr, xStep,...
by jds
Thu Mar 28, 2019 8:54 am
Forum: FiveWin for Harbour/xHarbour
Topic: Setup Barcode system in FWH
Replies: 29
Views: 4166

Re: Setup Barcode system in FWH

On top of the program : #include "Barcode.ch" In your mak file add : echo $(FWDIR)\lib\BARLIB32.lib + >> b32.bc If you need these files : marc at maveco dot be I would suggest that you upgrade, because there is so much new stuff in FWH .... Great !!! function bartest()   local opr, xStep,...
by jds
Tue Mar 19, 2019 12:29 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Problem when print CODE128 using Barlib
Replies: 18
Views: 2054

Re: Problem when print CODE128 using Barlib

Can someone send me a copy of the version FWH 18.05?

A jubilated non professional user

deschutterjose@gmail.com (jds)
by jds
Tue Mar 19, 2019 10:42 am
Forum: FiveWin for Harbour/xHarbour
Topic: Problem when print CODE128 using Barlib
Replies: 18
Views: 2054

Re: Problem when print CODE128 using Barlib

nageswaragunupudi wrote:Available from FWH 18.05 onwards.
Antonio,
An upgrade of FWH to version 18.05 is to expensive for a jubilated non professional user...
Kind regards
jds(José)
by jds
Tue Mar 19, 2019 8:15 am
Forum: FiveWin for Harbour/xHarbour
Topic: Problem when print CODE128 using Barlib
Replies: 18
Views: 2054

Re: Problem when print CODE128 using Barlib

The built-in barcode functionality of EasyReport can also be used directly using Printer class with this code: function printbarcode()    local oPrn, oBarcode    local cText := "FiveTechSoft"    cText := "15140803532877000111550020000018651000018657"    PRINT oPrn PREVIEW    oPr...
by jds
Tue Mar 19, 2019 8:07 am
Forum: FiveWin for Harbour/xHarbour
Topic: Setup Barcode system in FWH
Replies: 29
Views: 4166

Re: Setup Barcode system in FWH

Is EasyReport also included in my 9.0 version of FWH??
by jds
Mon Mar 18, 2019 3:22 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Problem when print CODE128 using Barlib
Replies: 18
Views: 2054

Re: Problem when print CODE128 using Barlib

Enrico, You are right. I was doing "IsNumber" by a wrong way. Everything is fine now. Thank you very much ;) Hi Vilian Can you send me the complete program to print code 128 starting from any number or name Do you use barlib.lib or barlib32.lib and barcode.ch Where do you position the .li...
by jds
Tue Mar 12, 2019 11:03 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Setup Barcode system in FWH
Replies: 29
Views: 4166

Re: Setup Barcode system in FWH

Marc, dank voor de info Ik ben van het Kortrijkse...een beetje verderop Waar kan ik de barlib32 vinden? grtjs José Dag Marc Ik heb ondertussen de barlib32 library ontvangen met een paar voorbeeld prgs Wanneer ik evenwel een example prg wil compilen en linken conform uw info krijg ik steeds een link...
by jds
Tue Mar 12, 2019 10:58 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Setup Barcode system in FWH
Replies: 29
Views: 4166

Re: Setup Barcode system in FWH

Jose Gmail rejected the attachment .. I sent the library via a file hosting site Hightail.com .. The .lib is configured for Borland .. Rick Lipkin Thank you Rick for sending me the barlib32 library. By compiling and linking the example program I get a "linking error" saying that "the...