Search found 299 matches: generates

Return to advanced search

Re: Centrar texto VERTICALMENTE

... oPrn FILE <pdffile>, there are 3 ways to generate PDFs. 1. Using Microsoft Word, if installed on the PC. This is the default. Printer class generates emf files and embeds them into Word document and saves as PDF. pros: Good quality and medium size pdfs cons: (1) Does not support rotated ...
by nageswaragunupudi
Wed Apr 10, 2024 1:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar texto VERTICALMENTE
Replies: 12
Views: 476

Re: xbrowse No existe el metodo: LREADONLY

... we can test at our end. I stopped using my modified xbrowse class for the example, it no longer gives an error when loading data, but sometimes it generates gpf when clicking on the exit button, for now I am going to use it like this, the example that asks me does not I can do it, it uses a TCP/IP ...
by albeiroval
Sun Mar 03, 2024 7:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse No existe el metodo: LREADONLY
Replies: 16
Views: 471

Data exchange between PC and Android device on the same loca

... prg compiled as cgi, for now very simple and simple, configured to receive requests and respond to requests. It reads the Request and accordingly generates the responses that are data from .dbf tables, which reside on the PC and at that point the prg program hard-coded opens tables, and generates ...
by Arturo Lopesoria
Tue Feb 20, 2024 11:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 799

Re: copy a row of xbrowse

... oBrw:SetFocus() ) ``` ### Generate Unique Identifiers For generating new unique IDs for the pasted rows, you could use a function that generates an ID not currently used in `oBrw:aArrayData`. ### Notes - Ensure that `oBrw:aSelectedRows` contains the indexes of selected rows in `oBrw:aArrayData`. ...
by Otto
Tue Dec 05, 2023 3:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 5790

Re: Error '__streams' referenced from K:\FWH\LIB\FIVEH.LIB|HARB

... rubenbuild testtrev I send you the libraries, but according to my tests are not, Take an example of fwh and generates error, I think this would be the one indicated to identify the problem the prg testtrev.prg. BORLAND RESOURCE COMPILER VERSION 5.40 Copyright ...
by ruben Dario
Mon Dec 04, 2023 9:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error '__streams' referenced from K:\FWH\LIB\FIVEH.LIB|HARB
Replies: 15
Views: 2277

Re: Crear librerias de Harbour BCC74 Me genera error

... la transferencia de archivos Security error when calling GetDirectory It has not been possible to download it, I have desabiliado the Antivirus, generates this error would be grateful if you would send it to me packaged to the email rubendariogd-hotmail.com Sorry! There was a problem with transferring ...
by ruben Dario
Wed Nov 29, 2023 8:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear librerias de Harbour BCC74 Me genera error
Replies: 28
Views: 6873

Re: Testing Harbour -gc3 flag

If you use the flag -gc3 when calling harbour.exe it generates C calls without using pcode, thus your apps will be a little faster :-) we would like to have your feedback about building your FWH + Harbour apps using this flag thank you! Hi Antonio, ...
by toninhofwi
Tue Nov 28, 2023 9:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Harbour -gc3 flag
Replies: 36
Views: 4344

Re: Calculate total pages

... providing this feature in the next version. In all cases other than direct printing to printer and generating PDF using HaruPDF, the printer class generates meta files for preview and then printing or for generation of pdf, jpg, docx, etc In the case where meta files are generated we can modify ...
by nageswaragunupudi
Sat Nov 25, 2023 8:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5878

Re: Calculate total pages

... := oMeta1:hMeta`: Seems to reference a metafile handle from another object `oMeta1`. 2. **Unique ID Generation:** - `cUniqueID := cUniqueID()`: Generates a unique ID, possibly for the invoice. 3. **Preparation for Printing:** - `CursorWait()`: Possibly changes the cursor to a waiting state, ...
by Otto
Fri Nov 24, 2023 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5878

Re: Testing Harbour -gc3 flag

Master Enrico, we have been using PECOMPACT.exe for a long time. We have no reports of problems, my version is old, but it generates a signature in the .EXE. Can you elaborate about this "signature", please? It is interesting. Solo hacer esto: C:\PECOMPACT\PEC2 /NB /EMP:Y ...
by karinha
Mon Nov 20, 2023 3:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Harbour -gc3 flag
Replies: 36
Views: 4344

Re: Testing Harbour -gc3 flag

karinha wrote:Master Enrico, we have been using PECOMPACT.exe for a long time. We have no reports of problems, my version is old, but it generates a signature in the .EXE.


Can you elaborate about this "signature", please? It is interesting.
by Enrico Maria Giordano
Mon Nov 20, 2023 2:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Harbour -gc3 flag
Replies: 36
Views: 4344

Re: Testing Harbour -gc3 flag

... of the problem. Master Enrico, we have been using PECOMPACT.exe for a long time. We have no reports of problems, my version is old, but it generates a signature in the .EXE. Maestro Enrico, utilizamos PECOMPACT.exe desde hace mucho tiempo. No tenemos reportes de problemas, mi versión es ...
by karinha
Mon Nov 20, 2023 2:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Harbour -gc3 flag
Replies: 36
Views: 4344

Testing Harbour -gc3 flag

If you use the flag -gc3 when calling harbour.exe it generates C calls without using pcode, thus your apps will be a little faster :-)

we would like to have your feedback about building your FWH + Harbour apps using this flag

thank you!
by Antonio Linares
Fri Nov 17, 2023 12:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Harbour -gc3 flag
Replies: 36
Views: 4344

XBrowse error with oRs:sort

...   := FW_OpenRecordSet( oCn, "CUSTSMAL" )             oRs:Sort :=  'CUSTNAME,AGE' if I just press a letter on xbrowse , xbrowse generates this error ( I use FW June 2022 ) Path and name: C:\FWH_22\samples\ADOXBR01.exe (32 bits)   Size: 4,903,424 bytes   Compiler version: ...
by Maurizio
Tue Sep 26, 2023 2:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse error with oRs:sort
Replies: 0
Views: 249

Re: xHarbour.org updated!

Great! I'm happy for this. But to be honest, it's been a year now that I'm using MSC32 because it generates a much smaller EXEs. If you want to try it just let me know.
by Enrico Maria Giordano
Sun Sep 17, 2023 3:00 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37596
Next

Return to advanced search