Search found 125 matches: accomplish

Return to advanced search

Re: CLASS modification

... happiness. It is very important to continue to challenge your brain, and the logical thought involved in programming is an outstanding way to accomplish this task. Retirement sounds great until boredom sets in. Too many of my peers are rapidly declining, or passing away, because they didn't ...
by TimStone
Thu May 25, 2023 11:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1710

FTP Best Options ?

... a file on the server after downloading I'm sure this is a familiar scenario. I would like to know what current methodologies are you using to accomplish these tasks. I am using FWH ( always latest version ), Harbour, MSVC 2020, with 32 and 64 bit builds. Thanks for your suggestions.
by TimStone
Fri Mar 03, 2023 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FTP Best Options ?
Replies: 8
Views: 746

Re: What is the best PDF Printer Driver Windows to use with Five

... like have selectable scripts for your email ( templates ). If you are using FWH to produce the documents, then this is all relatively easy to accomplish. **. As for PDF's: If you create them in FWH, you can name, and save, them anywhere. Tim
by TimStone
Wed Jan 25, 2023 11:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What is the best PDF Printer Driver Windows to use with Five
Replies: 11
Views: 790

Re: JSON with HTTPS: post

... returned ? Also, you use POST, but my effort is a GET. I had reviewed your thread on this previously. The MsgRun( ) is closest to what I need to accomplish because they prefer everything to be sent in a single submission ( your "Other" line ). How does that actually work ? Thanks.
by TimStone
Tue May 24, 2022 10:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: JSON with HTTPS: post
Replies: 28
Views: 1977

Re: Printing RTF using CreateTextServices()

... most areas are not RTF. However, I need to include a section as part of the report that does use the RTF format. How can we use this solution to accomplish that in a printed document?
by TimStone
Mon Feb 14, 2022 6:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing RTF using CreateTextServices()
Replies: 6
Views: 642

Re: RTF from Variable

... with all the formatting symbols ( and displays it that way in Preview ). So my question is: What is the format to use with tPrinter class code to accomplish what I am showing you.
by TimStone
Fri Dec 10, 2021 2:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF from Variable
Replies: 40
Views: 4262

Re: 1-to-many loke Foxpro

... inefficient. That is why relational databases were born. If it was my client, the first thing I would be asking is what are you trying to accomplish with this? It seems it would be much easier and more efficient to write a program to provide whatever answer the client needs (without storing ...
by Marc Vanzegbroeck
Fri Sep 17, 2021 6:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 1-to-many like Foxpro
Replies: 14
Views: 1212

Re: 1-to-many loke Foxpro

... inefficient. That is why relational databases were born. If it was my client, the first thing I would be asking is what are you trying to accomplish with this? It seems it would be much easier and more efficient to write a program to provide whatever answer the client needs (without storing ...
by James Bott
Thu Sep 16, 2021 11:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 1-to-many like Foxpro
Replies: 14
Views: 1212

Re: Not show control say on folder with res

... a big learning curve. I want to do that while leaving my current .dbf and .adt options in place, so I assume I will be updating my data objects to accomplish that task. Of course that will be in between attending my grandkids soccer ( fotbal ) games. They are very competitive and great fun. Tim
by TimStone
Thu Aug 26, 2021 10:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Not show control say on folder with res
Replies: 11
Views: 999

Re: TDatabase Class

... the top and bottom scopes. You could also subclass TDatabase to create a new method OrdSetFocus() that works like you want but using OrdScope() to accomplish this. Note that you don't need to use any aliases or workareas with database objects. That is all handled automatically by the object.
by James Bott
Wed May 19, 2021 10:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase Class
Replies: 18
Views: 2077

How to check the status of a url, with credentials

... earlier in the year that checks connectivity, and optionally html file size, and optionally with credentials. Are there some FW snippets that will accomplish the same thing? I already tried searching through Minigui and played with TIpClientHttp, and cannot find anything in the fwh distribution. ...
by FWExplorer
Tue Dec 29, 2020 4:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to check the status of a url, with credentials
Replies: 6
Views: 541

Re: Printer class question - RESOLVED

... want. In the end, programming for the needs of our clients is the most important method. I am happy you are finding a way to do what you want to accomplish. Tim
by TimStone
Fri Oct 23, 2020 5:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printer class question - RESOLVED
Replies: 41
Views: 3358

Re: Reading number of pages in a Word-document (docx)

Hello Mr.Michel,

I need to know in my FWH-application how many pages there are in a Word-document (docx).
Does anyone know how to accomplish this?


Code: Select all  Expand view

nPages := oWord:ActiveDocument:ComputeStatistics(wdStatisticPages) // (wdStatisticPages Constant Value is 2)
 


-Ramesh Babu P
by RAMESHBABU
Fri Oct 09, 2020 1:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reading number of pages in a Word-document (docx)
Replies: 5
Views: 513

Reading number of pages in a Word-document (docx)

Hello,

I need to know in my FWH-application how many pages there are in a Word-document (docx).

Does anyone know how to accomplish this?

Thank you very much in advance.
by driessen
Thu Oct 08, 2020 10:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reading number of pages in a Word-document (docx)
Replies: 5
Views: 513

Re: Font sizing for printout.

... Keep in mind that everything from the colon on is a remark. I don't know why I did it that way now. I am not sure exactly what you are trying to accomplish, but here are some options: To find out how many characters of a specific font will fit in a specific width you will have to create a function ...
by James Bott
Tue Jun 23, 2020 12:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Font sizing for printout.
Replies: 3
Views: 751
Next

Return to advanced search