FastWolf wrote:
> Is such a thing even possible? I have a solution with a calc field,
> result is a container. The calc creates the filepath and name, which
> resolves to a network share. The Windows users can see the image no
> problem, but the Mac users cannot. I've made sure that the Mac is
> logged on to the Windows share independent from FMP. I've tried the
> "imagewin:" prefix (Windows path) and the "image:" prefix
> (cross-platform path), no luck either way. It says in FMP Help that
> network paths only work on Windows shares, not Mac shares. But it
> doesn't say anything about Windows shares not being accessible from a
> Mac client.
>
> Any clues?
>
> thanks
>
I access pdf inserted as references, stored on windows, from both mac
and windows; under fms9. Images are inserted into the db, rather than
referenced.
I use a conditional test that evaluates the platform, and inserts the
appropriate prefix relevant to the platform. This may or may not be
worth trying.
A complication that noticed somewhere recently, is either / or \ in the
paths; FM has a slightly quirky approach as I recall it was regarded,
have not got around to looking at this...


|