Tom, The short answer is yes you can. But you may need a couple of things. You may need a table to store the checks for the image. Lets say you have the static image and you need 6 checks stored. Head N Body N RLeg Y LLeg N RArm Y LArm N
Then you create your image checks and use If RLeg = 'Y' THEN PROPERTY RLeg VISIBLE TRUE ELSE PROPERTY RLeg VISIBLE FALSE ENDIF etc. Anything is possible (as Razzak says) This is probably an oversimplification but I hope you get the gist. Jan -----Original Message----- From: "Tom Frederick" <[EMAIL PROTECTED]> To: [email protected] (RBASE-L Mailing List) Date: Wed, 9 Jan 2008 17:06:25 -0600 Subject: [RBASE-L] - Saving Pictures with marks I am working on a standardized injury report (a contractual requirement for this specific form) that requires marking a generic human figure drawing where some injury occurred. We have a high number of people who have seizures in our programs. We need to record that John scraped his left ear and bruised his right thigh plus other related medical info. Most of the report is fill in the box/drop down inputs. Putting the figure in a form and report is pretty straight forward. How to mark a figure on a screen form with a mouse and keep those marks for later faxes or email has not been so easy. Can this be done within R:Base? Tom Frederick ElmCity Center 1314 W Walnut Jacksonville, IL 62650 Off - 217-245-9504 Fax - 217-245-2350 Email - [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Web - www.elmcity.org [http://www.elmcity.org/]

