Page 1 of 2

Custom Setting DotMatrix

Posted: Tue Jan 15, 2013 6:13 am
by ERP
Dear Friends, here we are facing a problem that we have to fix the page size in 3 different groups, (normal, 8x10, 6x10). And have to print the document in dot matrix.

Now what is happening is if the size adjusted, the print is in graphics mode. If the print is in dot matrix means page size is taking automatically as A4.

Give me the correct solution to take prints in different size in dot matrix through stimulsoft designs.

Re: Custom Setting DotMatrix

Posted: Tue Jan 15, 2013 12:49 pm
by HighAley
Hello.

Sorry, maybe we did not exactly understand your question. Could you explain your issue in more details?

Thank you.

Re: Custom Setting DotMatrix

Posted: Wed Jan 16, 2013 5:59 am
by ERP
thank u Aleksey Andreyanov for your prompt reply,

is it possible to take dot matrix print using custom paper size in stimulSoft ultimate design??
if possible please explain.

With Regards
ERP

Re: Custom Setting DotMatrix

Posted: Wed Jan 16, 2013 2:05 pm
by HighAley
Hello.
ERP wrote:thank u Aleksey Andreyanov for your prompt reply,

is it possible to take dot matrix print using custom paper size in stimulSoft ultimate design??
if possible please explain.
There is no paper size in the dot-matrix printer. You couldn't set it in the dot-matrix printer settings.
There is a cpi parameter which could be used. But it is usually set on the printer directly.

Thank you.

Re: Custom Setting DotMatrix

Posted: Tue Feb 05, 2013 5:23 am
by ERP
Thank u friend.

we are using stimulsoft for designing reports, and all the related coding is doing through VB.Net. Report printing is through dot matrix & Client will use different paper sizes like (height*width) 6*10, 8*10, 12*10. Now what we are facing is, whenever we are trying to take printout as per the sizes, the report automatically converting to Graphics format. Otherwise it will skip the space as size 12*10.

What we are requesting is we have to set the paper height in dotmatrix for StimulSoft Reports through VB.net.

Please explain it with details.

With Regards

ERP

Re: Custom Setting DotMatrix

Posted: Tue Feb 05, 2013 10:56 am
by HighAley
Hello.
ERP wrote: we are using stimulsoft for designing reports, and all the related coding is doing through VB.Net. Report printing is through dot matrix & Client will use different paper sizes like (height*width) 6*10, 8*10, 12*10. Now what we are facing is, whenever we are trying to take printout as per the sizes, the report automatically converting to Graphics format. Otherwise it will skip the space as size 12*10.

What we are requesting is we have to set the paper height in dotmatrix for StimulSoft Reports through VB.net.
There is no page size. There are just symbols and commands that is printed on the page. And besides the size of these symbols could be changed on the printer with its buttons and no application or driver will know about it.
What do you mean under "the report automatically converting to Graphics format"?

Thank you.

Re: Custom Setting DotMatrix

Posted: Wed Feb 06, 2013 6:25 am
by ERP
We are thankful for your quick reply.

whenever we are trying to take receipt through Dot matrix printer for the size of 6*10 (height - 6 * width - 10), printer automatically taking the size as 10*12.

How can we set the end of page in stimulsoft report printing though dot matrix.

With Regards

ERP

Re: Custom Setting DotMatrix

Posted: Thu Feb 07, 2013 7:19 am
by HighAley
Hello.

You should use escape codes to set the end of the page. These codes depends on the printer.
For more information, please, read the '10.8.4 Dot-Matrix and Escape Codes' section of the Stimulsoft Reports Universal User Manual.

Thank you.

Re: Custom Setting DotMatrix

Posted: Mon Feb 18, 2013 6:17 am
by ERP
Thank you Aleksey Andreyanov for your prompt reply.

could you please send some example for the same, or could you please explain with the code.

With Regards

ERP

Re: Custom Setting DotMatrix

Posted: Mon Feb 18, 2013 9:39 am
by HighAley
Hello.

All information that you should know is in our documentation.
For the detailed information about Escape codes, please, refer to manufacturer of printer.

Thank you.