I have a checkbox on a form. When the box is checked, I want to disable editing of the current record, including the ability to turn the checkbox back off. The checkbox is a final approval field and once it is checked there is no turning back, so to speak. I've got the following code in the...
I'm sending an html formatted email using CDOSYS. When the message body exceeds 8k, it seems to mangle the body. Does anyone know of a message size limit with CDOSYS?
I used DTS to export data from one server to another. I selected stored procedures to export but it also replaced table data. Is there any way to recover the data that was in the table before the export routine replaced it?
I guess what I'm asking is how to identify this user when he accesses the site. Request.ServerVariables("REMOTE_USER") is not returning anything. Is there another way to uniquely identify a user other than setting a cookie?
I need to block a particular user from accessing a page. I thought I could use Request.ServerVariables("REMOTE_USER") to detect his machine name and block him that way, since his IP address is dynamic and he's savvy enough to delete all his cookies...
My ASP app is connecting to an Access database. I want to pull records in based on a query that is already built in Access. The query requires one input paramater. Is there a way to call the query from ASP and pass a parameter, similar to calling a SQL stored procedure?
It turned out that proxycfg did not fix it. I had to make adjustments to the firewall.
FYI - the WinHttp object does not use the standard ports(80, 8080, 443, 8443). In our case, it was using port 2317.
I'm not sure about ServerXMLhttp, but my guess is that it works the same way.
proxycfg...
Are there any issues with the Autonum type field getting too big?
I have a report that's based on a query that brings records in sorted by the Autonum field ascending. The records are coming back out of order when the report prints.
The only thing I can figure is that the table has gotten too...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.