Search found 167 matches: plain

Return to advanced search

Re: Does anyone have an Envelope Printing module ?

... and an automated envelope routine would be nice to have but not a requirement .. I plan on expermenting with creating something that prints on plain paper and matching the text up to fit certain size envelopes .. Thanks for everyones suggestions .. Rick Lipkin
by Rick Lipkin
Mon Mar 04, 2024 2:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have an Envelope Printing module ?
Replies: 10
Views: 363

Re: Does anyone have an Envelope Printing module ?

... City and state in the Center right of the Envelope. My printer does not accept envelopes, just Standard paper and I guess I can test print on plain paper .. but it would be nice if I did not have to re-invent the "wheel" ... I would appreciate any Envelope printing routines anyone ...
by Rick Lipkin
Fri Mar 01, 2024 10:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have an Envelope Printing module ?
Replies: 10
Views: 363

Re: PepPol European Invoicing standard

Great !!

But we have to keep in mind that here are many users using FW as it is and also users that use FW with extras :wink: :wink:

So finaly there can be more ways, but if possible the FWH plain version as a starter )))

Great community ....
by Marc Venken
Wed Feb 14, 2024 10:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PepPol European Invoicing standard
Replies: 12
Views: 339

Re: phpBB to LLM

... it work so far with CODE but in "Body" i still have a lot HTML "Sign" Question : is there a Function HTML2TEXT() to get plain TEXT from HTML Message :?:
by Jimmy
Thu Dec 21, 2023 12:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 3895

Re: Learn SQL with ChatGPT or when can ChatGPT really help

Enrico,

in German we have a saying: 'you are rowing back' 8)
So we can assume that there ist non corresponding construct in plain SQL! :(
by frose
Fri Nov 17, 2023 11:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Learn SQL with ChatGPT or when can ChatGPT really help
Replies: 9
Views: 592

Re: Learn SQL with ChatGPT or when can ChatGPT really help

frose wrote:But when I want to use hex codes for the search string, MariaDB has HEX() and UNHEX().
What is the equivalent in plain SQL?


Why do you want to use hex codes for the search string? This is the first question you have to answer.
by Enrico Maria Giordano
Fri Nov 17, 2023 10:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Learn SQL with ChatGPT or when can ChatGPT really help
Replies: 9
Views: 592

Re: Learn SQL with ChatGPT or when can ChatGPT really help

... obviously made a mistake here. But when I want to use hex codes for the search string, MariaDB has HEX() and UNHEX(). What is the equivalent in plain SQL? ChatGPT says: Certainly, if you're constrained to plain SQL without access to specific MariaDB functions like HEX() and UNHEX(), performing ...
by frose
Fri Nov 17, 2023 10:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Learn SQL with ChatGPT or when can ChatGPT really help
Replies: 9
Views: 592

Re: Learn SQL with ChatGPT or when can ChatGPT really help

I can't believe that one would want to use such a totally non-standard SQL statement. What if you want to switch SQL engine in the future (most likely)? I recommend to ever use plain standard SQL.
by Enrico Maria Giordano
Fri Nov 17, 2023 9:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Learn SQL with ChatGPT or when can ChatGPT really help
Replies: 9
Views: 592

Re: Convert a word file to pure txt

Programmatically Open the word file, then use the Save As method and then choose Plain Text. Now you read this text file via Memoread and do whatever you want. Another way is to read the entire text contents of a word document to a memory variable and then use it ...
by anserkk
Sat Oct 14, 2023 10:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a word file to pure txt
Replies: 1
Views: 170

Re: Web programming with Mod Harbour

... to handle data retrieval, storage, and business logic. Output Generation: Mod Harbour can generate various types of output, such as JSON, XML, or plain text, to respond to HTTP requests. Deployment: Once your Mod Harbour web application is ready, you'll need to deploy it on a web server that supports ...
by sumit234
Sat Jul 29, 2023 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web programming with Mod Harbour
Replies: 1
Views: 322

Re: Mark field as required

... the software should keep track of who, what, where, how, and when the user is doing things, so that situation can be modified, rectified, or just plain understood at some later date. This is much more human than merely forcing the data into some arbitrary format whose correctness is judged mostly ...
by James Bott
Tue Jul 25, 2023 1:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1584

Re: Seeking your thoughts

... workstations ). That is why I'm not posting code ... because it is working on over 50 workstations ... just not this one. The document has both plain text, and RTF formatted text. It has boxes and grey fill. It supports color. Everything else is working except the watermark. ( .png ), and only ...
by TimStone
Sat Jun 10, 2023 1:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Seeking your thoughts
Replies: 10
Views: 638

Re: MEMO : EDIT or GET with MULTILINE

... btw. Memo can also be *.RTF --- Use a multiline GET with READONLY to view a plain text. It is a MEMO configuration. i do not know how to use #command Syntax and have try      @  3,  3 GET oMGet VAR cMemo ;              MULTILINE ...
by Jimmy
Tue Mar 28, 2023 8:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MEMO : EDIT or GET with MULTILINE
Replies: 5
Views: 512

Re: MEMO : EDIT or GET with MULTILINE

How are you creating your log file ? I actually have log databases and each entry is a record. Then I simply use the BROWSE( ) function to view it. That gives me the ability to edit, delete, print, etc.

Use a multiline GET with READONLY to view a plain text. It is a MEMO configuration.
by TimStone
Tue Mar 28, 2023 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MEMO : EDIT or GET with MULTILINE
Replies: 5
Views: 512

Re: How to obtain plain text from a RTF control?

hua wrote:Which DATA or METHOD in a rtf class should be used to get the content in plain text (without changing the actual content)?
TIA


Have you tried using oRichEdit:GetText() ?
by Antonio Linares
Wed Dec 28, 2022 9:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to obtain plain text from a RTF control?
Replies: 8
Views: 405
Next

Return to advanced search