bigjack
01-10-2004, 17:14
Qualcuno è in grado di leggere questo listato?:confused:
set motorobj=server.CreateObject("wfplus.engine")
motorobj.DSN = Application("wfplusdsnname")
motorobj.User = Application("wfplusdsnuser")
motorobj.Pass = Application("wfplusdsnpwd")
gesterr(motorobj.Init())
idpers=session("username")
if len(request("bpdefid"))>0 then bpdefid=request("bpdefid")
if len(request("wfname"))>0 then wfname=request("wfname")
if len(request("wftype"))>0 then wftype=request("wftype")
stristanze=get_istanze(filtro,idpers,bpdefid,wfname,wftype)
istanze=split(stristanze,",")
set motorobj=server.CreateObject("wfplus.engine")
motorobj.DSN = Application("wfplusdsnname")
motorobj.User = Application("wfplusdsnuser")
motorobj.Pass = Application("wfplusdsnpwd")
gesterr(motorobj.Init())
idpers=session("username")
if len(request("bpdefid"))>0 then bpdefid=request("bpdefid")
if len(request("wfname"))>0 then wfname=request("wfname")
if len(request("wftype"))>0 then wftype=request("wftype")
stristanze=get_istanze(filtro,idpers,bpdefid,wfname,wftype)
istanze=split(stristanze,",")