Search found 115 matches

by bobvolz
Wed Aug 09, 2023 1:47 pm
Forum: Xbase++ 2.0
Topic: SMS Messaging service
Replies: 10
Views: 5049

Re: SMS Messaging service

Hi Roger; I submitted my A2P twice and got rejected. The last one I did is awaiting decision. I do have a toll free number to use but haven't used it yet. I guess I may do that if I can't get my campaign registered. I'd like to see your endpoint code for responses that you access via the webhook. I ...
by bobvolz
Wed Aug 09, 2023 7:09 am
Forum: Xbase++ 2.0
Topic: SMS Messaging service
Replies: 10
Views: 5049

Re: SMS Messaging service

Roger; Did you register your Twilio Messaging service with the A2P 10DLC that is required for all your purchased numbers.
I have been struggling with this as well. Twilio support is not great. I learned about it on a You Tube video.
Bob Volz
by bobvolz
Mon Apr 17, 2023 10:33 am
Forum: Xbase++ 2.0
Topic: Aes Encryption
Replies: 1
Views: 2854

Aes Encryption

I am trying to use Alaska's AESCrypt Class to encrypt a data string before sending it to my Vendor. My vendor has provided me with a key. The key is 32 characters long. From what I am reading this key should generate 256 bit encryption (8X32) but it seems the oAES object that is created has a 128 bi...
by bobvolz
Sun Mar 19, 2023 8:57 am
Forum: eXpress++ Support
Topic: Help with Chilkat
Replies: 8
Views: 3071

Re: Help with Chilkat

Hi All: I followed and reinterpreted the FoxPro examples to get an OAuth2 token for the Google Calender See below function: I am able to get a returned cUrl string but when I paste that into a Chrome Browser I get the attached GoogleResponse,png. Client missing project ID Authorization error This is...
by bobvolz
Sun Mar 19, 2023 6:02 am
Forum: eXpress++ Support
Topic: Help with Chilkat
Replies: 8
Views: 3071

Re: Help with Chilkat

Now here's a dumb question. I originally installed the 64 bit version forgetting that xBase is a 32 bit language. It did not work. I then also installed the 32 bit version. Now it works! But... it will not work unless both the 64 bit and 32 bit dlls are in my path. I shouldn't need both correct? I'm...
by bobvolz
Sat Mar 18, 2023 3:32 pm
Forum: eXpress++ Support
Topic: Help with Chilkat
Replies: 8
Views: 3071

Re: Help with Chilkat

Thank you all. I'll keep trying. Thanks Chris, that's not my actual Chilkat code.:)

Bob Volz
by bobvolz
Fri Mar 17, 2023 1:04 pm
Forum: eXpress++ Support
Topic: Help with Chilkat
Replies: 8
Views: 3071

Help with Chilkat

I've purchased Chilkat and am attempting to use it. I downloaded the activex and ran the msi and it all looks like it is installed and registered. I added code to include 'Activex.ch' and I added the chilkat dll to my project file-( not sure if I needed to do that. I cannot create the object using t...
by bobvolz
Thu Mar 16, 2023 1:37 pm
Forum: eXpress++ Support
Topic: Google Calendar
Replies: 8
Views: 3127

Re: Google Calendar

Hi Guys; Thanks for the advice. I'm going to purchase Chilkat. As far as downloads go I assume I only need the Chilkat activex download. Is that correct. ?
Thanks again.

Bob Volz
by bobvolz
Mon Mar 13, 2023 10:59 am
Forum: eXpress++ Support
Topic: Google Calendar
Replies: 8
Views: 3127

Re: Google Calendar

Hi Chris;
I see several code examples on the chilkat site. Which language is the closest to what we use?. I'm assuming Foxpro. Too bad xBase++ was not
included as a language on their site. I know you use chilkat a lot.

Bob Volz
by bobvolz
Sun Mar 12, 2023 1:19 pm
Forum: eXpress++ Support
Topic: Google Calendar
Replies: 8
Views: 3127

Google Calendar

Hi: Has anyone developed a way to add an event to a specific Google Calendar. My employees use it so they can see daily delivery events
on their phones. I use xb2Net for most of these types of tasks but I don't see anyone posting to Google.

Bob Volz