cancel
Showing results for 
Search instead for 
Did you mean: 

windows in smartforms

Former Member
0 Kudos

Hi all,

I must create a smartform with different windows and in every window must appear a different record from my internal table. It will look like this:

_________________________

HEADER WINDOW

_________________________

_________________________

RECORD 1

_________________________

_________________________

RECORD 2

_________________________

.

.

.

I don't know how many record there are in the table so I think I have to create the windows by code dynamically, I suppose...

How can I do this? Please help me.

Thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Cristina,

I am not quite sure of the requirement, but, you could try this.

Eg. You are printing the data in MAIN window.

/E Data

Here create a box and display your data.

Leave one line blank.

Everytime, to print your record, call this text element.

So, for printing each record, it will first print a box.

Thanks,

Dawood.

Former Member
0 Kudos

thanks so much for your reply,

but, in smartforms how can i create a box in a window?

In the window I can only add the follow elements:

-Graphic

-Adress

-Text

-Table

-Template

-Flow logic: Alternative, Loop, Program Lines, Command.

-Folder

What is the element I must add to create a box?

Thanks.

Former Member
0 Kudos

Hi,

Create Table for This

double click on the table and there is a icon called select pattern under Table Tab. Click and select the appropriate pattern.

Regards

Sandipan

Former Member
0 Kudos

Hi Cristina,

Try this.

Double click on the table eg. %TABLE1.

Select tab 'Table'.

There is a button 'Select pattern'. Click it.

Click on 'Display Framed Patterns'.

Select the pattern on row 1, column 2.

Activate your smartform.

I think this should meet your requirement.

Thanks,

Dawood.

Former Member
0 Kudos

hi,

you just take this window as main window.

it will automatically increase if records are more.

thanks

former_member210123
Active Participant
0 Kudos

Windows cannot be created automatically.Instead u can use elements.and based on the requiremts u can call the required number of elements.The data in the main window only can overflow.In other windows data cannot overflow.