Jump to content
Server Maintenance This Week. ×

adding a drawing


chiefmsb

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

Recommended Posts

I think you're best off handling this from the web end. Have a web site that stores the images and allows for modification. Then show that site in a web viewer in FileMaker. Sadly, there are more tools available for web development.

Link to comment
Share on other sites

Using a Web Viewer you can allow drawing and display without needing an external webserver. It can all be done with local values in your database.

Here is an example of doing this to let the user draw their signature and have it stored.

http://campsoftware.com/blog/signature-capture-filemaker-implementation/

(Note that this only works in Mac OS X and iOS. The Windows Web Viewer has a bug affecting the ability to get update source data after a form submission.)

In your case you would present the drawing of a human body as the background image of the web viewer both in the drawing part and in the display part.

Working with a container field instead would require either some clever platform-specific scripting (e.g. AppleScript) or a special-purpose FileMaker plug-in.

Edited by Guest
Link to comment
Share on other sites

how would the drawing be saved in the database.

In the link showed above, the drawing is saved in a text field as drawing instructions for the Web Viewer.

If you are finding a way to save as a container using a plug-in or OS-level scripting, the drawing would be saved in a container field in whatever format you choose as a compromise between what can be viewed in a container and what can be edited in your third-party app.

Link to comment
Share on other sites

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