azmanmtm
7th September 2011, 11:29
I use the function available in the system to convert numbers into word. Now I have problem to print the string since it is 65 chars long and my cheque can only accomodate 45 chars. Is there any idea to wrap up the string into 2 lines without having to cut in the middle of the work such as hund and red in onother line.
bnbhatt
9th September 2011, 12:56
Please post your query under tools and technical since response can be given by programmers.
Regards
darpan
9th September 2011, 20:55
u can do it useing 2 form fields each of domain tcmcs.str45 and then striping your 65 characters into 45.
Regards and Thanks
Darpan
azmanmtm
12th September 2011, 02:38
Dear Darpan
I'm not quite understand what you mean? Do you want me to declare the item to be from domain tcmcs.str45
Felipe_Saavedra
14th September 2011, 21:43
there is a function named itfcmg005.break.the.string(...) if you have source you can check it out.
However the main idea is to move the whole description into a large string like 240 character or more. then you create 2 or more 45 lenght character and you do a copy from the 240 string into the 45 strings if there is capacity to have the complete word hundred. If you have space you placed on teh first 45 string otherwise you placed on the second one.
Hope it helps.
Felipe
darpan
20th September 2011, 02:16
Dear Friend,
I just wanted to say the same thing u can have 2 form fields
domain tcmcs.str45 form.field1,form.field1
here u can assign the forst 45 values into this form field. and another 20 into the corresponding second one.
hope it is clear now.
Regards
Darpan
darpan13@gmail.com