Recent IT Questions

1 - 20 of 101
<<PREVIOUS 1|2|3|4|5|6 NEXT>>

How do I put focus on field after spanning it?

I have an ActiveX RaiseEvent for a function to span out a form. After doing this I want it to put focus on the first field in the form. Please someone tell me this is possible     Here's what I'm trying to do and won't work. I would expect the focus to go onto the "Focus_Here" textbox and it...

Answer Question   |  Oct 29 2009  9:34 PM GMT
VBScript
asked by Chazy777

  5 pts.

Updating attachment links in Mercury/HP Quality Center

I understand that Quality Center supports VBScript. I have a task that I need to perform. We have hundreds of links to files. We are changing the location of the files and I need to run a script that will allow me to find the links and change them to the new path.  Can anybody help by providing...

Answer Question   |  Sep 12 2009  9:38 PM GMT
VBScript, Mercury Quality Center, HP Quality Center
asked by Knastera

  5 pts.

How to install Windows updates without Open File Security popup

I deploy Windows updates for new computers with VBScript. With some of the updates Open File Security popup comes up and I can't install the update passively or quietly. How can I do that silently? Software/Hardware used: VBScript

View Answer   |  Sep 9 2009  4:18 PM GMT
Open File Security, VBScript, Windows Updates
asked by WindowsServerATE

  195 pts.

VB script error

Hi Guys, Please help me out resolving this VB script error. I am trying convert a Vb script into an exe. On running the exe the error message is "Syntax error on Line 3 position 5." Below is the code in this line HKLM\SOFTWARE\BigFix\EnterpriseClient\Settings\Client\India Noida By IP Range\value

View Answer   |  Jul 16 2009  6:17 PM GMT
VBScript, VBScript Debugging
asked by Rahul Shrivastava

  330 pts.

DB2 connection in VBscript

I need to delete some records from a DB2 database on an AS400 using VBscript.

View Answer   |  Jul 7 2009  2:25 AM GMT
VBScript, DB2/400, AS/400 development
asked by Larksys

  5 pts.

Excel Page setup Landsacape

How to write a VB script to change the Excel file page orientation to Landsacpe.

Answer Question   |  Jun 25 2009  9:20 AM GMT
VBScript, Microsoft Excel, Landscape
asked by Dha

  5 pts.

adding url's to the links toolbar in IE via script

daily I have to add a couple of url's to the links toolbar for every new computer that comes into our office. it's simple to drag and drop manually but time consuming and tedious. does anyone know how I can have this done automatically with a simple batch file or vbs script?

View Answer   |  May 26 2009  6:55 PM GMT
Internet Explorer, VBScript, Batch files
asked by Toggler

  80 pts.

SQL 2005 SSIS Package to load table from positional flat file

I have a positional flat file which I need to load contents into a SQL table. I've created an SSIS package and will need to call a VB script to parse the file but since I'm new at VB and SQL I need some assistance creating the VB script. There are 4 fields in the table I need to populate. The...

Answer Question   |  May 22 2009  8:00 PM GMT
SSIS flat file package, SSIS Package, SQL 2005
asked by Dacker

  5 pts.

Extract GPO settings using VBScript

I am trying to extract specific GPO settings using VBScript. Does anyone have a sample I can use? Thanks.

View Answer   |  May 4 2009  7:56 PM GMT
GPO, VBScript, Group Policy Objects
asked by WindowsServerATE

  195 pts.

Crystal Reports 11 to create Body Mass Index chart (BMI)

need to create Body Mass Index chart (BMI) for different ages for school children. I also need to have the short details of the BMI info at the left top area. I need to do this for a web site in ASP/VBScript 3.0. I am using Crystal Reports 11 and not sure whether I can do this in Crystal without...

asked by Stabs

  5 pts.

Finding an extension -VBSCRIPT

I need help with a script I am working on. I am looking to find a file by extension, put that script in the All Users profile and have it run on startup. The problem is I need the script to go out search the C: drive and find the file by the file extension not the file name. I have written a...

