cancel
Showing results for 
Search instead for 
Did you mean: 

regarding display of description

Former Member
0 Kudos

HI,

My code is developed by some one else , now iam doing rework for that,In my script

editor he used one variable GF_CP_MAKTX(40)

to display description. but iam not getting from where that value is coming. and i want to display that description in two lines could u please help me , it is very urgent for me.

i.e description

sapimplemen

tation.

Thanks alot,

RRK

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Forget about from where he is getting the value .

Since you want to print it in two lines

use GF_CP_MAKTX(20) in the first line

and GF_CP_MAKTX+20(40) in second line.

Reward points if useful.

Thanks,

Nageswar

Edited by: nageswar vattikuti on Jan 22, 2008 1:43 PM

Former Member
0 Kudos

Hi friend,

Thank u very much for ur reply, u r coding is working fine and description is displaying in two lines but in first line remaining fields are again moving left and right side depending on size of description.

Please help me regarding this.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

just decrease the length as much as possible.

And still problem persists then there are some formatting commands to delete the leading space.

That is C in brackets.

for this do one thing

write the codew as below

/: Define &V_text1& = GF_CP_MAKTX(20)

/: Define &V_text2& = GF_CP_MAKTX+20(40)

PH &V_text1(C)&

Regards,

Nageswar

Former Member
0 Kudos

Hi,

Just change the tab position for particular paragraph you mare using.

suppose if you are using PH

And

PH &Field1&,,&Field2&,,&Text&,,&field3&

so here you need to change the 3rd tab position .

So check your tab position and decrease the size

if you still face the same problem get back to me

And dont forget to reward the points

Thanks,

Nageswar

Former Member
0 Kudos

hi,

Still iam facing same problem

Regards,

Ravi.

Former Member
0 Kudos

hi friend,

Thank u soo much.

I solved my problem with u r help and awarded points.

Regards,

Ravi.