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

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

Recommended Posts

Posted

I have been on the assumpution, one should zip it... due to possible corruptiion sending a FM file...    so to attach it to a email if your email server allows the file size,  or ftp the zip..  And i wondering if there's a smoother way whereas, receiver doesn't require extra step of unzipping

Posted

From the menu (gear icon, top right) choose Save/Send, Database, Email.

Posted

I have been on the assumpution, one should zip it... due to possible corruptiion sending a FM file..

 

Do you have a reason for being concerned about corruption in e-mailing an unzipped file and/or why zipping would alleviate that?

Posted

I didn't know about the "gear option" and now I am interested in figuring out a way to turn that off.  I am trying to use the Send Mail Script step and not give the user the ability to input who the database is emailed to because it has sales and market data for someone that doesn't want it to get into competitors' hands. I can use the Send Mail Script to email other files but it seems to give me problems with fmp12. I tired making a copy and changing the file extension but I am still having problems. Beacuase this a mobile app and I can't get on user's iPads I need a way to look at their database if they are having problems, is there any other support options?

Posted

You'll need to control privileges and you may also want to use custom menus.

Posted

What?

 

Learn about privilege sets.

Learn about custom menus.

Posted

With a small 1mb database this works, with a 20mb database I get "Error Emails could not be sent successfully"

 

This works:

 

Set Variable [$Small, Value:Get (DocumentsPath) & "small.fmp12"]

Send Mail [send via SMTP Server, No dialog; To: [email protected]; Subject : "Small Database" ; Message:"Try a Small" ; $Small]

 

This doesn't:

 

Set Variable [$Big, Value:Get (DocumentsPath) & "Big.fmp12"]

Send Mail [send via SMTP Server, No dialog; To: [email protected]; Subject : "Big Database" ; Message:"Try a Big" ; $Big]

 

However, if I send it via Email Client the big works just fine.

This topic is 4245 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.