View Answer   |  Apr 24 2009  9:28 PM GMT
VBScript
asked by Saianng

  5 pts.

Recordset clobbers asp page

I am using Dreamweaver CS4 VBScript asp pages. I have a database sitting on a SQL server. My connection resides on the server, not my machine. I build a page with just text and I can go to it just fine and then I make a recordset using the connection to the SQLserver, point to the correct table and...

View Answer   |  Apr 20 2009  7:02 PM GMT
Dreamweaver CS4, Recordset, SQL connection
asked by Scuzantip

  20 pts.

What is the Excel VBScript for the following...

Avatar I put a value in cell B1 and a value in cell C1. Then, when I put a value in A1, I need both B1 and C1 to over-write themselves and become the product of A1*B1 and A1*C1. The same for A2,B2,C2 and A3,B3,C3, etc

View Answer   |  Apr 8 2009  4:05 PM GMT
Excel macros, Microsoft Excel, VBScript
asked by Bebchi

  15 pts.

help with a vbscript to copy files to a remote computer and overwrite a file if it is already there...

I already have the script to copy the files over and it is working on my local pc. All pc's are on the same domain. Set FSO =CreateObject("scripting.FileSystemObject") FSO.CopyFile "\\SAN1\Files\*", "c:\Metatr~1" ,True

View Answer   |  Mar 18 2009  5:27 PM GMT
VBScript, VBScript Functions
asked by Dlynn

  15 pts.

Passing selectedIndex value from ASP page to VBScript

the functions used are: <Select name=MaxBuyerCode onChange="<%=display(document.usercreateform.MaxBuyerCode.selectedIndex.value)%>);"> the function display is and include file .inc which is <% Function display(chosen) ???? ???? End Function %> this gives an error...... how...

View Answer   |  Mar 12 2009  7:18 AM GMT
ASP, VBScript, onChange Event
asked by Ads11

  5 pts.

vbscript email message lenght limits?

Is there a "total message length" limitation for Excel Macro Emails? I'm new to vbscripting and thought I had successfully created code to email Excel data via a macro. I have written the macro to send up to 30 lines of information, but have discovered that the number of lines I can actually send...

asked by Crbsa

  5 pts.

How to send an email (status report) automatically from a client system to remote server

Hii All, I have a task running on client machine.as soon as the task ends i need to send an email notification to the remote server the status report of task. Is there any VB script or the other way to do this.

View Answer   |  Feb 25 2009  9:14 PM GMT
VBScript, Automated Emails, VBScript Email
asked by Infocion

  5 pts.

VBScript that logs in a user to remote server

Hello, I'm working in server 2003, remotely. I have a few schedule tasks, each running a business program i'm working with and a vbscript which checks that the program ran successfully and suppose to send an e-mail report. All of this happens during the night, when i'm logged off from the server....

View Answer   |  Feb 21 2009  7:19 PM GMT
VBScript, Windows Server 2003, Login scripts
asked by Razz

  5 pts.

Windows Script Host - LOVERAHULSAS.vbs

when each time i started my computer i faced an error message before the desktop loads. it says as cannot find the script file "c:\WINDOWS\System32\LOVERAHULSAS.vbs". cananyone tell me how to fix this problem?

View Answer   |  Feb 21 2009  8:14 AM GMT
LOVERAHULSAS.vbs, VBScript virus, Virus removal
asked by Gopikannanraj

  5 pts.

exchange data between Client (vbscript variable) and Server (PHP)

I have searched far and wide on the net for an easy answer to how you can gather client information using vbscript through a website and pass that data to a server. I still have not found a cut and dry easy method. Is there some way that I am not considering to achieve these results? I want an...

Answer Question   |  Feb 5 2009  9:13 PM GMT
VBScript, PHP
asked by R2JR

  50 pts.

1 - 20 of 101
<<PREVIOUS 1|2|3|4|5|6 NEXT>>