cancel
Showing results for 
Search instead for 
Did you mean: 

windows problem in smart form

Former Member
0 Kudos

Hi ,

in smart form we are going to display the ouput based on languages.

here the requirement is for one languge we need only the standard text in first page of PO. (languge : danish )

( but here in the form the first page is having logo , other secondry and main window . same as next page

(this is for languages french and spanish ).

here my question is that i have to print standard text in first page after that other windows to be printed

(this is for languge : danish )

please help me regarding this .

Thanks nagi.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi nagendra,

Create two pages:

page 1 for the standard text.

page 2 for the logo and other window.

In the global defintions --> initilialization tab --> include

if w_page = 1.

control_parameters-startpage = '%PAGE1'.

else.

control_parameters-startpage = '%PAGE2'.

ENDIF.

and display accordingly.

Regards,

Sravanthi

Answers (2)

Answers (2)

Former Member
0 Kudos

hai,

sfsy-page = '1'. in condition tab of text .

in text editor while specifying standard text specify lang = danish.

sfsy-page ne '1'. in condition tab of text .

in text editor while specifying standard text specify lang = etc .

maintain the standard text in all lang u want.

shan.

Former Member
0 Kudos

Hi,

Please give condition language is danish for Window of standard text.

and

For this --> but here in the form the first page is having logo , other secondry and main window . same as next page

Give condition as not Language is Danish

Simply put conditions as like below.

If you want some window for danish V_langu = 'Danish'.

for other windows V_langu <> 'Danish'.

Regards

jana

Edited by: Janardhan Reddy on Oct 14, 2008 2:38 PM