Search found 1233 matches: symbol

Return to advanced search

Re: WhatsApp tests

Dear Antonio, Thank you very much for the code and the suggestion with the key combination symbol ~ (which stands for "Enter"). I just did a test and it works. I only tried text. It seems that you need to have WhatsApp installed on the PC. On the server via ...
by Otto
Wed Apr 17, 2024 7:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WhatsApp tests
Replies: 9
Views: 402

Re: harbour/xharbour appear ADS functions error

... Error: Unresolved external 'AdsIsRecordLocked' referenced from S:\SETTOOL32\HARBOUR\LIB\RDDADS.LIB|adsfunc ... Please check if the above symbol are in the rddads.lib you are using. It looks like you are not using the correct build as Harbour has its libs in a sub-sub folder, not directly ...
by Enrico Maria Giordano
Wed Apr 03, 2024 12:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour/xharbour appear ADS functions error-SOLVED
Replies: 47
Views: 8537

Still a problem with FWH 24.02 and xHarbour Builder - SOLVED

Hello,

I still get an error while building my application with xHarbour Builder.

This is the error

- Unresolved external symbol '_GetDCBrushColor referenced from CTRL2CHR.obj

With FWH 22.03 everything is ok.

How can this be solved?

Thanks a lot in advance.
by driessen
Sat Mar 16, 2024 2:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Still a problem with FWH 24.02 and xHarbour Builder - SOLVED
Replies: 4
Views: 797

Re: FWH 24.02 y Harbour con BCC7.7 y Select()

... pero del dicho al hecho... 2024-02-09 20:56 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) ... ... * src/rdd/dbcmd.c + accept symbol items in Select() and DbSelectArea() just like in ( <alias> ) -> <exp>
by carlos vargas
Tue Mar 05, 2024 11:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 24.02 y Harbour con BCC7.7 y Select()
Replies: 19
Views: 3650

Re: FWH 24.02 y Harbour con BCC7.7 y Select()

... pero del dicho al hecho... 2024-02-09 20:56 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) ... ... * src/rdd/dbcmd.c + accept symbol items in Select() and DbSelectArea() just like in ( <alias> ) -> <exp>
by carlos vargas
Tue Mar 05, 2024 11:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 24.02 y Harbour con BCC7.7 y Select()
Replies: 19
Views: 3650

Re: FW Pocket PC en Symbol motorola mc3190

Aqui tienes la demo que puedes instalar para ver si funciona correctamente:

http://www.fivetechsoft.com/files/wincearm.zip
by Antonio Linares
Thu Feb 15, 2024 6:59 am
 
Forum: FiveWin para Pocket PC
Topic: FW Pocket PC en Symbol motorola mc3190
Replies: 2
Views: 8394

Re: FW Pocket PC en Symbol motorola mc3190

Estimado Joel, El Symbol Motorola MC3190 generalmente utiliza el sistema operativo Windows Embedded Handheld 6.5. Lo primero que habria que hacer es descargar Harbour en él y construirlo. Hace mucho tiempo que no lo usamos, pero tenemos ...
by Antonio Linares
Thu Feb 15, 2024 6:48 am
 
Forum: FiveWin para Pocket PC
Topic: FW Pocket PC en Symbol motorola mc3190
Replies: 2
Views: 8394

FW Pocket PC en Symbol motorola mc3190

Buenos días amigos, me puede dar información si FWPocket PC trabaja sobre estos dispositivos:

Symbol/Motorola mc3190

saludos y de antemano gracias
Joel Andujo
by Joel Andujo
Wed Feb 14, 2024 7:26 pm
 
Forum: FiveWin para Pocket PC
Topic: FW Pocket PC en Symbol motorola mc3190
Replies: 2
Views: 8394

Re: Mark field as required

You can do this:
@ 0,0 SAY "Test *" of oDlg//Monospaced font
@ 0, 6 GET of oDlg
oDlg:aControls[1]:SayText() //color the "*" symbol red

it works well, but it may need to be updated :SayText when moving the window off/on the screen
by Natter
Sun Feb 04, 2024 8:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1782

Re: HB_ZIPDELETEFILES()

... fatal error: File not found: 'LIBCMT.LIB'. After adding [D:\xHB10272_xcc\xhb\c_lib\win\libcmt.lib] New errors: xLINK: error: Unresolved external symbol '__localtime64 referenced from xhbzip.lib(zip_xhb.obj)'. xLINK: error: Unresolved external symbol '___security_cookie referenced from xhbzip.lib(zip_xhb.obj)'. ...
by Taavi
Tue Dec 12, 2023 4:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HB_ZIPDELETEFILES()
Replies: 8
Views: 967

Re: Xlsxlibhb_ver2

Error: Unresolved external '__streams' referenced from C:\FWH2310\LIB\XLSXLIBHBBCCX.LIB|drawing The symbol "_streams" is used inside the lib XLSXLIBHBBCCX.LIB. It is impossible to fix it without the source code. As a stupid test, try to define a dummy "_streams" ...
by Enrico Maria Giordano
Tue Nov 21, 2023 11:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 57
Views: 9071

Re: How to print character sigma in Haru?

PDF's internal Symbol font is different from Windows Symbol font.
We are working on how to make our FWPDF class to use Windows Symbol font, though it seems difficult as of now.
For now, the immediate solution is to use HB_UTF8CHR(0x03A3) and setting FW_SetUnicode() to .T., atleast temporarily.
by nageswaragunupudi
Wed Aug 16, 2023 7:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to print character sigma in Haru?
Replies: 8
Views: 334

Re: How to print character sigma in Haru?

Sumbol font is not working with Haru.
Without Haru, using the default PDF generation of TPrinter, we can have the Symbol fonts in pdf.

Let us keep trying.
by nageswaragunupudi
Wed Aug 16, 2023 11:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to print character sigma in Haru?
Replies: 8
Views: 334

Re: How to print character sigma in Haru?

Tested using SAMPLES\pdfh.prg
The font Symbol is not loaded eventhough it should be amongst the Base14

Image

Image
by hua
Wed Aug 16, 2023 10:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to print character sigma in Haru?
Replies: 8
Views: 334

How to print character sigma in Haru?

After defining font in Haru oFont := oPrn:DefineFont("Symbol", 9) How to print the sigma symbol? https://i.postimg.cc/mg6NYsTV/sigma.jpg I was printing it this way in TPrinter oPrn:say(nRow, nCol, "S", oFont) ...
by hua
Wed Aug 16, 2023 5:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to print character sigma in Haru?
Replies: 8
Views: 334
Next

Return to advanced search