Search found 328 matches

by Romeo
Sat Apr 15, 2023 4:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: CREATEOBJECT( "Word.Application") error Office 2021
Replies: 0
Views: 55703

CREATEOBJECT( "Word.Application") error Office 2021

Ciao

I changed my old Office 2007 to Office 2021 and now:

oWord:=CREATEOBJECT( "Word.Application"

Doesnt work anymore

I am using Harbour 3.2.0dev and FWH 16.02

Any help ?
Grazie
Romeo
by Romeo
Wed Sep 22, 2021 7:32 am
Forum: FiveWin for Harbour/xHarbour
Topic: Size rows columns in cells of word
Replies: 1
Views: 2591

Re: Size rows columns in cells of word

Found in forum:

oTable:Columns(1):Width:=100
oTable:Rows:Height:=50

Tks any
by Romeo
Mon Sep 20, 2021 8:26 am
Forum: FiveWin for Harbour/xHarbour
Topic: Size rows columns in cells of word
Replies: 1
Views: 2591

Size rows columns in cells of word

Ciao, i need to size the rows/columns in cells of a word doc. I have this: .. .. oRange:=oWord:ActiveDocument:Range() oTable:=oWord:ActiveDocument:Tables:Add(oRange,2,3) oTable:Borders:InsideLineStyle:=.T. oTable:Borders:OutsideLineStyle:=.T. oTable:Cell(1,1):Range:InsertAfter("Name") oTab...
by Romeo
Thu Sep 16, 2021 11:49 am
Forum: FiveWin for Harbour/xHarbour
Topic: How read lines of word doc
Replies: 6
Views: 4912

Re: How read lines of word doc

Grazie to anserkk

But now i need to extract lines (or paragraphs) from a word file and write them in another files


By using the anserkk example i get only text without color, bold, formatting


Any suggestion

Grazie
by Romeo
Tue May 11, 2021 6:35 am
Forum: FiveWin for Harbour/xHarbour
Topic: HOW make a CALLED POST
Replies: 0
Views: 57008

HOW make a CALLED POST

Ciao to all

I need to make a called POST to an URL and get the answer

I saw same example in this forum. but i wrong something...

Can someone help me to do something like this:

answer:=called_post(URL, my_parameter)

It seems very simple for persons that can handle it

Grazie
by Romeo
Mon May 10, 2021 6:21 pm
Forum: All products support
Topic: URL via HTTP POST x Scontrino Senza Cassa
Replies: 0
Views: 58248

URL via HTTP POST x Scontrino Senza Cassa

Ciao semplificando, vorrei inviare i dati per lo scontrino fiscale online Mi è stato detto: Dovresti chiamare un URL via HTTP POST e inviare i dati dello scontrino in formato array. L'URL risponde con un file in formato txt/JSON contenente la risposta Ecco l'esempio: L'URL da chiamare è: https://www...
by Romeo
Thu May 06, 2021 11:56 am
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Json
Replies: 3
Views: 2832

Re: Problem with Json

Ciao

Mai avuto a che fare con tematica INVIO DATI TESSERA SANITARIA ?
by Romeo
Wed May 05, 2021 5:51 pm
Forum: All products support
Topic: TS (Tessera Sanitaria)
Replies: 0
Views: 55914

TS (Tessera Sanitaria)

Ciao a tutti

Nessuno di voi ha avuto a che fare con la trasmissione dati per la TS (Tessera Sanitaria) per il 730 ?

Mai possibile che sono solo io lo sfigato che ne ha bisogno per un cliente ?

Grazie
by Romeo
Wed Feb 24, 2021 8:10 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How read lines of word doc
Replies: 6
Views: 4912

Re: How read lines of word doc

Great the solution of "anserkk"
It works

I will use it and start my work

Many thanks
by Romeo
Tue Feb 23, 2021 9:04 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How read lines of word doc
Replies: 6
Views: 4912

How read lines of word doc

Hi to all

I need a little example to how to read the line (txt) of a word doc, line by line

I need it because there are some informations inside thay i have to manipulate

PS: i know how to wrinte txt in word doc, but i dont know how to read it !!
Grazie
by Romeo
Wed Mar 25, 2020 4:26 pm
Forum: All products support
Topic: Interlinea in Word
Replies: 2
Views: 2772

Re: Interlinea in Word

Grazie 1000
by Romeo
Wed Mar 25, 2020 4:26 pm
Forum: FiveWin for Harbour/xHarbour
Topic: vertical line spacing in Word
Replies: 4
Views: 1870

Re: vertical line spacing in Word

Grazie 1000
by Romeo
Wed Mar 25, 2020 8:20 am
Forum: FiveWin for Harbour/xHarbour
Topic: vertical line spacing in Word
Replies: 4
Views: 1870

vertical line spacing in Word

Ciao all i wish to know if is possible to set a vertical line spacing between 2 lines in a Word file Example, to write in a Word file i do: oWord := CREATEOBJECT( "Word.Application" ) ... ... oSel = oWord:Selection ... ... oSel:Font:Size:=14 oSel:Font:Bold:=.t. oSel:Font:Color:=CLR_RED oSe...
by Romeo
Wed Mar 25, 2020 6:53 am
Forum: All products support
Topic: Interlinea in Word
Replies: 2
Views: 2772

Interlinea in Word

Ciao Enrico, come stai ? volevo sapere come si fa a settare l'interlinea tra una riga e un'altra in un file Word? Ad esempio, per scrivere in file Word, io uso: oWord := CREATEOBJECT( "Word.Application" ) ... ... oSel = oWord:Selection ... ... oSel:Font:Size:=14 oSel:Font:Bold:=.t. oSel:Fo...
by Romeo
Fri Jul 12, 2019 11:43 am
Forum: FiveWin for Harbour/xHarbour
Topic: mod_harbour what to install
Replies: 49
Views: 7029

Re: mod_harbour what to install

Great !

My i rent a server and modify it for MOD_HARBOuR ?

tks
R