Re: Report Image

2011-11-04 Thread Jeff Johnson
On 11/04/2011 05:34 AM, Frank Cazabon wrote: > Hi Jeff, > > please don't use a public variable unless absolutely necessary. You > should be able to use a private one (or even a form property) declared > in the same place you call the report from. > > Frank. > > Frank Cazabon > > > > On 04/11/2011

Re: Report Image

2011-11-04 Thread Frank Cazabon
Hi Jeff, please don't use a public variable unless absolutely necessary. You should be able to use a private one (or even a form property) declared in the same place you call the report from. Frank. Frank Cazabon On 04/11/2011 08:19 AM, Jeff Johnson wrote: > On 11/03/2011 11:26 AM, Sytze d

Re: Report Image

2011-11-04 Thread Jeff Johnson
On 11/03/2011 11:26 AM, Sytze de Boer wrote: > I don't know if I've misunderstood your issue but I'll share my scenario. > > Depending on circumstances, I print any one of 12 pictures on a report > The pictures are jpg files. (An employee signature) > > I have a public variable SIGPIC. Before prin

Re: Report Image

2011-11-03 Thread MB Software Solutions, LLC
On 11/3/2011 4:12 PM, Alan Bourke wrote: > Yes you can call an FXP but this can be a chore in a multiuser scenario. > Why not report against a cursor with a field that has the relevant image > file name/path pre-populated ? Why would the FXP be a core in a multiuser scenario? -- Mike Babcock, M

Re: Report Image

2011-11-03 Thread Alan Bourke
Yes you can call an FXP but this can be a chore in a multiuser scenario. Why not report against a cursor with a field that has the relevant image file name/path pre-populated ? -- Alan Bourke alanpbourke (at) fastmail (dot) fm ___ Post Messages to:

Re: Report Image

2011-11-03 Thread Sytze de Boer
I don't know if I've misunderstood your issue but I'll share my scenario. Depending on circumstances, I print any one of 12 pictures on a report The pictures are jpg files. (An employee signature) I have a public variable SIGPIC. Before printing the report I call the procedure and define sigpic (

RE: Report Image

2011-11-03 Thread Richard Kaye
-Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Jeff Johnson Sent: Thursday, November 03, 2011 1:06 PM To: profoxt...@leafe.com Subject: Report Image I want to be able to change an image on a report based on a procedure. For exam

Re: Report Image

2011-11-03 Thread MB Software Solutions, LLC
On 11/3/2011 1:06 PM, Jeff Johnson wrote: > I want to be able to change an image on a report based on a procedure. > For example the picture control source would be the results of > pgetlogo(). The problem is that the report .frx is excluded from the > project. Is there a way to put a method in t

Report Image

2011-11-03 Thread Jeff Johnson
I want to be able to change an image on a report based on a procedure. For example the picture control source would be the results of pgetlogo(). The problem is that the report .frx is excluded from the project. Is there a way to put a method in the frx? TIA -- Jeff --- Jeff