Hi
I have a procedure i would like to add to my cgiexpert file upload app. this procedure was originally written to accomodate my WebBroker cgi app.
function CheckID(cID: string; Response:
TWebResponse; AppOpt: Integer):
boolean;
The compiler doesnt like TWebResponse, what does cgiexpert use instead? or how do i get it to recognise this component?
I have a procedure i would like to add to my cgiexpert file upload app. this procedure was originally written to accomodate my WebBroker cgi app.
function CheckID(cID: string; Response:
TWebResponse; AppOpt: Integer):
boolean;
The compiler doesnt like TWebResponse, what does cgiexpert use instead? or how do i get it to recognise this component?