Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 5223 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Hi,

I have an email script to email an image of a vehicle.

Everything works fine, but it stores a copy of the file in the folder the DB is located in, which could fill up quickly.

Is there a way to have a global container that can store the image each time one is mailed and be overwritten each time?

Below is what I currently use

The name of the variable is:$_document_temp

Let(

[

file_name =Vehicles::Image_1;

full_path = $$_document_path & file_name

];

full_path

)

Thanks,

Jim

Posted

Since this question either can't be answered or I may have made someone mad...

Can a MOD pull this down so it is not just taking up space and people will not waste time clicking on it.

Thanks,

Jim

Posted

Jim,

What? To me the script above does not make sense. If this image is embedded, you would need to export it, and then attach it to an email.

Barbara

This topic is 5223 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.