Hi,
i have one box in script in that im displaying cash receipt which contains amount in words with under line then im giving one blank line then by cash/check as shown in below..
Output coming like this :
* the sum of &LV_AMT_WORDS&----
-
here providing one blank space....then
* by Cash/Check No:<U> -
</>Date<U> -
</>Drawn on
<U> -
</>
Now in my case requires like this:
* the sum of &LV_AMT_WORDS&----
need one line space
-
amount in words
here providing one blank space....then
* by Cash/Check No:<U> -
</>Date<U> -
</>Drawn on
<U> -
</>
in my case if amount in words is coming more char automatically it is coming in next line..but i need to provide blank line specified above.
cheers,
Dileep Reddy.