Search found 1516 matches

by mastintin
Thu Oct 05, 2023 7:58 am
Forum: FiveWin para Harbour/xHarbour
Topic: hbsqlitepp
Replies: 9
Views: 1135

Re: hbsqlitepp

Me marca un error el test2 .

Code: Select all | Expand

   TEXT INTO cCreaTable
        CREATE TABLE IF NOT EXISTS situaciones
        ( 
            id INTEGER PRIMARY KEY AUTOINCREMENT, 
            situacion VARCHAR(140) NOT nullptr 
        )
        ENDTEXT
 
No me resuelve "nullptr" al ejecutar
by mastintin
Tue Mar 22, 2022 5:13 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic:
Replies: -1
Views:

Re: using Ctrl-Enter in Getq

Esto ocurre usando Multiget o Get normal ?
if change to multiget work ? .

https://developer.apple.com/library/arc ... index.html

In get fivemac use NsTextField .

Un Saludo.
by mastintin
Mon Dec 27, 2021 10:32 am
Forum: FiveWin for Harbour/xHarbour
Topic: Manupulate PDF via Acrobat PRO DC
Replies: 0
Views: 5219

Re: Manupulate PDF via Acrobat PRO DC


What exectly is pagHilitelist:Add(0, 9000)? Are those the coordinates?

Is the number of word to collect ...
pagHilitelist:Add(0, 9000) collect the first word to word 9000 . if use Add( 0,10 ) Hilite the first 10 word , if use add( 10,20 ) Hilite the word nomber 11 to 19 , ( first word is 0 ...
by mastintin
Sat Dec 25, 2021 11:55 am
Forum: FiveWin for Harbour/xHarbour
Topic: Manupulate PDF via Acrobat PRO DC
Replies: 0
Views: 5219

Re: Manupulate PDF via Acrobat PRO DC

This Sample work for me ....

Function Main()local aPdf := {}local cPathFileslocal aBookMarks := { "Master_0", "Master_1" }local i local cMaster    cPathFiles := "c:\fwh\samples\salida\"    cMaster    := cPathFiles + "Master.pdf" &nbsp ...
by mastintin
Fri Dec 24, 2021 9:02 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Manupulate PDF via Acrobat PRO DC
Replies: 0
Views: 5219

Re: Manupulate PDF via Acrobat PRO DC

ok.
Then the initial generation will work, and afterwards we will add a bookmark consecutively with the names that lead to each sheet of pdf file, from array namers.
by mastintin
Fri Dec 24, 2021 7:30 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Manupulate PDF via Acrobat PRO DC
Replies: 0
Views: 5219

Re: Manupulate PDF via Acrobat PRO DC

Ok. Focus shift ...
Does your bookmark link to the pages?
I have managed to put the bookmarks a posteriori, passing the name in an array ...
{ "page_1", "name in pag 2", "pag. order3" }

I think it would also be possible to read the names of the bookmarks of the individual pdfs to generate the ...
by mastintin
Fri Dec 24, 2021 2:24 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Manupulate PDF via Acrobat PRO DC
Replies: 0
Views: 5219

Re: Manupulate PDF via Acrobat PRO DC

Marc Vanzegbroeck wrote:Unfortunately it doesn't work. It add the existing bookmarks from the separate PDF's, but it doesn't create new ones for each page/pdf.

if use .t. instead 1 ?
by mastintin
Fri Dec 24, 2021 12:43 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Manupulate PDF via Acrobat PRO DC
Replies: 0
Views: 5219

Re: Manupulate PDF via Acrobat PRO DC

Mark if you change last parameter to 1 ?
if last parameter is 0 no copy bookmarks , if is positive number it should insert bookmarks.

 newPDF:InsertPages(-1, gPDDoc, i, 1, 1 ) 
and in merge ...
lOk := opDDoc1:InsertPages( x, OPDDoc2, 0, oPDDoc2:GetNumPages(), 1 ...
by mastintin
Thu Dec 23, 2021 10:20 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Manupulate PDF via Acrobat PRO DC
Replies: 0
Views: 5219

Re: Manupulate PDF via Acrobat PRO DC

Mark ...
to split pages ...
Function SplitPdf( cFilePdf ) LOCAL newPdf LOCAL newFileName LOCAL numPaginas LOCAL gPDDoc := CreateObject("AcroExch.PDDoc") LOCAL i local rutaFicheroPDF := IF( hb_IsNil(cFilePdf) , cGetFile( "*.Pdf" ) , cFilePdf ) LOCAL cpathFile ...
by mastintin
Thu Dec 23, 2021 9:27 am
Forum: FiveWin for Harbour/xHarbour
Topic: Manupulate PDF via Acrobat PRO DC
Replies: 0
Views: 5219

Re: Manupulate PDF via Acrobat PRO DC

Marc .
From Acrobat sdk guide ( pag.95) :

AcroExch.PDBookmark

A bookmark for a page in a PDF file. This is a creatable interface. Each bookmark has a title that appears on
screen, and an action that specifies what happens when a user clicks on the bookmark.
Bookmarks can either be created ...
by mastintin
Sat Sep 04, 2021 6:21 am
Forum: FiveWin for Harbour/xHarbour
Topic:
Replies: -1
Views:

Re: OT Will you update your PC to Windows 11

Windows 11 Insider - Parallels 14 VM config : 2 CPU and memory 4 Gb. - Imac 2009
Image
by mastintin
Mon Aug 09, 2021 8:26 pm
Forum: FiveWin for Harbour/xHarbour
Topic:
Replies: -1
Views:

Re: Multi page TIFF file to jpg conversion?

in fwh distribution ...

c:\fwh\source\winapi\gdiplus.cpp file, copy this file in your directory files code and add this lines , add this file in your makefile and compile ...
by mastintin
Mon Aug 09, 2021 2:13 pm
Forum: FiveWin for Harbour/xHarbour
Topic:
Replies: -1
Views:

Re: Multi page TIFF file to jpg conversion?

HB_FUNC ( GDIPLOADDIRECTIMAGE ){   LPWSTR file     = AnsiToWide( ( char * ) hb_parc( 1 ) );   Bitmap * original =  new Bitmap(file  );   hb_retptr( original );} 
HB_FUNC&#40 ...
by mastintin
Sun May 16, 2021 5:10 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic:
Replies: -1
Views:

Re: adding special characters in a get

Hello.
I see your code ....
cTekst is string from RTF content ?
oGet:SetAttributedString(cText) is only for set content from RTF ( copy RTF code in var and paste into text view ) .
the property method for text is oGet:setText( cTekst ) but it was not planned for text with special characters .
I ...
by mastintin
Tue Jan 26, 2021 10:15 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic:
Replies: -1
Views:

Re: problems after update to MacOs 11.1 (Big Sur)

your app now it doesn't show the message it does not run on macosx 10.13 .in fact it runs , but it comes out immediately without giving any error.
¿?. I have no idea what could be happening.
If you want, you can send the whole project so I can compile it here to see if it works.
Cheers.