Search found 115 matches

by bobvolz
Sun Feb 19, 2023 11:49 am
Forum: eXpress++ Support
Topic: Coloring items in a MultiCell DCBROWSECOL
Replies: 2
Views: 1702

Re: Coloring items in a MultiCell DCBROWSECOL

I kind of figured that. Back to the drawing board so to speak.
Thanks
by bobvolz
Sun Feb 19, 2023 8:47 am
Forum: eXpress++ Support
Topic: Coloring items in a MultiCell DCBROWSECOL
Replies: 2
Views: 1702

Coloring items in a MultiCell DCBROWSECOL

Hi All; I use the below format to 'stack' data items in a browse cell with their own headers. In the example below they are all fields in the file ACEBUYER. DELIVCLEAR is a Logical, CLEARDATE is a Date and CLEARBY is a character strip. If DELIVCLEAR is True I want the Y to be Green . I have tried CO...
by bobvolz
Thu Jun 30, 2022 5:27 am
Forum: Xbase++ 2.0
Topic: smtp via xbase
Replies: 5
Views: 3008

Re: smtp via xbase

Hi Jimmy;

I'm not sure if xBase++ includes those DLL's but xb2net does. Mine are current I believe.

Thanks
by bobvolz
Wed Jun 29, 2022 2:30 pm
Forum: Xbase++ 2.0
Topic: smtp via xbase
Replies: 5
Views: 3008

Re: smtp via xbase

Thanks Jimmy; I will look at port 587 and test. I'm pretty sure the Alaska 2.0 system Smtp system uses TLS 1.2
I guess I will find out.
by bobvolz
Wed Jun 29, 2022 6:25 am
Forum: Xbase++ 2.0
Topic: smtp via xbase
Replies: 5
Views: 3008

smtp via xbase

I use the xbase++ smtpclient functions to send emails via IONOS.COM SMTP SERVER. I send these smtp requests via port 465. oSmtp := SMTPClient():new( Alltrim(cSMTPServer), nPort ) (where nPort is 465 and cSMTPserver is 'smtp@ionos.com' IONOS is now saying they will not support TLS 1.0 or TLS 1.1 anym...
by bobvolz
Sun Jun 19, 2022 6:13 am
Forum: eXpress++ Support
Topic: Text Message Formatting
Replies: 9
Views: 4066

Re: Text Message Formatting

Hi Roger and All; I have been using the email method for several years. I solved the 'carrier' issue by using the API for Real_Validation.com Carrier Lookup. I do a post containing the cell number and they return the carrier name. My hard coded program then assigns the correct text email address bas...
by bobvolz
Thu Jun 16, 2022 9:41 am
Forum: eXpress++ Support
Topic: Text Message Formatting
Replies: 9
Views: 4066

Re: Text Message Formatting

I was using the same message type for both text messages and emails. I still send emails as text/html but text messages I use message type text/plain. Oddly enough the text message works on Android phones using either text/html or text/plain. When using text/html, Iphones display the text messages a...
by bobvolz
Thu Jun 16, 2022 7:13 am
Forum: eXpress++ Support
Topic: Text Message Formatting
Replies: 9
Views: 4066

Re: Text Message Formatting

Thanks to all for the info. We do not use any outside service other than running it through SMTP@ionos.com. My code simply sends a string of text via SMTP Server (@ionos.com) to the persons cell phone number @vzwpics.com or Att.net etc. No REST involved. I would like to make this better. I have xb2n...
by bobvolz
Wed Jun 15, 2022 3:09 pm
Forum: eXpress++ Support
Topic: Text Message Formatting
Replies: 9
Views: 4066

Re: Text Message Formatting Issue Fixed

After several attempts at a fix the fix was to change the message type from 'text\html' to ' text\plain' when sending as a text message. Now it looks fine on both iPhones and Androids. Does anyone else out there use text messaging via xBase++? I'm very surprised no one responded to this question. Bo...
by bobvolz
Wed May 25, 2022 2:08 pm
Forum: eXpress++ Support
Topic: Text Message Formatting
Replies: 9
Views: 4066

Text Message Formatting

I use the Alaska email functions to send text messages via email to the carriers such as Verizon, Att etc. I test the system using my Android Samsung cell phone. The text messages are sent via the mms text sites like Verizon's VZWPIX.com. On my phone they all look fine and are very readable. I am se...