开发者

Issues with Filemaker IWP working with hyperlinks on images

开发者 https://www.devze.com 2023-01-06 23:14 出处:网络
I have a filemaker database that I need to be able to link records and all associated data (including container field data) to various points placed on a large PDF image, and then make that data appea

I have a filemaker database that I need to be able to link records and all associated data (including container field data) to various points placed on a large PDF image, and then make that data appear via instant web publishing when someone clicks on the marker for that area on the PDF. For example the PDF may be an image of a car, and then I would have various close up images of issues with the car and descriptions of those images as records in the database. I would then want to drop points on the base PDF image and when you clicked on those poi开发者_如何学Cnts be able to see the close up images and other data related to those images.

I'm being told this is too much for IWP because:

  1. I need to place the markers outside filemaker via PDF annotation
  2. Filemaker IWP can't handle the number of markers that may be necessary (it could be up to 1,000 on an E sized image.

Does anyone have a work around or explanation why this is a problem?


If I understand correctly, you would like to setup a PDF with links that will open a browser and show data related to what was clicked. Assuming that is the case, the reason this wont work is because IWP does not provide a unique URL for a unique page. For example, here on StackOverflow you can directly link to any question based on its URL:

http://stackoverflow.com/questions/3207775/ -- this question
http://stackoverflow.com/questions/4973921/ -- some other question

IWP uses Javascript and session variables to manipulate the output to the screen, so there is no way to link to a specific section of your IWP site, since the URL is always something like:

http://yoursite.com/fmi/iwp/cgi?-db=YOUR_DB-loadframes -- Product A
http://yoursite.com/fmi/iwp/cgi?-db=YOUR_DB-loadframes -- Product B
http://yoursite.com/fmi/iwp/cgi?-db=YOUR_DB-loadframes -- Product C

Because of the limited nature of IWP, you will not be able to workaround this issue. You'll need to build your own web-interface using the Custom Web Publishing Engine, either using the built-in PHP extensions or some other technology where you invoke the XML publishing API.


I agree with Nate

IWP is the wrong solution to this problem. You'd be better off simply hosting those images on a webserver.

Now here comes the plug, you can use SuperContainer to really simplify the management of the images from FileMaker.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号