cancel
Showing results for 
Search instead for 
Did you mean: 

Smartforms - Margin Problem

former_member184029
Participant
0 Kudos

Hi,

I have a big problem wich I try to solve, an smartforms was created and my requeriment is fixed this is almost finish but there is only one thing that I need so solve: There is a Main window with a table wich contains Header, Main Area and Footer, my problem is on Main area where there are one row and three cells (Code, Desccription and Value) that left margin is 0,00 cm for Code but when smartforms is printed, the margin printed on the voucher is not correct.

Please I need a big help!!!

Thanks in advance, points regards

Tokio

Accepted Solutions (0)

Answers (7)

Answers (7)

former_member184029
Participant
0 Kudos

I solve it!!!

Former Member
0 Kudos

hi can you please let us know how u solved it.

Mark all the usefull answers

Former Member
0 Kudos

Hi

Could u please tell me how do u solve this problem, because i m facing the same problem.

Regards

former_member184029
Participant
0 Kudos

Hi,Pankaj Naresh & sangeeta

Guys sorry I saw your notes a little late, hope this will be helpfull:

Try to put a "C" at ending of a var, as Matt Nagel suggested to me, for example you have a TEXT on your SMARTFORMS, inside you have &DATA1&, you will change as:

 &DATA1(C)&

Regards

Tokio

former_member184029
Participant
0 Kudos

Thanks a lot!!!

I solve my problem

Tokio

Former Member
0 Kudos

Hi Toki,

I am facing the similar problem. I am printing some text on my smart form and have given the left margin as 0.00 but still when I print the form, i get around 1.5 CM space on the left.

Please suggest a solution.

Thanks and Regards,

Pankaj Sharma

former_member184029
Participant
0 Kudos

Hi, thanks to all

I checked all thing you posted but my problem still there, this is an example of the data showed on smartforms

Normal Value must be:

<b>Code Description Value</b>

10003 Testing data 35.000,00

Real values printed (Smartforms):

<b>Code Description Value</b>

<------10003 Testing data 35.000,00

This space is my problem (<---)

Main window has :

Left Margin 0,03 CM Width 12,80 CM

Upper margin 12,20 CM Height 0,83 CM

Table (Output options)

Style SMF_STYLE

Thanks

Tokio<b></b>

Former Member
0 Kudos

Hi,

Check the paragragraph you are asssigning to the text in SMARTSTYLES Transaction code. In the "Indent and Spacing" tab of paragraph make Alingment as LEFT Aligned & LEFT MARGIN as 0,00.

Reward points if helpful answer.

Ashvender

former_member184029
Participant
0 Kudos

Ashvender

I cheched "Idents and Spacing", these are the values in SMARTSTYLES

<b>Alingment</b> Left-aligned

<b>Ident</b>

Left Margin 0,00 CM Indent First Line 0,00 CM

Right Margin 0,00 CM

<b>Spacing</b>

Space Before 0,50 LN Line Spacing 0,50 LN

Space After 0,50 LN

Thanks

Former Member
0 Kudos

If I understand your problem correctly, the Code has leading spaces.

When printing the Code field add the formatting option (C).

&Code(C)&

Former Member
0 Kudos

hi,

i think the left margin u r telling about is of main window if u give 0.00cm in left margin u will not be able see the starting line so change the length of left margin

as 0.06cm.Is this ur problem or something else,pls do reward if this is useful or send the query in detail.

marius_greeff
Active Participant
0 Kudos

Hi,

It is possible space's in the field code that will have it seem to print not against the left margin. If so you can use the foating in your code field by defining it &code(C)& wish condence the blank space's

Regards

Former Member
0 Kudos

is it displaying the worng value...!!

put a break point in initialization and check the intab values u r using.. whter the values or populatiing correct or not.. chech whether u r using correct dataelement for the VALUE fieldu r using.

Former Member
0 Kudos

Hi,

Are u providing laft margin in table control? Then try giving left margin for window.

Ahven