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

smartform table header

Former Member
0 Likes
971

Hi,

I want to display table header text in smartform starting from bottom to top not as usual as left to right...How to do this? if anybody knows please help me...thank u

6 REPLIES 6
Read only

Former Member
0 Likes
724

Hi kavitha,

i think it is not possible by using table, try by using template.

Read only

Former Member
0 Likes
724

hi,

Create a template with required width. Give the height of the template the same as the table height.Create cells based on the headings required.

Now create table by giving the left margin equal to the thickness of the template.

Read only

Former Member
0 Likes
724

its a little tricky task

but its possible

there is no need to use header

do all the below steps in main area of table

first you have to decide how many rows you want to view in the table

since its an horizontal view of table i think 5 rows would be enough

make a line type with 6 columns

in the main area create as many table line as no of filed in table

in the first block of each table line add a text with static data ie the name of the field you want to display

in the rest of the 5 blocks of table line just add a loop in which you have to read first 5 rows of internal table into a local internal table for each field of the table of the type similar to filed of the tabel desired and add a dynamic text ie the value of the the filed from local internal table of the filed

Edited by: Sumesh Nair on Jan 7, 2008 10:32 AM

Read only

0 Likes
724

i am having 21 colums in my table.should i need to create 21 table line in main area?

Read only

0 Likes
724

Yes of course

what would have you done if you used in horizontal pattern

wouldnt you had used 21 blocks in a table line

its just like you have rotated the table ANGLE 90 DEGREE

now your header has become a talbe line

now is it easy to imagine the picture......:)

Read only

0 Likes
724

hi Kavitha

kindly reward points if problem resolved