Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

smartforms

Former Member
0 Likes
854

dear all,

I want to display column values vertically in smart form.

Eg.,

Material No Material Description

1001 Biscuit

It cant show it here , actually i want to tilt the values vertically

7 REPLIES 7
Read only

former_member195383
Active Contributor
0 Likes
822

Make use of table in the smartform....

Pass the table from the print prgm and the same can be displayed in smartform..

Read only

Former Member
0 Likes
822

Hi,

To display it vertically,create a window which is having small width and long height.So the text would be printed vertically.Or you can make use of table or template.

Read only

0 Likes
822

thnx,

Actually my requirement is....i want "1001" to be tilted anticlockwise 90 degree.

Read only

0 Likes
822

Try to use the landscape option for printing the form.

THis option is there in the Form Attributes i think .

Read only

Former Member
0 Likes
822

concatenate in string and then display.

Read only

Former Member
0 Likes
822

In the "output options" tab of a page, you see Page format.

Make it "Landscape".. It may help u.

Read only

Former Member
0 Likes
822

mainwindow--->double click on table>choose select pattern button under the table tab-->this will give you the lines ....