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
Search found 328 matches
- Sat Apr 15, 2023 4:14 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: CREATEOBJECT( "Word.Application") error Office 2021
- Replies: 0
- Views: 57257
- Wed Sep 22, 2021 7:32 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Size rows columns in cells of word
- Replies: 1
- Views: 3541
Re: Size rows columns in cells of word
Found in forum:
oTable:Columns(1):Width:=100
oTable:Rows:Height:=50
Tks any
oTable:Columns(1):Width:=100
oTable:Rows:Height:=50
Tks any
- Mon Sep 20, 2021 8:26 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Size rows columns in cells of word
- Replies: 1
- Views: 3541
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...
- Thu Sep 16, 2021 11:49 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: How read lines of word doc
- Replies: 6
- Views: 6751
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
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
- Tue May 11, 2021 6:35 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: HOW make a CALLED POST
- Replies: 0
- Views: 58565
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
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
- Mon May 10, 2021 6:21 pm
- Forum: All products support
- Topic: URL via HTTP POST x Scontrino Senza Cassa
- Replies: 0
- Views: 61359
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...
- Thu May 06, 2021 11:56 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Problem with Json
- Replies: 3
- Views: 3644
Re: Problem with Json
Ciao
Mai avuto a che fare con tematica INVIO DATI TESSERA SANITARIA ?
Mai avuto a che fare con tematica INVIO DATI TESSERA SANITARIA ?
- Wed May 05, 2021 5:51 pm
- Forum: All products support
- Topic: TS (Tessera Sanitaria)
- Replies: 0
- Views: 57527
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
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
- Wed Feb 24, 2021 8:10 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: How read lines of word doc
- Replies: 6
- Views: 6751
Re: How read lines of word doc
Great the solution of "anserkk"
It works
I will use it and start my work
Many thanks
It works
I will use it and start my work
Many thanks
- Tue Feb 23, 2021 9:04 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: How read lines of word doc
- Replies: 6
- Views: 6751
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
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
- Wed Mar 25, 2020 4:26 pm
- Forum: All products support
- Topic: Interlinea in Word
- Replies: 2
- Views: 3965
Re: Interlinea in Word
Grazie 1000
- Wed Mar 25, 2020 4:26 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: vertical line spacing in Word
- Replies: 4
- Views: 2440
Re: vertical line spacing in Word
Grazie 1000
- Wed Mar 25, 2020 8:20 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: vertical line spacing in Word
- Replies: 4
- Views: 2440
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...
- Wed Mar 25, 2020 6:53 am
- Forum: All products support
- Topic: Interlinea in Word
- Replies: 2
- Views: 3965
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...
- Fri Jul 12, 2019 11:43 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: mod_harbour what to install
- Replies: 49
- Views: 10022
Re: mod_harbour what to install
Great !
My i rent a server and modify it for MOD_HARBOuR ?
tks
R
My i rent a server and modify it for MOD_HARBOuR ?
tks
R