george7a
24th June 2005, 09:08
I have managed to add a form button to the standard buttons near the help button in every session using the same way I can add a menu to every form. Check the attachment.

My question is: "Can I write a global script that will tell this button what to do in all the standard sessions?". :confused:
I know I activate it in any new session that I make that there is user.9 in it. Or by entering any session and add this to its settings. But I need it to work in all the sessions with out configuring all session!

I can let this button always to open the help field or any other standard option. I need to know how can activate any other task I want.

Is there a way to write a global script? Or any other way to let this button to work from all the standard session? :confused:

Please help

Thanks in advance,

- George

Hitesh Shah
29th June 2005, 20:10
Dont think one can write code for user.9 choice for all programs.

U can create a session mention as zoom session at the choice field of the form (assuming there is not zoom session already defined) , dump the form and u can run ur code written in a common session from special menu of such sessions.

george7a
30th June 2005, 08:33
Dont think one can write code for user.9 choice for all programs.

U can create a session mention as zoom session at the choice field of the form (assuming there is not zoom session already defined) , dump the form and u can run ur code written in a common session from special menu of such sessions.

Thanks for your reply. I know I can activate it by session.

Do you know any other way that it can be activated globaly?

Thanks again.

- George

george7a
30th June 2005, 15:33
I did activate fro the button option "62" which is the calculater.
What I am trying to do is activating option "48" for example which is user.0. But it is all the time disabled :(

Is there a way to create an object to user.0 ? the calculater has his object ottstpcalc. Can't I create an object for user 0 ?!

Any ideas?