Re: Send a table in an email.

2021-09-09 Thread Rick Harrison via use-livecode
Hi Sean, Maybe you should have led with your explanation. Cheers, Rick > On Sep 9, 2021, at 4:35 AM, Pi Digital via use-livecode > wrote: > > Hehe. Full of ‘solutions’ :) > > It’s because we need to see it as a table in an email :D > That’s the point of the question. > > Here’s my full pr

Re: Send a table in an email.

2021-09-09 Thread Sean Cole (Pi) via use-livecode
Ben, That's perfect, and kind of what I'd said in one of my previous, although not as succinctly or as well explained. Thanks for this as a way of confirming an idea. (I tend to use {{table}} as my replacement strings. It goes back to my coding back in the 80s/90s) I've put the projects to one si

Re: Send a table in an email.

2021-09-09 Thread Ben Rubinstein via use-livecode
Hi Sean, Not to wind you up with yet another 'helpful' suggestion... but here's what I would do, if I've understood you correctly. I think you're formatting a nice message in a field using LC styling; then using the Mime Encoder feature to format it to include in an email. But when you try t

Re: Send a table in an email.

2021-09-09 Thread Pi Digital via use-livecode
Hehe. Full of ‘solutions’ :) It’s because we need to see it as a table in an email :D That’s the point of the question. Here’s my full process if it helps you understand. I (that is to say, a server I code and manage) process around 100-120 emails a day from the mobile (cell phone) carriers O

Re: Send a table in an email.

2021-09-08 Thread Rick Harrison via use-livecode
Hi Sean, Why don’t you just email them a spreadsheet or a .csv file, let them open it. and they can copy and paste whatever they want into their own spreadsheet? Rick > On Sep 8, 2021, at 10:43 PM, Pi Digital via use-livecode > wrote: > > Hi Rick > > Because, as stated before, you can’t se

Re: Send a table in an email.

2021-09-08 Thread Pi Digital via use-livecode
Hi Rick Because, as stated before, you can’t select the text and paste it into a spreadsheet. Thanks though. Sean > On 8 Sep 2021, at 23:19, Rick Harrison via use-livecode > wrote: > > Hi Sean, > > If you just want to show the table in an email why not just send > an image of it? Crea

Re: Send a table in an email.

2021-09-08 Thread Rick Harrison via use-livecode
Hi Sean, If you just want to show the table in an email why not just send an image of it? Create a screenshot of the table and email it. Are you trying to send just one or a lot of them over a period of time? Rick > On Sep 8, 2021, at 3:42 PM, Pi Digital via use-livecode > wrote: > > I just w

Re: Send a table in an email.

2021-09-08 Thread Pi Digital via use-livecode
Me too, Bob. Same sort of scenario. It should just deal with them. It looks like I may end up with a mix of Mark’s and Rick’s suggestions. Maybe just html that bit. Sean Cole Pi Digital Productions Ltd eMail Ts & Cs > On 8 Sep 2021, at 18:09, Bob Sneidar via use-livecode > wrote: > > I

Re: Send a table in an email.

2021-09-08 Thread Pi Digital via use-livecode
I just wanted a simple way of showing it without all the extra coding rigmarole. Especially in html. Sean Cole Pi Digital Productions Ltd eMail Ts & Cs > On 8 Sep 2021, at 17:41, Rick Harrison via use-livecode > wrote: > > Hi Sean, > > So you want the receiver of your emailed table to be

Re: Send a table in an email.

2021-09-08 Thread Pi Digital via use-livecode
Thanks Mark I will take a look Sean Cole Pi Digital Productions Ltd eMail Ts & Cs > On 8 Sep 2021, at 16:28, Mark Waddingham via use-livecode > wrote: > > On 2021-09-08 11:02, Sean Cole (Pi) via use-livecode wrote: >> Hi all >> I'm trying to use the MIME encoder to send an email with a tabl

Re: Send a table in an email.

2021-09-08 Thread Bob Sneidar via use-livecode
I have this need as well. I send emails with completed tickets that have table data. What I have done in the past is use fixed length data padded with spaces, then I send the email in a monospaced font. Having the ability to send an email as html formatted text would be great, but last time I at

Re: Send a table in an email.

2021-09-08 Thread Rick Harrison via use-livecode
Hi Sean, So you want the receiver of your emailed table to be able to modify the data in it. I would make it an HTML email so you can allow the user to enter the data directly into your server database table field. That’s if I am understanding you correctly here. Rick > On Sep 8, 2021, at 11

Re: Send a table in an email.

2021-09-08 Thread Mark Waddingham via use-livecode
On 2021-09-08 11:02, Sean Cole (Pi) via use-livecode wrote: Hi all I'm trying to use the MIME encoder to send an email with a table in the body. I have a field that has both plain text and a few lines that are displayed as a table in the middle of it. I basically just turn on the v and h lines

Re: Send a table in an email.

2021-09-08 Thread Sean Cole (Pi) via use-livecode
Hi Rick, It's not strictly what I was asking as I am talking about the mimeEncode library. Plus it's a file that is then not easily selectable directly from the email. I just want to be able to display a small table of data in the email that is easily readable with a small footprint and using spec

Re: Send a table in an email.

2021-09-08 Thread Rick Harrison via use-livecode
Hi Sean, Could you try converting your table into a .pdf file so it displays properly? Good luck! Rick > On Sep 8, 2021, at 6:02 AM, Sean Cole (Pi) via use-livecode > wrote: > > Hi all > > I'm trying to use the MIME encoder to send an email with a table in the > body. I have a field that ha