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
Smart form - price values alignment