TMSUSERS Archives

The Museum System (TMS) Users

TMSUSERS@SI-LISTSERV.SI.EDU

Options: Use Monospaced Font
Show HTML Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Jenny Werner <[log in to unmask]>
Reply To:
The Museum System (TMS) Users
Date:
Thu, 8 Aug 2019 10:37:01 -0700
Content-Type:
multipart/alternative
Parts/Attachments:
text/plain (10 kB) , text/html (19 kB)
Thanks to everyone for all their suggestions! I figured out at least how to
get the images I want into the report -- now onwards to scaling issues,
which not surprisingly are already a problem. I'll be going over everything
everyone has contributed to figure out our best solution for that.

In case you're curious, the solution is based on what Dimitry says in the
video Hamutal sent, although I had to add in "\" between the two field
names. I checked the Media Path and Filename values when running the
report, and saw that there wasn't a "\" at the end of the Media Path value,
so it seemed like maybe it wasn't making a full path to the file. So I
added one in to the formula in Graphic Location, and voila, the right
pictures started showing up. The final formula is
{MediaPaths.PhysicalPath}+"\"+{MediaFiles.FileName}, and that seems to be
working.

Thanks again!



Best,

Jenny

On Wed, Aug 7, 2019 at 10:21 AM Richard Grant <[log in to unmask]> wrote:

