smusba
15th September 2008, 12:32
Dear All,

I get a peculiar error. My form is not displayed if I run the script, but form is displayed when there is no script. I have attached the script.

garima
15th September 2008, 14:22
Hi
Since you are executing end.program in before program section so your form is not displayed. end.program :Ends execution of the session

smusba
15th September 2008, 14:59
Thank you my problem was solved but now it is taking very late to display the form

mark_h
15th September 2008, 16:01
I noticed in the code no indexes were being used. I recommend stepping thru the code in debug mode to see which of the queries are taking so long. Then try to improve those queries.