|
| Problem with Report - PCX scaled |
 |
Wed, 26 Sep 2007 10:08:57 +020 |
I have a Report that print on a A3 a planimetria and a series of relative
data , the dimension of the image 29x26 cm, in the press it goes out more
small 19x18cm . ??
I have tried with other formats BMP JPG
I have tried from other PC
if I use the stretching it doesn't stamp me nothing !! Why ?
in report then field is defined :
myform.DefStepWidth = 2
SET mycontrol = myform.Add("TextBox9","TextBox")
mycontrol.Move(938,469,11417,10396)
mycontrol.TabIndex = 8
mycontrol.ControlSource = "NOMEP_BB.INBB"
mycontrol.ShowExternalData = - 1
Thanks for the help
JOE
|
| Post Reply
|
 |
| View Original Image |
 |
| View Original Image |
| Re: Problem with Report - PCX scaled |
 |
Wed, 26 Sep 2007 13:47:42 +010 |
JOE wrote:
> I have a Report that print on a A3 a planimetria and a series of relative
> data , the dimension of the image 29x26 cm, in the press it goes out
more
> small 19x18cm . ??
>
> I have tried with other formats BMP JPG
> I have tried from other PC
>
> if I use the stretching it doesn't stamp me nothing !! Why ?
>
> in report then field is defined :
>
> myform.DefStepWidth = 2
> SET mycontrol = myform.Add("TextBox9","TextBox")
> mycontrol.Move(938,469,11417,10396)
> mycontrol.TabIndex = 8
> mycontrol.ControlSource = "NOMEP_BB.INBB"
> mycontrol.ShowExternalData = - 1
>
> Thanks for the help
If the resolution and resulting size is too large at too high a
resolution and color depth then Superbase won't be able to allocate
enough memory to render it, so it will render nothing instead.
|
| Post Reply
|
| Re: Problem with Report - PCX scaled |
 |
Wed, 26 Sep 2007 16:00:16 +020 |
Neil .. if i remove the line
.PCX=2,SBINSO30.DLL,SBINSO
from SB30.ini
the report goes perfectly
the problem seems to be the external file filters
Can i activate and reactivate external file filters from code ?
Thanks for the help
JOE
"Neil Robinson" <neil@simpol.com> ha scritto nel messaggio
news:fddkdd$j0e$1@ipx22096.ipxserver.de...
> JOE wrote:
>> I have a Report that print on a A3 a planimetria and a series of
relative
>> data , the dimension of the image 29x26 cm, in the press it goes out
>> more
>> small 19x18cm . ??
>>
>> I have tried with other formats BMP JPG
>> I have tried from other PC
>>
>> if I use the stretching it doesn't stamp me nothing !! Why ?
>>
>> in report then field is defined :
>>
>> myform.DefStepWidth = 2
>> SET mycontrol = myform.Add("TextBox9","TextBox")
>> mycontrol.Move(938,469,11417,10396)
>> mycontrol.TabIndex = 8
>> mycontrol.ControlSource = "NOMEP_BB.INBB"
>> mycontrol.ShowExternalData = - 1
>>
>> Thanks for the help
>
> If the resolution and resulting size is too large at too high a
> resolution and color depth then Superbase won't be able to allocate
> enough memory to render it, so it will render nothing instead.
>
> Ciao, Neil
|
| Post Reply
|
| Re: Problem with Report - PCX scaled |
 |
Sun, 30 Sep 2007 11:49:30 +010 |
JOE wrote:
> Neil .. if i remove the line
>
> ..PCX=2,SBINSO30.DLL,SBINSO
>
> from SB30.ini
>
> the report goes perfectly
> the problem seems to be the external file filters
Weird. That means that somehow it is okay when using the internal filter
for PCX format.
> Can i activate and reactivate external file filters from code ?
No, these only get read at startup. However, you don't need to use the
INSO PCX filter. Just leave it commented out (or removed). Superbase has
a viable internal filter.
|
| Post Reply
|
| Re: Problem with Report - PCX scaled |
 |
Mon, 1 Oct 2007 08:55:56 +0200 |
I'll try to work on the resolutions, Thanks Neil
JOE
"Neil Robinson" <neil@simpol.com> ha scritto nel messaggio
news:fdnv03$egs$2@ipx22096.ipxserver.de...
> JOE wrote:
>> Neil .. if i remove the line
>>
>> ..PCX=2,SBINSO30.DLL,SBINSO
>>
>> from SB30.ini
>>
>> the report goes perfectly
>> the problem seems to be the external file filters
>
> Weird. That means that somehow it is okay when using the internal filter
> for PCX format.
>
>> Can i activate and reactivate external file filters from code ?
>
> No, these only get read at startup. However, you don't need to use the
> INSO PCX filter. Just leave it commented out (or removed). Superbase has
> a viable internal filter.
>
> Ciao, Neil
|
| Post Reply
|
|
|
|
|
|
|
|
|
|