Hello;I have a form which have actions both in Web and Notes. The Notes ones appear in Notes without any problem,whereas the Web ones do not appear in Web. Their codes are in javascript. The Action bar appears with applet java. There are no hide formulas. Nothing that will make it hide from Web. The action bar itself is not appearing in the source!!Can anybody please tell me what could be the prob?
Subject: Actions disappear in Web!
Hi Shamila,
Check Databade property-> basic Tab-> Use java script when generating pages. option.
If this option is not checked in database property it display only default submit button.
hope it will solve your problem.
“Have a nice day”
Regards
Anand
Subject: RE: Actions disappear in Web!
And also make sure, that your JavaScript really is written in the web (or common JavaScript) section, not in the client section (which can happen quite easily).
Subject: Actions disappear in Web!
Both solutions given by Anand and Harkpabst i checked,the property was already checked for the database and the codes are in Web and Javascript. So no problem there too.What else can be the prob??? I deleted all actions and recreated only one for Web,then too the action bar not appearing,even in the source!!!
Please anybody there has any solution?
Subject: Actions disappear in Web!
I found the solution!!The form was corrupted! I deleted the form and recreated it then recreated all the actions…Then only they appeared!Thanks to everyone qho tried to help me!