my $cgi = TeamSite::CGI_lite->new();$cgi->parse_data();my $wa_path =$ENV{'IW_WORKAREA'};
Hi , Using TS 6.1 Sol I am using on DCT form . Is there anyway to get the vpath ( or workarea ) of DCT form from where the callout script was called ?I have following dct script [HTML] Image File[/HTML] I want to get the vpath of dct in my 'Import.cgi' . But donot know how to get the vpath of DCT form ?Or if there is any way to get the workarea from where the callout script was called ?RegardsRohit Pathak
Hi ,Using TS 6.1 Sol I am using on DCT form . Is there anyway to get the vpath ( or workarea ) of DCT form from where the callout script was called ?
$cgi->{cookie}{IWPROXY_PATHTRACK}
Hi ,Using TS 6.1 Sol I am using on DCT form . Is there anyway to get the vpath ( or workarea ) of DCT form from where the callout script was called ?I have following dct script [HTML] Image File[/HTML] I want to get the vpath of dct in my 'Import.cgi' . But donot know how to get the vpath of DCT form ?Or if there is any way to get the workarea from where the callout script was called ?RegardsRohit Pathak
// before 6.5var dcrType = _iwdcWin.gTDT;var dcrname = IWDCRInfo.getDCRName()var dcrpath = parent.gWorkarea + "/templatedata/" + dcrType + "/data/" + dcrname;// 6.5 and upvar dcrpath = IWDatacapture.getDCRPath();