Converting the string "3,4,5" to integres like 3,4,5
I used the gridview with checkboxes to select each row in it. when multiple checkboxes are checked the may variable stores the value of very first field in the gridview i.e Id in it like "3,4,5" i used...
View ArticleASP email contact form - headache!
Hello I have a 'test' contact form that I am keen to incorporate into a Web site, but I am getting an error. I have lost count of the amount of hours I have spent trying to put things right! The form...
View ArticleParent-child path problem
Hello, I am working in Excel and I am not advanced user of VBA, but I think I need VBA for this problem. http://www1.zippyshare.com/v/Tai8KolJ/file.html If there is anyone who might help, I would...
View ArticlePrivateKey Passphrase scripting for VB Script?
I currently have a process setup with Task Scheduler on my PC which uses WinSCP to connect to a server and grab a file. My PC is almost always on with Pageant running (already having put in the...
View ArticleDisplaying errors in ASP page?
Hello On an email Web form when an error message is made visible to the user - for example 'you haven't typed anything in the email field' the form disappears from view and the error messages are the...
View Articlereferencing an iframe
Good Day, I am attempting to write a script that will automatically fill out a webform. I have succeded, in having it open the form and then fill out the text boxes, by using something like this:...
View ArticleVBScript Connection oracle in sys
hello I need to connect in sysdba on Oracle from Vbs. For retrieve the state of the database (Open mount ...) because the user system can not connect when the database is on mount. I use this command...
View ArticleReplacing Chr(10) in CSV File
Hi - Need to ask for some help. I have a CSV file that is full of carriage returns and can open the file in Excel and use find and replace using alt 010 and this works. However I would like to use...
View ArticleVBA Value comparison error
I do not understand why this script does not work I have tried several scripts, so I must be missing something Private Sub btn_OK_Click() 'button on form to accept the value entered Dim MyResult, Var1,...
View ArticleVBS for uninstall a Windows installer
Dear all, Can someone please help me out with this script? I can't make it work. I am not so familiar with the vb script :( Thanks for your help!!!! Code: Option Explicit 'all variables must be defined...
View ArticleVBS for click on a html(css) button
This Is a part of the code running on the webserver: <td><INPUT TYPE="button" VALUE="ON " onClick="parent.location='/?H3'"></td> Now I want to write an VBscript to click on the...
View ArticleError Messages Received
Dear Friends, I am having some trouble clearing the attached 6 error-messages. I have also attached the script associated to the errors. Does anyone have a idea how to clear them ? Many thanks in...
View ArticleRestart Modem Script help
Basically here is the solution I'm looking for. I want to be able to have Windows 7 detect when it doesn't get an IP from DHCP and run a script. So I think I can use Task Scheduler to do this but need...
View ArticleAdd SQL Parameters via VBScript
Can someone please tell me what's wrong with the following code? It's erroring on the CreateParameter steps: Set cnRRIPasswordChange = Server.CreateObject("ADODB.Connection") Set cmdUser =...
View ArticleSystem process (dllhost) not being killed properly
Hi, I have this small script that should kill dllhost (yes i know this is not an elegant solution and shouldn't be done this way), but its only for a few months time before this server is retired. So...
View ArticleNeed a little help with creating a pivot table using VBScript.
I hope someone can help me. I have a VBScript program to read a flat delimited file into Excel and then try to create a pivot table. My data looks a bit like this: Segment Amount 1 Amount 2 Corp 100.00...
View ArticleUnable to use C# COM component in Classic asp page
Hi All, I have developed a C# COM component and registered successfully with regsvcs. I can use this component in VB6 and able to run the VB6 application with out any issues. But when I am trying to...
View Articlemaking a url button, having problems
Hello Im new to this forum so im sorry if this is posted in the wrong place. I made a web browser in vb using visual studio 2013, but im having a problem (more of a 1st world problem type thing). im...
View ArticleHelp with Excel VBA to VBS
Can anyone help me with getting this VBA code to work in VBS? I have an excel macro that works great. It will take All data in column A and copy it to another worksheet but that X amount of rows and...
View Article