Hi,I am using Teamsite 6.5 on Solaris...I have a workflow, in which i have a CGI task which calls for "z_calendar.ipl"...The "Approver" selects the due date form calendar.(i.e selects the date from calendar popup and the due date is set)..and than only the workflow proceeds for him to Approve or reject..But as i have seen z_calendar.ipl is used only within dcts...and also can be used for WorkFlow instantion screen...But in my case i want to use it within workflow....Because when i run this i gives me error "fatal error did you close the window..." i Know y this error is occuring, since i am calling it from workflow and not form DCT...(Since this ipl searches for DCT form..) So can ne one help me modify this ipl so that i can use it "in workflow"...thnks...
(kind of new to perl) Actually i tried it...thts y came to know; it uses DCT information..[...] But here problem is i cant get formname for it to work..because of that, this willnot wrk at all..(code in z_calendar.ipl) var calloutForm = eval($form_name); if (!calloutForm) { return false; }And will always return false and hence tht alert errorIs there some interpretation mistake??..Please help me out...Actually i even tried out..workflow_job_calendar.ipl..but even in tht same problem..i dont how to get form name...Because the genearted html itself is CGI generated.....I know m goin wrong somewhere....Please help me out...