[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: [sqr-users] Printing Data Vertically using SQR
Sudeep,
I just posted an example of what I believe you are trying to do. This uses
PostScript to rotate and move the text around. We then converted the PS to
PDF using GhostScript.
Check out: http://www.ontko.com/sqr/ Look for "Examples" about 1/2 way
down the page.
Hope this helps,
Eric
Sudeep Vaidya wrote:
> Peter,
>
> This solution is fine, but the text is still not rotated ..
> The text here is to be rotated by 90 degrees, so that the employee would be
> able to read his number horizontally, when the cards are stacked in their
> bins.
>
> The number would be read from bottom to top, in the left margin of the card.
>
> ^
> | 0
> | 0
> | 3
> | 1
>
> Using your suggestion, I can Wrap and break the text, but how to rotate it
> by 90 degrees ?
> The digits have to rotated , so as to make the number readable from Bottom
> to Top.
> If you have any solution to this , please let me know.I can send you the
> required output in an image to your Id.
>
> Thanks,
>
> Sudeep
>
>
>
>
> -----Original Message-----
> From: sqr-users-bounces+sudeep.vaidya=patni.com@sqrug.org
> [mailto:sqr-users-bounces+sudeep.vaidya=patni.com@sqrug.org]On Behalf Of
> Peter Burton
> Sent: Saturday, July 24, 2004 1:24 AM
> To: 'This list is for discussion about the SQR database reporting
> languagefrom Hyperion Solutions.'
> Subject: RE: [sqr-users] Printing Data Vertically using SQR
>
>
> Sudeep,
>
> Report:
>
>
> Begin-Report
> Move 1300 To #E
> Let $E = Edit(Edit(#E, '9999'), 'R')
> Print $E (5,1) Wrap 1 4
> End-Report
>
>
> Produces:
>
>
> 0
> 0
> 3
> 1
>
>
> Peter
>
>
>>-----Original Message-----
>>From: sqr-users-bounces+peter_burton=hyperion.com@sqrug.org
>>[ <mailto:sqr-users-bounces+peter_burton=hyperion.com@sqrug.org>
>
> mailto:sqr-users-bounces+peter_burton=hyperion.com@sqrug.org]
>
>>On Behalf
>>Of Sudeep Vaidya
>>Sent: Friday, July 23, 2004 9:10 AM
>>To: sqr-users@sqrug.org
>>Subject: [sqr-users] Printing Data Vertically using SQR
>>
>>
>>Hi All,
>>
>>
>>Has someone ever done printing of data Vertically on a page.
>>Ok, let me explain this..
>>
>>We are supposed to print the Timecards for employees.All the
>>data is printed
>>Left to Right ( Just as we would expect it to print).
>>Besides the data being printed Left to Right, we are also
>>supposed to print
>>the Employee ID.
>>The employee Id is to be printed in the Left Margin of the
>>page, from Bottom
>>to Top.
>>
>>For example the number is 1300 , it would print like
>>--------> (left to
>>right) when printed horizontally.
>>I want to print this like
>>
>>^
>>|
>>|
>>|
>>such that 1 appears on the bottom, with 3 on top, with 0 and
>>the other 0 on
>>the top.
>>Basically, the text has to be rotated by 90 degrees. This is
>>required to
>>print the Employee Code in a bigger font . The cards are
>>stacked Vertically,
>>and hence this number would appear horizontal (in a bigger,
>>readable font)
>>to any one looking for his card.
>>
>>Because the mail group does not allow attachments, I can't
>>send any to you.
>>If you have an idea how to rotate the data by 90 degree,
>>please let me know
>>, and I can send you a scanned image.
>>
>>Thanks in advance,
>>
>>Sudeep
>>
>>
>>
>>_______________________________________________
>>sqr-users mailing list
>>sqr-users@sqrug.org
>> <http://www.sqrug.org/mailman/listinfo/sqr-users>
>
> http://www.sqrug.org/mailman/listinfo/sqr-users
>
>>
>
>
> ************************************************************************
>
> If you have received this e-mail in error, please delete it and notify the
> sender as soon as possible. The contents of this e-mail may be confidential
> and the unauthorized use, copying, or dissemination of it and any
> attachments to it, is prohibited.
>
> Internet communications are not secure and Hyperion does not, therefore,
> accept legal responsibility for the contents of this message nor for any
> damage caused by viruses. The views expressed here do not necessarily
> represent those of Hyperion.
>
> For more information about Hyperion, please visit our Web site at
> www.hyperion.com
>
> _______________________________________________
> sqr-users mailing list
> sqr-users@sqrug.org
> http://www.sqrug.org/mailman/listinfo/sqr-users
>
>
> _______________________________________________
> sqr-users mailing list
> sqr-users@sqrug.org
> http://www.sqrug.org/mailman/listinfo/sqr-users
>
>
_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users