I have a macro that calls import queries to import a table from an offline computer to network table database. I would like the macro to update the data in the network table database. It is overwriting the data in the network table database. How do I fix this?
Hello I have a page file script that works fine in Windows XP. However it doesn't work at all in Windows 7. Can someone help me?
strComputer = "."
Set objWMIService = GetObject("winmgmts:{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")
Set colPageFiles =...
Hello, I was wondering if it is possible to change this code so that it checks Overwrite events as needed instead of Overwrite events older than 14 days?
strComputer = "."
Set objWMIService = GetObject("winmgmts:" _
& "{impersonationLevel=impersonate,(Security)}!\\" & _
strComputer &...
I removed the two single quotes. Now this code error comes up Line 13 Char 4 Error Object doesn't support this property or method: 'wmiSWbemObject.Put' Code: 800A01B6 strComputer = "."
Set objWMIService = GetObject("winmgmts:" _
& "{impersonationLevel=impersonate,(Security)}!\\" & _...
Hello, I'm trying create an event log script that will let me set the maximum log size. Here is what I have so far and I'm getting errors when I try to run it. Please assist
strComputer = "."
Set objWMIService = GetObject("winmgmts:"
& "{impersonationLevel=impersonate,(Security)}!\\" &...
Hello, I have any install script that I want to show a complete textbox after the software installs. My problem is that the textbox is coming up while the software is still installing. Can someone help me? Here is my code:
Dim WshShell
Set WshShell = CreateObject("Wscript.Shell")
On Error...
Hello, for some reason the services in our Backup exec 12.5 has stopped working. The only way that I can get the media label to work again is to the restart the services.My other problem is that backup aren't running.How do i fix this? Here is the job log
Error : e000e020 - The job...
Hello, I was wondering if someone can show me how to add a text bar to bottom of my pics in my imageslideshow script. Here is my code:
<body topmargin="5" leftmargin="0" marginheight="0" marginwidth="0" onload="runSlideShow();initAll()">
var crossFadeDuration = 3;
var Pic = [];
Pic[0]...
Hello I have a TOC script that works in Firefox but not in IE 7. Can someone help me? Here is my code:
Javascript
script.js
$(document).ready(function() {
$("#toc")
$("H5").each(function(i) {
var current = $(this);
current.attr("id", "title" + i);
$("#toc").append("<a id='link" + i + "'...
I have a 550 width limit on the website i'm uploading it to. There is white space on the right side of the page. How to define the width of the whole page to not go over 550px?
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.