Search found 4769 matches

by rdonnay
Thu Aug 17, 2023 7:37 am
Forum: eXpress++ Support
Topic: Sendiing posts to url
Replies: 3
Views: 2087

Re: Sendiing posts to url

LoadFromUrl() is much simpler to use even though it is deprecated.

I also use HttpClient(), but I mostly use LoadFromUrl() if I just need something quick.
by rdonnay
Sun Aug 13, 2023 11:54 am
Forum: Xbase++ 2.0
Topic: SMS Messaging service
Replies: 10
Views: 3927

Re: SMS Messaging service

I suggest giving me a call and I will show you what my configuration looks like.
by rdonnay
Sun Aug 13, 2023 6:28 am
Forum: eXpress++ Support
Topic: Print a Receipt Ticket in Pdf
Replies: 3
Views: 2113

Re: Print a Receipt Ticket in Pdf

That's great! Good work!
by rdonnay
Sun Aug 13, 2023 5:58 am
Forum: Xbase++ 2.0
Topic: SMS Messaging service
Replies: 10
Views: 3927

Re: SMS Messaging service

We had so many problems getting HTTPS to work that I gave up on it for now. It would cause complete lockups of the application and require Windows "End Task" to shut down. I haven't monitored traffic on this webserver, other than valid hits, so I don't know how many bots are hitting it. This has bee...
by rdonnay
Sat Aug 12, 2023 9:48 am
Forum: Xbase++ 2.0
Topic: SMS Messaging service
Replies: 10
Views: 3927

Re: SMS Messaging service

This is my configuration:
twilio1.jpg
twilio1.jpg (69.08 KiB) Viewed 2285 times
by rdonnay
Fri Aug 11, 2023 2:25 pm
Forum: eXpress++ Support
Topic: Print a Receipt Ticket in Pdf
Replies: 3
Views: 2113

Re: Print a Receipt Ticket in Pdf

This appears to me to be a limitation of the Acrobat PDF viewer.
by rdonnay
Wed Aug 09, 2023 2:11 pm
Forum: Xbase++ 2.0
Topic: SMS Messaging service
Replies: 10
Views: 3927

Re: SMS Messaging service

I hope this helps: METHOD WebService:Twilio( cData ) LOCAL oResponse, cResponse, oParams := DataObject():new(), oSms2, i, c, ; cHack, cUserId := '', cUserLogin := '' oResponse := DataObject():new() oResponse:status := 200 oParams:body := ::getVar('BODY') oParams:&('to') := ::getVar('TO') oParams:fro...
by rdonnay
Wed Aug 09, 2023 12:35 pm
Forum: Xbase++ 2.0
Topic: SMS Messaging service
Replies: 10
Views: 3927

Re: SMS Messaging service

Bob, actually I finally got support from Twilio that was useful. They set up a zoom meeting with Bobby Drakos and myself. They have been inundated with support requests over this A2P stuff that went into effect on July 5. Our problems seem to be that the authorizing personnel are overloaded and that...
by rdonnay
Mon Jul 31, 2023 10:51 am
Forum: Xbase++ 2.0
Topic: SMS Messaging service
Replies: 10
Views: 3927

SMS Messaging service

We have been trying to use Twilio for SMS messaging and are experiencing many problem with undelivered messages.

I would like some recommendations for a SMS message service that is reliable.
by rdonnay
Mon Jul 24, 2023 11:56 am
Forum: Xbase++ 2.0
Topic: https using httpendpoint
Replies: 6
Views: 7869

Re: https using httpendpoint

I don't know that I can help you because I had the same problem with my certificate.

I finally gave up. We decided we could live without https for this particular requirement.
It was too much of a headache.