>> >Hello - I've looked for 2 days to do this but no luck so maybe someone
>> >can solve this for me in 30 seconds!
[quoted text clipped - 48 lines]
>
>Is there somewhere that I specify html img tag?
>Thanks for your help.
I screwed up with my previous post, here's what it should look like:
$some_variable= "<img src=\"http://www.website.com/pathname/" &
Employee Number & " . " & Extension & "\">"
Note the quotes escaped with backslashes (\") that enclose the URL
inside the <img> tag; and the quotes NOT escaped (") that enclose the
text constant parts of the calculation. Let's say Employee Number is
1234 and Extension is jpg, then the calc resolves to this:
<img src="http://www.website.com/pathname/1234.jpg">
This tag is suitable to insert into a HTML document. You could
actually use the variable in a calc field to create a HTML doc to hold
the image for you:
html_calc= "<html><body>" & $some_variable & "</body></html>"
>How do I bring 4000 images into the database without problems?
I'd do that with a Web viewer on my layout, using the variable and/or
a calc field.
hope this helps

Signature
FW
FileMaker Pro 8.5 Advanced on Windows XP Pro SP2
FileMaker Server 8.0 on Windows 2003 Server R2