When I right click on anything the Symantec installer starts, if I cancel it a few times, it gives me the drop list as it should. If I let it continue , it says it can find the proper file.
Any ideas how I can fix this?
If you go to the Management Console, and then properties for the application, then to Application Appearance, are you using a custom session window size?
We were having the same problem on one of our clients. I uninstalled the ICA client and started from scratch. That worked.
Thin clients or desktops? I know of a few thin clients that support dual monitors. If desktop, have you checked the display applet in the control panel to see which monitor is set as primary?
Here is the code for the initial index.asp file:
<!-- Code snippet begin -->
<html>
<body>
<form action="go1.asp" method="post">
<input type="text" name="strName">
<input type="submit" value="Submit">
</form>
</body>
</html>
<!-- Code snippet end -->
When I click the 'Submit', the variable...
Try the following:
set conn = Server.CreateObject("ADODB.Connection")
with conn
.Provider = "Microsoft.Jet.OLEDB.4.0"
.Open "C:\Databases\MyCompany\db2000.mdb"
end with
Hi everyone. This may be how ASP works, I'm not sure. Here is the dilemma - I've created 4 ASP/VBscript pages that act as an application (page 1 of 4, 2 of 4, etc). I'm trying to pass hidden variables to the following page. From the first page to the second page, everything works OK...
I viewed the application log on the webserver, and saw that I needed to grant activation permissions for the IUSR account. I found them in the Component Services snap in and made the appropriate changes.
Basically, the macro prints an Access report to a .PDF file in a certain directory...
Hello all! I've created a macro in Access 2003 that I'm trying to run from classic ASP. The macro generates a report and automatically prints it out, and quits the application. When I run the macro alone, or from a batch file (msaccess <filespec> /X:<macroname) it works fine.
However, the...
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.