[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

[sqr-users] Re: Wrap Command



Nitha,

There might be two things happening here. If you are looking at the
report as plain text then you may be overwriting the text with another
print command. If this is diplaying in a web browser then it could have
something to do with the html formatting.

Also, I question the value of 200 in your print command. Does this not
mean that you are printing on the current line at position 200? For a
printed page the usual width is 80 characters, 200 would be far beyond
that. I you are using a very wide line width of say 300 then your print
command would print text from position 200 to 230 then wrap to the next
line and start at 200 again, print 30 more characters, then go to the
next line to a maximum of 5 lines.

If the above is happening, and then you view the resulting report in a
web browser, it's a toss up as to how it would display.

Bob.

> Hello group,
> 
> I have a long text field to print in the html report and using the below 
>command:
> 
> print $comments (,200) wrap 30 5 keep-top
> 
> Using the above command, I see only part of the string to be displayed.
> 
> For example: "This is the string I need to display, but did not see the whole 
>string in the report"
> 
> Displayed in the report as: I need to display
> 
>                                        whole string
> 
> Could someone tell me how to display the whole string in multiple lines using 
>wrap command? Appreciate
> your help.
> 
> Thanks,
> 
> Nitha

===
Bob Foster
I/S Coordinator
Mid-Michigan MRI, Inc.
Direct Line: (517) 364-2673
mailto:rkf@radiology.msu.edu

_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users