2016 Mar 29 4:34 AM
Hi all,
I'm facing one issue in smart-forms table line cells which is described below.
In table main area I'm having three lines. First line is to print some texts only on first page.
Second line is to print the line items. I'm printing only 7 items per page.
In third line I'm printing some texts after the 7th line item based on condition. If it is true it should print the text else it should not print the text.
The problem is, if it is true the value is not getting displayed. If it is false the value is getting displayed ( I've checked for testing purpose ).
I've had set a break-point and checked for true part the value is getting populated correctly but it is not displayed.
Please help me to resolve this issue.
Regards,
Manivel S
Hi all,
I'm facing one issue in smart-forms table line cells which is described below.
In table main area I'm having three lines. First line is to print some texts only on first page.
Second line is to print the line items. I'm printing only 7 items per page.
In third line I'm printing some texts after the 7th line item based on condition. If it is true it should print the text else it should not print the text.
The problem is, if it is true the value is not getting displayed. If it is false the value is getting displayed ( I've checked for testing purpose ).
I've had set a break-point and checked for true part the value is getting populated correctly but it is not displayed.
Please help me to resolve this issue.
Regards,
Manivel S
2016 Mar 29 1:42 PM
Dear Manivel,
Can you expand false node also and send the screen shot
2016 Mar 29 1:57 PM
Easiest way to find out what is wrong: scan the function module (the one that contains the actual code of your form) for one of the variables of your condition. Put a break-point there. And debug.
In your example, the condition doesn't get fulfilled, as in: both variables are never equal. Or might it be you've a forced page-break somewhere that resets your counter, or something?
2016 Mar 29 2:24 PM
Hi Prakash,
Right now I don't have any elements in false node. For testing purpose I've added one text element and it was worked.
For example I'm having text value as 'TEST' in false node, then it is displayed after each line till 6th row.
While coming to 7th row the condition became true and it is coming to true condition but the value is not getting displayed.
Regards,
Manivel S
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |