cancel
Showing results for 
Search instead for 
Did you mean: 

how to do it??

former_member198275
Active Contributor
0 Kudos

Hi,

I am developing a smartform of TDS/Challan. Here from the print to program i have to print details in that smartform.Now the problem is that,the form contains small squre boxs. If in the name is RAM then in the name field i have to print like R in a box, A in the next box and M in th next box.Similarly if the amount is 654. it should be printed in the box provided for it like 6 in a box, 5 in the next box and so on....I have done the layout but how to fatch those data for each single box??

Please help.

Regards

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member198275
Active Contributor
0 Kudos

thanks

former_member196280
Active Contributor
0 Kudos

If is quite simple,

You know the number of boxes in advance itself... so do it like this...

For example:

NAME = 'TDS FORM'.

First box --> &NAME+0(1)&

Second box --> &NAME+1(1)&

third box --> &NAME+2(1)&

and so on................................................

similarly same for amount...move the amount to character field and remove commas and display as above.

Close the thread if your question is answered.

Regards,

SaiRam