Search found 985 matches: document

Return to advanced search

Re: Problem with alignment in SAY command

... is my only GitHub project. The design has been adapted by you. Now, I will switch to webview—I'm referring to the part where you drag emails and document files onto the calendar. With webview, it's very easy to handle individual email files. Simply drag the email from MS Outlook and drop it. ...
by Otto
Fri Mar 01, 2024 9:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with alignment in SAY command
Replies: 18
Views: 356

Bitmap in xbrowse column

Hi, Is it possible to display a bitmap at the end of an xbrowse column where it contains the number of a document but which will only be displayed if another file contains the number of that document? How can I do this? The Column: oCol:= Lista0:AddCol() oCol:bStrData := { ...
by wartiaga
Tue Feb 27, 2024 6:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bitmap in xbrowse column
Replies: 0
Views: 59

Re: Data exchange between PC and Android device on the same loca

... a simple way to store key-value pairs directly in the user's browser, and is especially useful for PWAs that need to operate offline. Here is a document how to make from a mod harbour webpage a PWA: https://winhotel.space/harbourinopublic/htmlpublictesttmp/webapp2.html Best regards, Otto Hello ...
by Otto
Fri Feb 23, 2024 8:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 542

Re: PepPol European Invoicing standard

... y mucho menos más clara. Saludos Soy de la opinión que un XML debería tratarse con las funciones específicas para ello, por ejemplo: oDoc := TXMLDocument():New() oDoc:oRoot:AddBelow( TxmlNode():New( HBXML_TYPE_PI, 'xml' , , "version='1.0' encoding='ISO-8859-1'" ) ) oDocument := TxmlNode():New( ...
by FiveWiDi
Wed Feb 14, 2024 10:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PepPol European Invoicing standard
Replies: 12
Views: 340

Re: Creating table with Trichedit

To insert a paragraph before the table in the RTF document, you can simply write the text before starting the table construction in the RTF code. In RTF, paragraphs are generally marked by the \par control word.    // Insert a paragraph    FWrite(oFile, ...
by Silvio.Falconi
Thu Jan 25, 2024 8:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1310

Re: Creating table with Trichedit

To insert a paragraph before the table in the RTF document, you can simply write the text before starting the table construction in the RTF code. In RTF, paragraphs are generally marked by the \par control word.    // Insert a paragraph  ...
by anserkk
Thu Jan 25, 2024 4:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1310

Soap Web Service - timeout request

... cHttpSend += [ <!--Optional:-->] cHttpSend += [ <Header>] cHttpSend += [ <!--Optional:-->] cHttpSend += [ <Document>] + cSDNo + [</Document>] cHttpSend += [ <!--Optional:-->] cHttpSend += [ <OutboundDelivery></OutboundDelivery>] ...
by cdmmaui
Mon Jan 08, 2024 9:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Soap Web Service - timeout request
Replies: 4
Views: 669

Back after 10 years due to illness [ Javier Lloris ]

... well, but that's life). Entre organizar todo sobre programación, hacer copias de seguridad e intentar ponerme al día de todo lo nuevo, probando y documentando el nuevo programa que voy a publicar y revisar por encima de momento el foro, he estado tres semanas bastante ocupado. ( algún disco y ...
by jll-fwh
Wed Dec 13, 2023 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Back after 10 years due to illness [ Javier Lloris ]
Replies: 2
Views: 322

Re: Inserting a string with CRLF into a single-line TGet.

Hi, In the document, I select a line consisting of 2 parts separated by the characters CRLF or chr(10) and copy it to the clipboard. Next, I want to paste the information from the clipboard into a one-line TGet. However, only the ...
by nageswaragunupudi
Mon Dec 11, 2023 8:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inserting a string with CRLF into a single-line TGet.
Replies: 10
Views: 726

Inserting a string with CRLF into a single-line TGet.

Hi, In the document, I select a line consisting of 2 parts separated by the characters CRLF or chr(10) and copy it to the clipboard. Next, I want to paste the information from the clipboard into a one-line TGet. However, only the ...
by Natter
Mon Dec 11, 2023 11:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inserting a string with CRLF into a single-line TGet.
Replies: 10
Views: 726

Re: Convert a print to Rtf or doc

... tests with WEBVIEW. I create the report - the buttonbar is inside the preview - theses are html buttons! reading the preview let printContents = document.getElementById('tischplanPreview').innerHTML; SendToFWH() document.getElementById('edit-btn').addEventListener('click', editbtn);  ...
by Otto
Fri Dec 01, 2023 11:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3238

Re: Convert a print to Rtf or doc

... you to help me with a html module with the same functionality like this. Next: In this particular post, our friends wants to generate a word document. You can help us on that requirement. I saw your advice in the thread. But that works for template reports. We need to generate word doc for ...
by nageswaragunupudi
Fri Dec 01, 2023 2:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3238

Re: Convert a print to Rtf or doc

Same way as we can generate editable pdf documents using TPrinter():lUseHaruPDF, we wanted to provide generation of editable Word Docx also. But the work is incomplete. We will soon provide this feature.

Till then one can consider using TWord class that is available free to generate word document.
by nageswaragunupudi
Thu Nov 30, 2023 10:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3238

Re: Convert a print to Rtf or doc

Hello Marco, I've looked at the source code for editing document.xml in Word again. It's complicated and has no future. I'll post a small test program for HTML report later. HTML is so easy to configure and it works everywhere. Best regards, Otto https://mybergland.com/fwforum/worddocxclip3.jpg
by Otto
Thu Nov 30, 2023 6:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3238

Re: Convert a print to Rtf or doc

Marco, What kind of reports are these? Don't you have a sample report?

If you need a WORD document, you have to create the document.xml.
Look at the logic in xbrowse, see how the XCEL export is done there. You have to do something similar with WORD.

Best regards,
Otto
by Otto
Thu Nov 30, 2023 1:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3238
Next

Return to advanced search