> This is why we decoupled the Crystal report images from the TMS media file
> names. We have cases where the object numbers and filenames are different.
> We created a new folder with all of the image files, sized and saved as
> bumps. These are not used by TMS, but only for reports. Those files are
> named with the object numbers in the format I described. It just needs to
> be a scheme that will allow you to create the file name programmatically in
> the Media Location Formula. We know this has all the drawbacks one gets
> from the sin of having duplicate data — primarily making sure the report
> image in the bmp folder gets updated when an image is replaced in TMS. But
> it is worth the hassle in order to have images that always print correctly
> in Crystal.
>
> On Tue, Aug 6, 2019 at 5:00 PM Jenny Werner <[log in to unmask]>
> wrote:
>
>> Thanks so much for the thorough response, Dick. I'm trying to see if I
>> can adapt your strategy to ours, but one factor is that I work with library
>> material, so the numbering system is a bit complicated (lots of
>> alphanumeric, long descriptive "numbers"), so ObjectNumber and FileName
>> fields are almost the same, but not quite. I'm not sure if that makes a
>> difference.
>>
>> I was hoping you could clarify one thing -- does that formula in Crystal
>> create a filename that matches the actual filename? Or is it creating
>> something new? Currently our filenames are versions of the object number,
>> but with different punctuation, so I'm wondering if I'd have to rename them
>> all.
>>
>> When I tried using a version of the formula, I got the "remaining text
>> does not appear to be part of the formula" error message, not sure if
>> you've had that issue before.
>>
>> Thanks again for your response!
>>
>>
>>
>> Sincerely,
>>
>> Jenny
>>
>> On Tue, Aug 6, 2019 at 4:19 PM Richard Grant <[log in to unmask]> wrote:
>>
>>> Hi Jenny,
>>>
>>> We cooked up a method to control image sizes in our reports. We needed
>>> to include images of a specific size in reports, with different
>>> measurements for vertical and horizontal works, so we created a folder that
>>> contained copies of the images sized just the way we want to see them. We
>>> named the files in such a way that we didn't have to pull file names from
>>> the TMS tables, but rather could build the Media Location formula on the
>>> fly from the object number. In our case we wanted to have thumbnails 3 1/2
>>> inches on the long side. Thus our naming convention contains the word
>>> "thumb". You could do yours with a meaningful indication of "big". We used
>>> a Crystal report to pull the primary file names from the media xrefs,
>>> exported it to EXCEL and then  generated a Windows batch file to put them
>>> in a folder with the filenames that met our specs. We then sized them with
>>> a Photoshop action. Here is the formula in Crystal's Object Location.
>>>
>>>
>>> "F:\TMSfiles\Images\Thumbnails-BMP\"+"RD"+trim({Objects.ObjectNumber})+"thumb.bmp"
>>>
>>> Our object number format is "RD" plus a 4 digit number, so the resulting
>>> filename would come out like "RD1234thumb.bmp".
>>>
>>> Here is another important discovery that may help. We found that
>>> Crystal, for reasons that are still unclear, would sometimes screw up the
>>> image size of jpgs or tiffs in a report. A bunch of pages would print
>>> correctly, and then one image would be enlarged and exceed the margin on
>>> the right-hand side. After many calls to Crystal, we finally hooked up with
>>> the right person. He told us that Crystal converts images to BMP format on
>>> the fly, and sometimes comes up with wacky dimensions. He said it we use
>>> BMP images for Crystal, our problem would disappear. So we ran a Photoshop
>>> action to open all of our RD1234thumb.jpg images and save them as
>>> RD1234thumb.bmp. Bingo, problem solved. They now print correctly.
>>>
>>> Let me know if we can help in any way.
>>>
>>> Dick
>>>
>>>
>>> *Richard GrantExecutive Director*
>>> 3214 College Avenue
>>> <https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.google.com%2Fmaps%2Fsearch%2F3214%2BCollege%2BAvenue%25C2%25A0%2BBerkeley%2C%2BCA%2B94705%3Fentry%3Dgmail%26source%3Dg&amp;data=02%7C01%7CTMSUSERS%40si-listserv.si.edu%7C7039a46fd1cb4d478fde08d71c270d07%7C989b5e2a14e44efe93b78cdd5fc5d11c%7C0%7C0%7C637008826373641298&amp;sdata=S4i2bKvWZRXHR12zoMZYUNB6WYwa9aunt%2BE1%2FK%2F4nd8%3D&amp;reserved=0>
>>> Berkeley, CA 94705
>>> <https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.google.com%2Fmaps%2Fsearch%2F3214%2BCollege%2BAvenue%25C2%25A0%2BBerkeley%2C%2BCA%2B94705%3Fentry%3Dgmail%26source%3Dg&amp;data=02%7C01%7CTMSUSERS%40si-listserv.si.edu%7C7039a46fd1cb4d478fde08d71c270d07%7C989b5e2a14e44efe93b78cdd5fc5d11c%7C0%7C0%7C637008826373641298&amp;sdata=S4i2bKvWZRXHR12zoMZYUNB6WYwa9aunt%2BE1%2FK%2F4nd8%3D&amp;reserved=0>
>>> [log in to unmask]
>>> 510.428.1400 ext 4
>>> 510.459.4556 mobile
>>> Instagram
>>> <https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.instagram.com%2Fdiebenkornfoundation%2F&amp;data=02%7C01%7CTMSUSERS%40si-listserv.si.edu%7C7039a46fd1cb4d478fde08d71c270d07%7C989b5e2a14e44efe93b78cdd5fc5d11c%7C0%7C0%7C637008826373641298&amp;sdata=ezo5sN4ECxXKeBYTdg4Ld8Ab0CF9tm3T6gccQqZ%2Fi3g%3D&amp;reserved=0>
>>>  | Twitter
>>> <https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftwitter.com%2Fdiebenkorn_fnd&amp;data=02%7C01%7CTMSUSERS%40si-listserv.si.edu%7C7039a46fd1cb4d478fde08d71c270d07%7C989b5e2a14e44efe93b78cdd5fc5d11c%7C0%7C0%7C637008826373641298&amp;sdata=VIKLPrixNy%2FLRR1QsQUG2y6Zf7Q9Buiqju9t7QFR1gQ%3D&amp;reserved=0> [image:
>>> Richard Diebenkorn Fountation]
>>> <https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.diebenkorn.org%2F&amp;data=02%7C01%7CTMSUSERS%40si-listserv.si.edu%7C7039a46fd1cb4d478fde08d71c270d07%7C989b5e2a14e44efe93b78cdd5fc5d11c%7C0%7C0%7C637008826373641298&amp;sdata=pxyisIuGdyxVj4lw9YKsRILQaqS1UEU10cR601rtm%2F0%3D&amp;reserved=0>
>>>
>>>
>>>
>>> On Tue, Aug 6, 2019 at 3:07 PM Jenny Werner <[log in to unmask]>
>>> wrote:
>>>
>>>> Hi everyone,
>>>>
>>>> I looked back in the Archives and found an answer to this, but it's not
>>>> working for me, so I thought I'd see if anyone can shed some light on it.
>>>>
>>>> We have TMS 2012 and Crystal 2011. I'm trying to put non-thumbnail (AKA
>>>> large) images into certain reports. I found instructions that included
>>>> inserting a static image, then inserting the formula
>>>> "{MediaPaths.Path}+{MediaFiles.FileName}" into the "Graphic Location"
>>>> formula editor in Format Graphic.
>>>>
>>>> I tried this, but the static image remains the same for every object. I
>>>> have both of those tables included in the report.
>>>>
>>>> I feel like I'm missing a potentially obvious step, but I can't find
>>>> any other useful instructions online. I know there are issues about sizing
>>>> and whatnot, but for now I'd like to at least be able to get the full-size
>>>> images into the report.
>>>>
>>>> I welcome any and all advice. I've been working with Crystal for a
>>>> while but I've never had to build a report with large images from scratch,
>>>> so I'm not sure how to make it work.
>>>>
>>>> Thank you!
>>>>
>>>>
>>>>
>>>>
>>>> Sincerely,
>>>>
>>>> Jenny Werner
>>>>
>>>>
>>>> The Huntington Library, Art Collections, and Botanical Gardens
>>>>
>>>> 1151 Oxford Road, San Marino, CA 91108
>>>> <https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.google.com%2Fmaps%2Fsearch%2F1151%2BOxford%2BRoad%2C%2BSan%2BMarino%2C%2BCA%250D%250A91108%3Fentry%3Dgmail%26source%3Dg&amp;data=02%7C01%7CTMSUSERS%40si-listserv.si.edu%7C7039a46fd1cb4d478fde08d71c270d07%7C989b5e2a14e44efe93b78cdd5fc5d11c%7C0%7C0%7C637008826373641298&amp;sdata=z0ULDhNIGFQ7rG03FpZJH7AyqArrYajfgfsgBIJNU04%3D&amp;reserved=0>
>>>>
>>>>
>>>> To unsubscribe, send an email to [log in to unmask] with the
>>>> following commands in the body of the email:
>>>>
>>>> signoff TMSUSERS
>>>>
>>>> // eoj
>>>>
>>>> You will receive a confirmation that your subscription has been
>>>> removed.
>>>>
>>> To unsubscribe, send an email to [log in to unmask] with the
>>> following commands in the body of the email:
>>>
>>> signoff TMSUSERS
>>>
>>> // eoj
>>>
>>> You will receive a confirmation that your subscription has been removed.
>>>
>> To unsubscribe, send an email to [log in to unmask] with the
>> following commands in the body of the email:
>>
>> signoff TMSUSERS
>>
>> // eoj
>>
>> You will receive a confirmation that your subscription has been removed.
>>
> --
>
> *Richard GrantExecutive Director*
> 3214 College Avenue
> Berkeley, CA 94705
> [log in to unmask]
> 510.428.1400 ext 4
> 510.459.4556 mobile
> Instagram
> <https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.instagram.com%2Fdiebenkornfoundation%2F&amp;data=02%7C01%7CTMSUSERS%40si-listserv.si.edu%7C7039a46fd1cb4d478fde08d71c270d07%7C989b5e2a14e44efe93b78cdd5fc5d11c%7C0%7C0%7C637008826373651292&amp;sdata=rWEnuV9%2Fr8U08oMDDwIX0DAMV6JtMwZ8cxjfIVcf860%3D&amp;reserved=0>
>  | Twitter
> <https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftwitter.com%2Fdiebenkorn_fnd&amp;data=02%7C01%7CTMSUSERS%40si-listserv.si.edu%7C7039a46fd1cb4d478fde08d71c270d07%7C989b5e2a14e44efe93b78cdd5fc5d11c%7C0%7C0%7C637008826373651292&amp;sdata=EcF146TF5GRR%2F6LR%2FwCuJQUjkxFG4rJyya%2BdqAF6HNo%3D&amp;reserved=0> [image:
> Richard Diebenkorn Fountation]
> <https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.diebenkorn.org%2F&amp;data=02%7C01%7CTMSUSERS%40si-listserv.si.edu%7C7039a46fd1cb4d478fde08d71c270d07%7C989b5e2a14e44efe93b78cdd5fc5d11c%7C0%7C0%7C637008826373651292&amp;sdata=alqLgQk0JPaR7XJw6p9TmM9j1or1NWgwXV2JPSWfAoY%3D&amp;reserved=0>
>
> To unsubscribe, send an email to [log in to unmask] with the
> following commands in the body of the email:
>
> signoff TMSUSERS
>
> // eoj
>
> You will receive a confirmation that your subscription has been removed.
>

To unsubscribe, send an email to [log in to unmask] with the following commands in the body of the email:

     signoff TMSUSERS

     //  eoj


You will receive a confirmation that your subscription has been removed.


ATOM RSS1 RSS2