Jump to content
Server Maintenance This Week. ×

files and container fields


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

Recommended Posts

I have never used a conatiner field in my life but now I believe I have a great use for one but am not sure how to proceed.

I am constructing a database for a student who will be running a local beauty contest. What we need is a field in the DB where we can store a link (or something) to a file (Word, PDF, or whatever). I assume that a container field would work in much the same way a picture would but am not sure. Any suggestions or tips?

Thanks

Link to comment
Share on other sites

Containers can hold pictures, sounds or movies, but not documents. For this you need a text field that will store the path to the document. Then you can use either AppleScript or WinBatch to launch the file when it's needed.

Chuck

Link to comment
Share on other sites

Chuck,

Thanks for the reply. Again with the scripts...I really need to learn scripting. I have been wanting to and seeing as how the 2 problems I have posted in this forum can both be solved with scripts, now is a great time to learn. Thanks again.

Link to comment
Share on other sites

quote:

Originally posted by Chuck:

Containers can hold pictures, sounds or movies, but not documents.

Sorry Chuck, a container will hold either an actual file, or a reference to a file. Pictures, movies and sounds are all examples of files. You can also store documents, such as Excel spreadsheets or Word documents.

------------------

=-=-=-=-=-=-=-=-=-=-=-=-=

Kurt Knippel

Consultant

Database Resources

mailto:[email protected]

http://www.database-resources.com

=-=-=-=-=-=-=-=-=-=-=-=-=

Link to comment
Share on other sites

quote:

Originally posted by lounsbud:

kurt,

How would I go about linking to a document then?

I usually just drag and drop. However it should be noted that this is only possible on Windows, due to the way MS has implemented OLE on the platform.

Mac is as Chuck said, only picture, sound and quicktime.

------------------

=-=-=-=-=-=-=-=-=-=-=-=-=

Kurt Knippel

Consultant

Database Resources

mailto:[email protected]

http://www.database-resources.com

=-=-=-=-=-=-=-=-=-=-=-=-=

Link to comment
Share on other sites

Thanks Kurt. I wasn't aware of that, probably because I do most of my development on the Mac (can you tell?). That's good to know for future reference. I hadn't ever heard of that.

Chuck

Link to comment
Share on other sites

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