... my FiveWin 32 bit applications
through the use of one or more gmail SMTP servers with recent oAuth2 authentication.
On the English forum Antonio replies, however, the code provided is pseudo code provided by deepseek and not
I have the experience needed to turn it into production-usable code ...
Search found 82 matches: replies
Searched query: replies
- Sun Feb 09, 2025 2:16 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Send e-mail (CDO) server SMTP GMAIL with oAuth2
- Replies: 4
- Views: 1525
- Fri Nov 08, 2024 2:06 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: cloud or not cloud
- Replies: 34
- Views: 10484
Re: cloud or not cloud
... How can you go to the cloud?
Maybe you know the joke:
a woman calls the fire department and reports a fire.
the emergency call center then asks the woman, how do we get to you?
the woman replies: don’t you have those red cars?
Adapted, one could ask: don’t you have Wi-Fi?
Best regrards,
Otto
Maybe you know the joke:
a woman calls the fire department and reports a fire.
the emergency call center then asks the woman, how do we get to you?
the woman replies: don’t you have those red cars?
Adapted, one could ask: don’t you have Wi-Fi?
Best regrards,
Otto
- Wed Jul 03, 2024 1:09 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: EZTexting Send Message
- Replies: 8
- Views: 1159
Re: EZTexting Send Message
I use Twillio for an SMS service. I wanted to see if my clients would actually use it, so I did not expand the class to include receiving replies. That is a whole other layer of complication, but I may do it.
Here is my complete program which includes logging, and also the ability to do scripts ...
Here is my complete program which includes logging, and also the ability to do scripts ...
- Sun Jul 30, 2023 6:17 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Assigning lUseHaruPdf when TPrinter is sub-classed
- Replies: 18
- Views: 2413
Re: Assigning lUseHaruPdf when TPrinter is sub-classed
Thanks for the replies Antonio and Rao
- Tue May 16, 2023 7:09 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xbrowse <-> Tree and viceversa
- Replies: 12
- Views: 1883
Re: xbrowse <-> Tree and viceversa
... manner.
aside I don't think chatGpt knows fivewin and Harbor because I've already tried a thousand times and I haven't succeeded, if he replies to you why don't you try to ask this:
"Please create me a little Harbor/fivewin language program that does a xbrowse tree with grouping to one ...
aside I don't think chatGpt knows fivewin and Harbor because I've already tried a thousand times and I haven't succeeded, if he replies to you why don't you try to ask this:
"Please create me a little Harbor/fivewin language program that does a xbrowse tree with grouping to one ...
- Wed Nov 09, 2022 6:12 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Does anyone have a json reader
- Replies: 7
- Views: 1210
Re: Does anyone have a json reader
... you can grab just the ones you want out of each reply. Of course, make sure you initialize the variables first to empty values so if nothing is returned, you won't have an error.
I hope this helps. In fact, I just did this yesterday when setting up the log system for text messages, and their replies.
I hope this helps. In fact, I just did this yesterday when setting up the log system for text messages, and their replies.
- Mon Nov 07, 2022 8:49 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: SMS Text messaging
- Replies: 3
- Views: 3376
Re: SMS Text messaging - FOLLOW UP
... they were very responsive/helpful
3). I am able to easily integrate outgoing messages to their service, and that part works fine.
4). Receiving replies is a bit more complicated ( as noted in my previous post ). There response is to add in a service which queries their service on fixed intervals ...
3). I am able to easily integrate outgoing messages to their service, and that part works fine.
4). Receiving replies is a bit more complicated ( as noted in my previous post ). There response is to add in a service which queries their service on fixed intervals ...
- Fri Nov 04, 2022 12:37 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: SMS Text messaging
- Replies: 3
- Views: 3376
Re: SMS Text messaging
... their server periodically to see if a reply exists, or if they have the ability to supply a URL for the webhooks, and I can just query that. NO REPLIES SO FAR.
Right now I'm focusing on two different options, Twilio and Plivio. Both are competitors, and have a large user base, so hopefully they ...
Right now I'm focusing on two different options, Twilio and Plivio. Both are competitors, and have a large user base, so hopefully they ...
- Sat Aug 13, 2022 11:32 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to Curl for text messaging
- Replies: 5
- Views: 4905
Re: How to Curl for text messaging
... else logdata( "Trace.log", curl_easy_strerror( nError ) ) endif endif curl_global_cleanup()RETURN NIl
Twilio sends any replies as an http post web hook. So you would need to have an http server capable of receiving posts. After writing this whole project with Java, I ...
Twilio sends any replies as an http post web hook. So you would need to have an http server capable of receiving posts. After writing this whole project with Java, I ...
- Sun Jul 31, 2022 3:07 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Windows to small ?
- Replies: 7
- Views: 739
Re: Windows to small ?
My replies were in response to your first post. You have created controls with the same width as the total width of the window and incorrectly concluded that window is "too small".
Next:
now Paint will show you Size of Bitmap == "real" SIZE of WINDOW
Not correct .
The window is created by ...
Next:
now Paint will show you Size of Bitmap == "real" SIZE of WINDOW
Not correct .
The window is created by ...
- Wed Jun 15, 2022 5:49 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: SMS Text messaging
- Replies: 3
- Views: 3376
Re: SMS Text messaging
Thank you for the posts so far.
These are examples of sending an SMS text message. However, what about receiving replies ? Tracking the thread ? Does the API initiate a popup where the message thread is displayed as it is in applications that now provide for messaging ?
I can write code to send ...
These are examples of sending an SMS text message. However, what about receiving replies ? Tracking the thread ? Does the API initiate a popup where the message thread is displayed as it is in applications that now provide for messaging ?
I can write code to send ...
- Tue Jan 11, 2022 8:58 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Best technic to use the set relation to syntax
- Replies: 11
- Views: 1308
Re: Best technic to use the set relation to syntax
Indeed,
But you posted several topics and replies on the topics of Tdatabase. We had also several samples, so it is sure possible to get a good start from it.
The nice thing is we can mostly find help in this Forum. At least, I make use of it )))
But I spend a lot of time finding out some ...
But you posted several topics and replies on the topics of Tdatabase. We had also several samples, so it is sure possible to get a good start from it.
The nice thing is we can mostly find help in this Forum. At least, I make use of it )))
But I spend a lot of time finding out some ...
- Fri May 21, 2021 9:22 am
- Forum: mod_harbour
- Topic: Installation of mod_harbour as module or fastcgi handler
- Replies: 27
- Views: 5641
Re: Installation of mod_harbour as module or fastcgi handler
Dear Antonio, Dear Otto!
Thanky to you for your kind replies.
@Otto: the testfile outputs just a simple welcome message:
PROCEDURE Main()
? 'Some Text to return'
RETURN
The purpose of this Hello-World-Example is only to see if the Harbour-interpreter works basically without any errors. You know ...
Thanky to you for your kind replies.
@Otto: the testfile outputs just a simple welcome message:
PROCEDURE Main()
? 'Some Text to return'
RETURN
The purpose of this Hello-World-Example is only to see if the Harbour-interpreter works basically without any errors. You know ...
- Wed Feb 24, 2021 12:45 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to Curl for text messaging
- Replies: 5
- Views: 4905
Re: How to Curl for text messaging
... is too much work. That's the reason I re-wrote the client with Harbour using hbcurl and with Mod_harbour for the server side that receives replies.
I will take some time later today to write and post here a small sample of the server side written with mod_harbor under Apache to receive ...
I will take some time later today to write and post here a small sample of the server side written with mod_harbor under Apache to receive ...
- Tue Feb 23, 2021 8:22 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to Curl for text messaging
- Replies: 5
- Views: 4905
Re: How to Curl for text messaging
... else logdata( "Trace.log", curl_easy_strerror( nError ) ) endif endif curl_global_cleanup()RETURN NIl
Twilio sends any replies as an http post web hook. So you would need to have an http server capable of receiving posts. After writing this whole project with Java, I ...
Twilio sends any replies as an http post web hook. So you would need to have an http server capable of receiving posts. After writing this whole project with Java, I ...