Jump to content
Salesforce and other SMB Solutions are coming soon. ×

creating templates...help!!!


Rick Edwards

Recommended Posts

I am very new to Filemaker so I don't know if this is easy or not. How can I create my own templates and have a new file saved when the user opens it.

 

I really have no idea where to start.

 

Thanks.

 

-Rick

Link to comment
Share on other sites

Why do you want to create a new version of your file everytime a new user opens it?

 

What kind of files are you trying to create?

 

What platform are you using?

 

Are you a business owner that wants to create a database to keep track of all your transactions?

 

Fill us in there are alot things to know before we can answer your questions properly.

 

If it is templates you are looking for there are some in your FMP folder. There are also alot of downloads available out there.

 

If you remain confused confused.gif you may want to talk to a consultant about what kind of system you need.

Link to comment
Share on other sites

Sorry.

 

I am creating a simple database for the user to keep track of their collections. There are different files available with a different layout in each. I will show the user graphic representations of each of these layouts in a "main menu" file. When the user selects the layout they would like to use, I would like a script to open that template file and prompt the user to save as a different name. That way, the template files stay intact and unaltered. This will be run on Windows and Mac

 

Thanks.

Link to comment
Share on other sites

Simply use the save copy as command in you tool bar.

 

I.E.

 

Data File.fp5

to make a copy or a template if you will the saved new name might be

Choppers data file.fp5.

 

as far as which layout to go to in a script.

 

If

statuscurrentusername= "chopper"

go to layout [coolgray]

else

go to layout [main data entry]

End if

 

 

The user name is defined in the prefferences and to activate this script also go to preffences under document and click on perform script at startup and choose thie new script.

 

So when I log on it will go to my layout that I chose.

 

 

If you are on a network you can copy files from one computer to the other.

Link to comment
Share on other sites

If the user wants to use "template_001", I understand how to open the file "template_001" and have a startup script on it that runs the save copy as command, but when you save a copy, doesn't the original file stay open. So the user saves a copy of "template_001" as "my_collection", but "template_001" is still the open file. How can I close this file and open the file they just created without asking to user to open the file? Also, how can I turn this script off so when they open their newly created files, it doesn't prompt them to save a new file?

 

-Rick

Link to comment
Share on other sites

This thread is quite old. Please start a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

Terms of Use