Mary Office Manager Posted March 28, 2008 Posted March 28, 2008 Hello, I have a container field that holds a pdf file (reciept/invoice) for my expense record. The db will be published to the web. Currently, when the user opens the pdf file a copy is saved to the user's desk top. Is that the only way a user can open the file? If it's saved to the desktop? The user's desktop will become swamped with pdf files. I just hope there is another way. Please advise!
bcooney Posted April 1, 2008 Posted April 1, 2008 In filemaker, you need to export the file and then open it. As a developer the question was always, "to where?" Some choose the Desktop (as yours did), because there's a built-in function in FM, Get (DesktopPath), that a developer can count on as a valid path. FM9 gave us the Get (TemporaryPath). It's probably the best place for those pdf exports, as it's a reliable path, hidden to the user, and the OS cleans it up on restart. Long story short, unless you upgrade to FM9 and change your export path, your users will have cluttered desktops. This is probably better than a huge hidden diretory of pdf files.
Recommended Posts
This topic is 6081 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 accountSign in
Already have an account? Sign in here.
Sign In Now