Question on Remedy thin client html markup for buttons

2013-01-05 Thread Angus Comber
An example button on a form with text="Dial" and fieldid=536870914 has this markup: Dial I want to programatically find this button using javascript. The easiest way is to find by id. My question is why is the fieldid prepended with WIN_0_ Is this consistent? ie could it be WIN_0_ for one

Re: How to create an 'always present' section

2013-01-05 Thread Angus Comber
Being able to open forms inside a view filed looks interesting. ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org "Where the Answers Are, and have been for 20 years"

Is there a way to get a Remedy button click to call a Javascript function?

2013-01-05 Thread Angus Comber
I want to call a Remedy Javascript function which would be triggered by the click of a button. Is it possible to configure an active link to call some Javascript code? Or any other way of doing it? ___ UNSUBSCRIBE or a

Re: Is there a way to get a Remedy button click to call a Javascript function?

2013-01-05 Thread patrick zandi
In the past I have put a javascript in the header, but I have not done that in a long time.. Can I ask why do you need a javascript to do something.. is it not possible to do it in remedy as it is? On Sat, Jan 5, 2013 at 11:06 AM, Angus Comber wrote: > ** ** > I want to call a Remedy Javascript

Re: Is there a way to get a Remedy button click to call a Javascript function?

2013-01-05 Thread Angus Comber
I already have the javascript function available on the Remedy form which I am using. I have worked that bit out. But I need to be able to invoke it from a button. I added a button and created an active link with a Run Process associated with the button click. In the run process I just add

Re: Is there a way to get a Remedy button click to call a Javascript function?

2013-01-05 Thread Angus Comber
Ah trial and error works! In my Run process I just entered the function like callme(); But you have to prefix with javascript, ie: javascript:callme(); ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org "Wher

Re: Plugin Server

2013-01-05 Thread Walters, Mark
You could use a shell script, which can be started by armonitor, to run a separate instance of the C plugin server and use the script to reset the environment to use the 32-bit Oracle client. A bit more work but I think it should work. Mark From: Actio