Thanks for the detailed response.
Jeff
-----Original Message-----
From: Rowe, Robert [mailto:rrowe@GNILINK.NET]
Sent: Monday, December 31, 2001 9:37 AM
To: ARSLIST@LISTSERV.VISTAIT.COM
Subject: Re: A simple Perl question - I hope
If I understand your question at all: you want to run a Perl script to return a value to a field currently displayed on the screen without the user having to save the form, do a search or anything of that sort. Is that correct?
Usually, Perl scripts run on the server so all ARS clients have access to them. The form you wish to update resides on the client machine in the User Tool. Unless your users save the form and run a Perl script that will change the field's value in the data file via the ARS API, the results of the script cannot be displayed in the user tool in the form displayed on the screen.
Perhaps you could find a way to have a Perl script resident on each client machine do this. You would then have to find a way to make the script update data in the User Tool and I have been unable to find an API call with this functionality. You would also have to install and maintain this script on each and every client machine.
-----Original Message-----
From: Jeff Roberts [mailto:JRoberts@SAIONLINE.COM]
Sent: Friday, December 28, 2001 3:45 PM
To: ARSLIST@LISTSERV.VISTAIT.COM
Subject: [ARSLIST] A simple perl question - I hope
How do I return a value from ARSperl to the Remdy user tool? I had planned to have the user execute the script via a button with set fields $PROCESS$? I know how to create a new record or modify an existing one, but I want this to come back to the screen. Any ideas? Sounds simple, but I can't figure it out.
Thanks,
Jeff