cancel
Showing results for 
Search instead for 
Did you mean: 

cheque printing problem

Former Member
0 Kudos

Hi

i have a formlayout for printing the cheque. but the actual data is coming above the dedicated space lik

1) Amount in Words - coming above the corresponding field.

2) Amount in Numericals - coming on the top of the dedicated

box

3)Account Payee Name: coming above the dedicated space.

i found out the windows for 2) .

but i am not able to find the windows of 1) and 3).

can someone tell me the windows.bcause in my script layout i am able to see in the window tab amount in words but not in the pagewindows tab.

if anyone knows pls do reply immd.

points will be rewarded.

Accepted Solutions (1)

Accepted Solutions (1)

former_member188005
Contributor
0 Kudos

Venkat,

You have to debug the script and find out which field is used for which data. Then U can create ur own window at desired place and use the same text element which is riggerring the data for the fields....

regards...

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Try to put separate variable windows for each output text, at a specific position. Can u explain the problem in detail.

Former Member
0 Kudos

in the script i have windows for amount in words,name,date like that.

but i am not able to see amount in words and account payee name in the pagewindows tab for any of the pages.

i want to know what should i do to adjust these windows as i am not able to see them in the page windows tab.

Former Member
0 Kudos

Try by adjusting the Window width and height. Try by giving static text and look whether that text is displaying or not, and also test the variable values in debugging mode, whether they are populating or not...

Former Member
0 Kudos

i am not able to find the window in page windows to do adjustments

Former Member
0 Kudos

Will you please elaborate the things.