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

Smartform is not getting called

Former Member
0 Likes
628

Hi all,

i have created a smartform, which is not getting called, i have debugged it and found that each data is passing through it correctly,

but not getting called at all. What can be the reason ?

1 ACCEPTED SOLUTION
Read only

former_member187748
Active Contributor
0 Likes
601

Hi,

if all data is getting fetched correctly, then just check the length and height of your smartform elements,

it might cause any problem, please ensure the templates , the tables you have used is not exceeding

your main window.

If everything is ok, then please debug and see the point from where it comes out of smartform.

FYI : Please check that the height is not more than your main window height in case of templates and tables in smartforms,Because for width if it exceeds, then will throw an error, but if height is more then smartform will not get called.

Hi all,

i have created a smartform, which is not getting called, i have debugged it and found that each data is passing through it correctly,

but not getting called at all. What can be the reason ?

2 REPLIES 2
Read only

former_member187748
Active Contributor
0 Likes
602

Hi,

if all data is getting fetched correctly, then just check the length and height of your smartform elements,

it might cause any problem, please ensure the templates , the tables you have used is not exceeding

your main window.

If everything is ok, then please debug and see the point from where it comes out of smartform.

FYI : Please check that the height is not more than your main window height in case of templates and tables in smartforms,Because for width if it exceeds, then will throw an error, but if height is more then smartform will not get called.

Read only

0 Likes
601

Hi Sanjeev,

i have just reduced the height of  one of the template we have used, and its working fine.

Thanks a lot.