cancel
Showing results for 
Search instead for 
Did you mean: 

Re : smartforms conditions

Former Member
0 Kudos

HI experts,

i have created the smartforms and i have developed the driver program too,

in my driver program i have an an internal table itab which i was passed to smartforms through form interface ( itab1 in smartforms )...

in itab data like this..

custno I Name I amount I sform

100 I raju I 111 I

100 Iraju I 222 I

1000 I raju I 333 I X ( ie. subtotal indicator ).... i wmt this in bold

200 I ravi I123 I

200 I ravi I 120 I

200 I ravi I 243 I X ( ie. subtotal indicator )

this internal table i pass to smartforms...

for bold i have used condiotns..

that is itab2-sform ne 'X'

normal lines

ita2-sform eq 'X'

bold line..

but i am not gettin the bold one...

can any body tell me how to overcome this problem..

Thanks & Best Regards,

Parveen.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sepuri Praveen,

I understood your problem,

I guess try to do like this :

firstly try to create 2 fontstyles : 1) ZNB - which not bold

2) ZB - which is bold.

under main window : create a tableline with one cell create two Text

and in first text line conditions tab just give

1) itab2-sform ne 'X'

100 I raju I 111 I

in second text line conditions tab just give

2) ita2-sform eq 'X'

1000 I raju I 333 which are in bold.

I hope you remember me.

Regards,

Suneel G

Former Member
0 Kudos

hi Abeam,

Thanks for ur suggestion...

i already created styles for differents tableline and i ws asiged to then also..

but still i am not getting the correct output..

yes i rememeber u if u give an perfect solution...

Thanks & Best Regards,

Praveen .

Former Member
0 Kudos

Hi Praveen..

Ok I have invited for chat just accept it and try to download SF and SF styles and send me once.

Regards,

Suneel G

Former Member
0 Kudos

Hi,

Is there anything else you can print bold in your smartform. I do not think it is the problem the decision to print or print normal.

Sometimes it helps to delete the textfeld which is going wrong and insert itagain as a new one. Not copy If you copy it some times there goes format information with it which you cannot see and cause problem.

So: 1 try to print something else bold on your forn so see if bold is working

2 delete the bold text field and insert it again (not as a copy) use the format of 1.

This will do.

Gr. Frank

Answers (0)