| View previous topic :: View next topic |
| Author |
Message |
Howard Koch Guest
|
Posted: Sun Oct 10, 2004 7:40 am Post subject: quickreports |
|
|
Hi
D7 and quick reports BDE paradox 7.
I am trying to out put to the quick report just the current image being
displayed on a form.
The following line
QRImage1:=xray_form.xray_tableXray.value
gives the error 'image and string are incompatible'
any help would be appreciated.
Howard
|
|
| Back to top |
|
 |
Ottar Smidesang Holstad Guest
|
Posted: Sun Oct 10, 2004 12:51 pm Post subject: Re: quickreports |
|
|
| Quote: | I am trying to out put to the quick report just the current image being
displayed on a form.
The following line
QRImage1:=xray_form.xray_tableXray.value
gives the error 'image and string are incompatible'
any help would be appreciated.
|
QRImage1.Picture.Assign(YourForm.GetFormImage);
|
|
| Back to top |
|
 |
|