Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

Posted

Quick question! (sort of)

I have a layout that needs to contain word documents and pdf's from clients... creating some containers and putting in each file would work, but there are too many files for some clients (some clients have close to 100 documents)! I guess I need a way to store multiple docs in one container or create containers dynamically... Or perhaps there is something else I could do. Any suggestions??

Heres what I want:

1) EASY access to many word docs and pdfs from filemaker...

2) to log all changes and created documents (via scripting?? etc)...

Thanks!

-Chris

Posted

A container can contain only one document... to get "unlimited" container fields, use a related table to hold the documents. Each record has a container field, create a new record for each document. Display the related records in a portal.

Posted (edited)

Chris,

Quick Answer! (sort of)

Create a new table with each record having one container field and one Customer_ID field.

Relate the table to your existing table on customer_id = cusromer_id.

Create a new record in this new table for each document.

You will then be able to display all of the records for any given customer by creating a portal in your main file.

With regards to the

"2) to log all changes and created documents (via scripting?? etc)..."

....bit vague that I am afraid. Thats a bit like saying 'I want a system that does something....to something' so sorry can't help you with that one

HTH

Phil

Sorry to repeat Vaughan's advice but his got posted while mine was being typed

Edited by Guest
Posted

Yeah... for me, I knew I had a handle on the relational stuff when I realised that "tables->records" are the same as "records->fields" just on a different level of existence.

Thus, every time I thought I had a situation where I needed multiple fields to solve a problem, I knew that with a change in perspective the problem sould be solved relationally with related records. Ditto for situations where a problem seemed to require the creation of multiple tables.

  • 2 weeks later...
Posted

Is there a way to make a container that holds a word document actually display that document in an editable way? Is there a plugin that does this? I haven't been able to find one :o

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