Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Variable calculated in source code of smartform not displayed

Former Member
0 Likes
785

Hi experts

I have calculated a variable in the program lines of a smartform . Immediately below it I am printing it in a text .

But the changes made in the code are not transferred ..I ve given the variables in output & input parameters in source code.

But am unable to identify the problem.

To be specific , I am passing cheque nos in smart forms and printing a layout . If i give one cheque no it works perfectly but if give 2 or more cheque nos this problem . i ve kept breakpoints in source code and see that the values are calculated properly . the only thing is that the value calculated is not transferred when it comes to text .I am totally clueless .please help out .

Hi experts

I have calculated a variable in the program lines of a smartform . Immediately below it I am printing it in a text .

But the changes made in the code are not transferred ..I ve given the variables in output & input parameters in source code.

But am unable to identify the problem.

To be specific , I am passing cheque nos in smart forms and printing a layout . If i give one cheque no it works perfectly but if give 2 or more cheque nos this problem . i ve kept breakpoints in source code and see that the values are calculated properly . the only thing is that the value calculated is not transferred when it comes to text .I am totally clueless .please help out .

6 REPLIES 6
Read only

Former Member
0 Likes
760

hi

try by putting loop in smartforms...

Regards

Smitha

Read only

0 Likes
760

Hi

Its already in loop only .Any other suggestions ?

Read only

Former Member
0 Likes
760

how many pages are there in ur SF? Means how many pages u have created in it ? Is there any Go to next page u have mentioned?

Read only

0 Likes
760

I have only one page .inside that a table in teh atble footer this problem comes

Read only

0 Likes
760

R u sure that there is no clear statement before going to footer? u check in debug where value is not comming. By debuging I hope U can solve this problem.

Read only

Former Member
0 Likes
760

solved problem myself