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

smart forms

Former Member
0 Likes
497

can we print words in color and how can we increase main area width in Main window in <b>smart forms</b>

4 REPLIES 4
Read only

Former Member
0 Likes
473

you can change the colour of the words by using the transaction SMARTSTYLES

by creating a character format and change the colour by clicking on Font tab.U can change the width of the window by just drag the window

Read only

Former Member
0 Likes
473

Hi,

<b>Describing the Form</b>

You describe a form using a Smart Form. To do this, use the Form Builder (see also: Graphical User Interface :

1. Describe the interface of the form. It results from the application data previously selected.

2. Create one or more pages. On a page, you can position windows, addresses, and graphics.

Within a window, you can create additional elements.

3. Create elements (text, graphics, tables, and so on) for each page, using other tools of the

Form Builder:

Use the Form Painter to position windows, graphics, and addresses on a page

(the other elements are displayed in an assigned window).

Use the PC Editor to write your texts.

Use the Table Painter to format your tables.

Use the flow control to control whether and when to print pages and elements.

Regards

Srinu

Read only

Former Member
0 Likes
473

go to Tcode smartstyles.

right click on character format -> create node ->give any name for character format (say C1).

change the colour of the font here..

then go to Tcode smartforms..

in output options tab of the window in which u want to use this character format or paragraph format specify the name of the smartstye. And in the text window , select the field which needs to be in different font and click on the character format in the text window..

Reward points if useful..

Read only

Former Member
0 Likes
473

and to adjust the size of the window , in the layout on the right side just drag it to the reuired size..