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 &...
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 + "'...
Hello, For some reason my page width is 990. I want to constrict the width to 550px width. Can someone help me here is my code snippet.
<link type="text/css" href="css/cupertino/jquery-ui-1.8.custom.css" rel="stylesheet" />
<script type="text/javascript" src="js/jquery-1.4.2.min.js"></script>...
Hello added a navigation javascript to my page with an existing slideshow javascript. The slideshow javascript loads fine. The navigation javascript doesn't load. Can someone assist me. Here is my code snippet.
Html
<script type="text/javascript">
function initAll() {
var allLinks =...
Hello, I'm trying to write a script that will copy a whole directory of folders to another location and overwrite the files in the destination folder. The problem I have now is that this script will only copy one file or one folder. I need to be able to copy a directory full of backups
Can...
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.