Hi,
I just migrated my dev machine from TS 5.5.2 to TS 6.0L
While I'm able to reuse my old datacapture.cfg for METADATA for most of the data items, the CGI call-outs are not working properly.
When I click on a callout button for calendar, it shows the calendar GUI, but when I click on a date, its not returning the value back to the form. The window remains as it is.
When I try to print the value of iw_form_name from my callout program's javascript, it doesn't show anything.
I'm using following statement to print the value
In the perl code,
my $form_name = $cgi->{'form'}{'iw_form_name'};
In the javascript,
var calloutForm = eval($form_name);
alert("Formname = " + calloutForm);
The program doesn't execute any statements after above alert statement.
The same script when called from the DCT works fine.
TIA
Edited by ashish_deshpande on 02/18/04 02:32 AM (server time).