cancel
Showing results for 
Search instead for 
Did you mean: 

Smart form - price values alignment

Former Member
0 Kudos

Hi,

In my smartform

I have declared some constant price values and when I am printing the form the values are not aligning to right.

I mentioned the format paragraph right align - its aligning the complete line to right not the price value.

can any one tell me how to solve this issue.

Example.

C_value1 type BETRG value '500.00',

C_value2 type BETRG value '3000.00',

I want to show the values in the output

Price for the Material - $ 3000.00

Price for the Material - $ 500.00

2. How to pass blank space through the paramter to the form?

c_space type c value space .

c_space type c value ' '.

I tried both but its not working.

Thanks a lot for your time.

Venkat

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Venkat,

Create a smartstyle. tnx smartstyles

Create a paragraph type

in the the paragraph under tabs. You can choose Alighn with decimal place.

use this style and paragraph format in your smartform

it will work