Search found 117 matches: produces

Return to advanced search

Re: España: Normativa sancionadora sistemas informáticos

... sólo conocida externamente al programa y que dicho hash contiene los datos críticos de una factura (fecha,numero,nif,base,iva,total,...) y además produces el encadenamiento con otro hash encriptado de una factura anterior, cualquier modificación 'externa' del registro de una factura, producirá ...
by Joaquim Ferrer
Sun Dec 10, 2023 4:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: España: Normativa sancionadora sistemas informáticos
Replies: 95
Views: 28847

Re: Testing Harbour -gc3 flag

... Master Enrico, show the command you use to compress with UPX.exe, so I can compare it with the powerful PECOMPACT.exe and see who produces the smallest .EXE. I don't want to be unfair. Maestro Enrico, muestre el comando que usa para comprimir con UPX.exe, así puedo compararlo con ...
by karinha
Sat Nov 18, 2023 12:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Harbour -gc3 flag
Replies: 36
Views: 4343

Re: xbrowse <-> Tree and viceversa

Otto, I'm really impressed with the answer. It opens our minds.

I wonder if you can follow up that same chat and ask to write sample code that implements those steps and then compare to how close to working code it produces.
by reinaldocrespo
Mon May 15, 2023 3:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse <-> Tree and viceversa
Replies: 12
Views: 664

Re: COLORMENU vertical MenuItem

In the COLORSELECT clause the first two parameters are for the background: if they are different it produces a gradient, but if you put the same color then you will get a single background color. Clause 2013 is the one that allows the user to define the color or aspects of ...
by cnavarro
Tue Dec 27, 2022 6:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: COLORMENU vertical MenuItem
Replies: 4
Views: 432

Re: Does anyone have a json reader

Try HB_JSONDECODE(), it produces an hash that can then be navigated.
by Enrico Maria Giordano
Tue Nov 08, 2022 4:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have a json reader
Replies: 7
Views: 713

Re: PROBLEMA CON FORMATO DE FECHA MYSQL ADO

The real problem is with xHarbour. Harbour produces correct results. For your information, FWH does not have to do anything at all with this code oRs:Fields( xx ):Value// orValType( oRs:Fields( xx ):Value ) This code is ...
by nageswaragunupudi
Sat Nov 05, 2022 2:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: PROBLEMA CON FORMATO DE FECHA MYSQL ADO
Replies: 11
Views: 847

Re: Convert and print chinese idioms

... in UTF16BE, 45,78,253,86,72,114 Unicode UTF8 encoding is not directly accepted by your hardware. I could not figure out what encoding of Unicode produces the byte stream you found to be working. Even long before Unicode (1987), East Asian languages like Chinese, Korean, Japanese had their own ...
by nageswaragunupudi
Fri Jul 22, 2022 6:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert and print chinese idioms
Replies: 3
Views: 474

Re: Print Problem with FWH2104

... nil  to produce a print image like this: https://imagizer.imageshack.com/v2/xq90/924/qjZfHF.png But till FWH1906, this code produces a wrong image like this: https://imagizer.imageshack.com/v2/xq90/924/pZtWka.png Till FWH1906, RoundBox() was behaving wrongly ...
by nageswaragunupudi
Wed Jun 09, 2021 3:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Print Problem with FWH2104
Replies: 27
Views: 2597

Re: Transym OCR wrapper functions for Harbour

... post on this thread. At the very top. Now that I look at it; the beauty of that code is that it is a self-contained minimized sample app-code that produces results. Notice on my sample code the wrapper functions you will need and a few other c functions that can help. Please look at that code and ...
by reinaldocrespo
Thu Feb 18, 2021 11:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transym OCR wrapper functions for Harbour
Replies: 30
Views: 2745

FWH: Support for Matrix calculations

... This last line of code:    ? "Scalar multiplication by 100:", M2, "X", 100, "=", M2 * 100  produces this result: https://imagizer.imageshack.com/v2/xq90/924/86MmYC.png Detailed documentation of the class FW_Matrix follows. ...
by nageswaragunupudi
Thu Dec 10, 2020 8:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: Support for Matrix calculations
Replies: 3
Views: 720

Re: Program language of FWH

I just tell them C. I consider FWH and Harbour to both be API's, and I do my builds with Visual Studio Community. It produces .c files for all my .prgs and uses the libs from Harbour and FWH also built with C, and then it uses those to link together the .exe. So, in the end it's ...
by TimStone
Sat Nov 21, 2020 1:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Program language of FWH
Replies: 5
Views: 632

Re: Mysql_real_escape_string() problem

... from the docs ? https://dev.mysql.com/doc/c-api/8.0/en/mysql-real-escape-string.html Note mysql_real_escape_string() fails and produces an CR_INSECURE_API_ERR error if the NO_BACKSLASH_ESCAPES SQL mode is enabled. In this case, the function cannot escape quote characters except ...
by Antonio Linares
Fri Sep 11, 2020 5:03 pm
 
Forum: mod_harbour
Topic: Mysql_real_escape_string() problem
Replies: 4
Views: 648

Re: Construcción de LIB importadas 32 y 64 para los comp. de C

... counterpart of IMPLIB.EXE, the Import Library Tool for Win32. However, MKEXP does not support all the same options supported by IMPLIB. MKEXP produces GNU-style (ELF format) archive files (.a files). You can use .DLL, .DEF, or OMF files with MKEXP. Examples Generating an import library from ...
by Compuin
Tue Dec 17, 2019 6:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Construcción de LIB importadas 32 y 64 para los comp. de C
Replies: 2
Views: 785

Btnbmp: Different look after link in FWH19.05

... 150, 30 OF oDlg 2007 LEFT ;   filename ud_bmpDir()+"\quit.bmp" ;   ACTION ( oDlg:End(), oWnd:End() ) produces different result when I link in FWH19.05. Did I do something wrong? Before: https://i.postimg.cc/BnN0F5rw/ta-b4.jpg After (with ...
by hua
Wed Jul 03, 2019 4:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Btnbmp: Different look after link in FWH19.05
Replies: 5
Views: 1123

Re: Rpreview issues - PDF

... backgrounds and particularly water marks. You may decide which suits which document the best. The biggest advantage of using Image2PDF is that it produces pdf with very tiny size and are suited well for attaching to emails. In my earlier post, I reproduced PDF generated by all the three methods. ...
by nageswaragunupudi
Wed May 01, 2019 3:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview issues - PDF
Replies: 58
Views: 7342
Next

Return to advanced search