cancel
Showing results for 
Search instead for 
Did you mean: 

Text in the loop of a window in smart form is not displayed

former_member283828
Participant
0 Kudos

Hi,

I have created a loop in window and inside the loop I have created a text.

There is static text which is typed explicitly and dynamic text from the global interface fields.

I am not able to see static as well as dynamic text in the smart form preview.

The window is of type secondary window and no other window is overlapping the window.

Thanks & Regards

Kiran Kumar K

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Just try to check the if there is any condition on the TEXT or otherwise you can debug the smartform to check the values.

Hope this will help you.

Jatender

Former Member
0 Kudos

Hi

Create a table in window and then pass the variable. You have to specify the internal table in loop condition in the Data tab inside table.Then insert the variable in the text.

former_member217544
Active Contributor
0 Kudos

Hi Kiran,

Check the data in the internal table which you are looping. If there is no data in internal table then it wont go inside the loop and so it wont reach the text node inside the loop.

Regards,

Swarna Munukoti.

Former Member
0 Kudos

Hi,

Try keeping the break point before the loop and check.

Regards,

Aditya