Search found 103 matches: texts

Return to advanced search

Re: Creating table with Trichedit

... "RTF file created:", cFileNameRETURN Nice job!! I wish insert a row ( with two column) before of the 4 rows you inserted and write some texts Where I can found command as insert picture,fonts, colors ? I 'm thinked Rtf file perhaps is more used and it can be opened also with no Office/openoffice ...
by Silvio.Falconi
Wed Jan 24, 2024 1:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1451

Re: I'm not asking for the moon...

Otto wrote:Yes, see this line.

oGet[1]:bGotFocus := {|| (oGet[1]:cText := STR(VAL(oGet[1]:cText) *100,6), oGet[1]:Refresh(),oGet[1]:SelectAll()) }
Cesar, changed the GETs to character that you get the inputstyle you wanted.

Yes but nvar Is text array but i have numbers no texts
by Silvio.Falconi
Thu Jan 18, 2024 9:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 2149

SetArray xBrowser

... a SetArray - oBrowser:SetArray( aArray ), and then renew obrowser - oBrowser: Refresh(). However, it does not completely renew the browser. The texts are renewed, but not the images. To give a better example, what is happening is the following: I have a browser with 3 columns and 20 lines. Each ...
by oliveiros junior
Tue Dec 12, 2023 3:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetArray xBrowser
Replies: 2
Views: 275

Re: Strange characters going from FWH to Outlook FWH 3.10

Dear Michel,

It may be related to the used codepage

Please post both texts here, not as an image (so we can copy and paste them), so we can analyze them

thanks
by Antonio Linares
Fri Dec 08, 2023 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange characters going from FWH to Outlook FWH 13.10
Replies: 18
Views: 3718

Re: TGet() - UTF8 encoding fails [Unsolved]

... WinLower(). These functions are wrappers to Windows API functions CharUpper() and CharLower(). These functions work both with ANSI/UTF8 encoded texts. If the parameter is ANSI encoded umlaut, the result is ANSI encoded umlaut and if the parameter is UTF8 encoded umlaut, the result is UTF8 encoded ...
by nageswaragunupudi
Sat Oct 14, 2023 5:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet() - UTF8 encoding fails [Solved]
Replies: 20
Views: 1731

Re: SetClipboardData to UTF-8

... "Pasted : " + cPaste, ;     "Compare",cText == cPaste  return nil This is working correctly for me on many Unicode language texts. Once this runs ok for you, please test with many different combinations of text and provide your valuable feedback. Note: Hereafter please use ...
by nageswaragunupudi
Thu Jun 29, 2023 4:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetClipboardData to UTF-8
Replies: 14
Views: 1039

Re: Reading QRCodes

Yes, sure. I wrote methods to send texts and make phone calls but not to send via WhatsApp although it wouldn't be too hard to add. Keep in mind you will need a web hook set up to catch any incoming texts. Here is that class: #define ACCOUNT_SID ...
by reinaldocrespo
Thu May 18, 2023 11:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reading QRCodes
Replies: 8
Views: 537

Re: Consulta

... for long filenames (LFN) and their corresponding short filenames (SFN), enhanced keyboard and mouse support, visual display for bold and italic texts, plus many more useful or user-friendly features. --- did you have Source from Cl*pper App :?: if not : there is a Tool called Valkyrie which ...
by Jimmy
Wed Mar 22, 2023 3:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta
Replies: 4
Views: 411

Re: chatGPT writes and executes Harbour code !!!

Dear Antonio,
I tried to create "keywords" from texts using one of the examples.
The results are good.
I would be interested in the costs.
If I understand it correctly, one page (letter-size) would cost about 1 €.
Can that be right?
Best regards,
Otto
by Otto
Sun Dec 11, 2022 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: chatGPT writes and executes Harbour code !!!
Replies: 35
Views: 2787

Re: SMS Text messaging - FOLLOW UP

... with the working code to use cURL for posting to this service provider so I won't repeat them here. It appears the real push today is for OUTGOING texts and emails, and most services are not focused on replies unless you are writing automated systems. I hope others will look into, and share, some ...
by TimStone
Mon Nov 07, 2022 8:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SMS Text messaging
Replies: 12
Views: 1706

Re: How to Curl for text messaging

... With this combination you can setup a full automated text and reply responses using Twilio. My implementation sends medical appointment reminder texts to patients cell numbers. The patient can reply 1 to confirm or 2 to cancel. The sending texts program is a harbour service. The replies receiving ...
by NWKL
Sat Aug 13, 2022 11:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Curl for text messaging
Replies: 17
Views: 2245

Using source on other .prgs

... classes on other source files from my Index.prg source. For example, my code below receives POST data from a service call Twilio. Anytime someone texts my Twilio phone number, this code receives and processes POST data from Twilio that contain all the SMS text information. Notice how on this code ...
by reinaldocrespo
Fri Jul 16, 2021 1:01 pm
 
Forum: mod_harbour
Topic: Using source on other .prgs
Replies: 3
Views: 480

Re: How to Curl for text messaging

... With this combination you can setup a full automated text and reply responses using Twilio. My implementation sends medical appointment reminder texts to patients cell numbers. The patient can reply 1 to confirm or 2 to cancel. The sending texts program is a harbour service. The replies receiving ...
by reinaldocrespo
Tue Feb 23, 2021 8:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Curl for text messaging
Replies: 17
Views: 2245

Re: Silvio: Reports

... class the class c5report must be inserted which is a parent class that creates the white area and has some subclasses (line, box, circle, fields, texts, image) . This parent class manages the movement of each object (dots) not like the tcontrol class but much better, the dots are delimited by ...
by Silvio.Falconi
Fri Jan 22, 2021 9:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Silvio: Reports
Replies: 16
Views: 1949

Re: Marc : Conversion process and questions about it

... of how to edit the properties of a database. I would not get sidetracked with that right now in your learning curve. Most object programming texts advocate separating the interface code from real-world objects. Thus a customer object should emulate a real-world customer and not include data ...
by James Bott
Sat Jan 02, 2021 10:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Marc : Conversion process and questions about it
Replies: 30
Views: 3499
Next

Return to advanced search