I have a little problem with code...

FranklinFranklin Member Posts: 253
The customer has the customer list form, make a series of filters he wants and get a set of records.

Then wants to launch an email client for that series, therefore, need to get by programming these registers.

I use this funtion "recTabla.COPYFILTERS(Rec)"

Now i have the problem...

The Bcc field only allows 1024 characters, and logically we still poor.

I thought about going counting the characters that accumulate, and when they get to 1024 I fill another variable.

I have this viable? It will happen otherwise? How can I do this?

Comments

  • SunsetSunset Member Posts: 201
    Why not loop it and send 1 mail per customer?

    When you call the email function, have the customer write the email in an editor and loop it into mails for each customer that should recieve it.
    Don't just take my word for it, test it yourself
Sign In or Register to comment.