What I’m trying to do:
I am trying to run my app. Now ANIVL is not showing the components/objects on the page such as buttons, text boxes etc. However it is showing the code. And when I am trying to run the app, it is failing and browser showing message that this page is not responding.
I have attached the screenshots for reference. Please guide me how to resolve this issue.
Looks like you’ve got some circular logic going on
Quick Fix - Delete the Student_home
form and refresh the page
Your Student_home
form is on the LayoutForm
The Student_Home
form is using Student_Info_Update
as a layout
The Student_Info_Update
form is using LayoutForm
as a layout
The LayoutForm
has a child Student_home
form
…
Once you’ve deleted the Student_Home
Form then you can delete the student_home_1
component from the Layout_form
and go from there.
We’ll have a look and see how we could have caught the circular logic rather than entering an infinite spiral
1 Like
Thank you so much, it is working fine now.
It shows how novice developer I am and without expert’s support, I can’t proceed 
Thank you once again…
Same problem occurred again. Could you please check one more time, what is it causing now.
I’m not seeing any issues anymore, could you provide more information about what you’re seeing now?