RE: I need to draw and print a simple image

2011-05-23 Thread Jerry Foote
I have everything working, except now I find if I generate a new image the report still prints the older image. How do I convince report to print the most current image. Jerry --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept)

RE: I need to draw and print a simple image

2011-05-23 Thread Dan Olsson
At 2011-05-23 16:14, you wrote: I have everything working, except now I find if I generate a new image the report still prints the older image. How do I convince report to print the most current image. CLEAR RESOURCES (filename) ** * Dan Olsson *

RE: I need to draw and print a simple image

2011-05-23 Thread Rick Schummer
How do I convince report to print the most current image. Check into: CLEAR RESOURCES Rick White Light Computing, Inc. www.whitelightcomputing.com www.swfox.net www.rickschummer.com ___ Post Messages to: ProFox@leafe.com Subscription Maintenance:

RE: I need to draw and print a simple image

2011-05-23 Thread Jerry Foote
Where do I place the clear resources, Just before I print report or in the report code? Jerry -Original Message- From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf Of Dan Olsson Sent: Monday, May 23, 2011 9:37 AM To: profox@leafe.com Subject: RE: I need to draw and

RE: I need to draw and print a simple image

2011-05-23 Thread Dan Olsson
At 2011-05-23 16:39, you wrote: Where do I place the clear resources, Just before I print report or in the report code? I put it after the report is executed. Sounds logical to clean up asap -Original Message- At 2011-05-23 16:14, you wrote: I have everything working, except now I find

RE: I need to draw and print a simple image

2011-05-23 Thread Rick Schummer
Where do I place the clear resources, Just before I print report or in the report code? You can call it before the report is run so you get the latest image in the report. If you are creating the image on-the-fly (and it changes for each record or other frequency) and the name is the same as

RE: I need to draw and print a simple image

2011-05-20 Thread Richard Kaye
Check out the GDI+ VFPX project. Also, if you have a Foxrockx subscription, Doug Hennig wrote a piece on how to do a screen capture using it. -- rk -Original Message- From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf Of Jerry Foote Sent: Thursday, May 19, 2011

Re: I need to draw and print a simple image

2011-05-20 Thread MB Software Solutions, LLC
On 5/20/2011 7:08 AM, Richard Kaye wrote: Check out the GDI+ VFPX project. Also, if you have a Foxrockx subscription, Doug Hennig wrote a piece on how to do a screen capture using it. I've posted my code here too (taken from Cesar C.) that captures screen images. It's available on the VFPX

RE: I need to draw and print a simple image

2011-05-20 Thread Cathy Pountney
Just curious .. do you really need to draw it on the screen first and then do the screen capture to print it? I just want to make sure you're not suggesting a solution that's overkill because you can draw directly on reports using GDI+. Cathy Pountney From: profoxtech-boun...@leafe.com

RE: I need to draw and print a simple image

2011-05-20 Thread Jerry Foote
I want the user to see what they are building; it is a representation of a ship and the number of hatches, and location of cargo on what deck what hatch. So it might have 4 hatched and 3 decks with inventory stored in different places. Nothing fancy, just a stick drawing using lines, shapes and

RE: I need to draw and print a simple image

2011-05-20 Thread Cathy Pountney
In chapter 4 of Making Sense of Sedna and SP2, I wrote about how to put watermarks on a report using GDI+ to either write text or draw a picture. You can use the same concepts described there to draw your stick drawing, lines, shapes and labels on the report itself. Cathy Pountney

RE: I need to draw and print a simple image

2011-05-20 Thread Rick Schummer
In chapter 4 of Making Sense of Sedna and SP2 Cathy was too shy to mention that this excellent book published by dFPUG (Rainer Becker) is available from http://Hentzenwerke.com in the USA, or you can get it directly from http://www.dfpug.com/. Rick White Light Computing, Inc.

RE: I need to draw and print a simple image

2011-05-19 Thread Jerry Foote
-Original Message- From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf Of Jerry Foote Sent: Thursday, May 19, 2011 6:07 PM To: 'ProFox Email List' Subject: I need to draw and print a simple image I need to draw and print a simple image Can I use the shape