ASP module uses GMail SMTP now encountering errors
I built this module to send emails to people using GMail SMTP. It was working fine for the last couple of years. Now, it encounters an error.... which tells me it cannot connect to the server. Here is...
View ArticleHow to random number and total should be specified value?
Dear all expert programmers, Please tell me how to random number and total should be specified value. If I want to random 3 number and total mod 10 should be 3 Example result : 012,003, 049, 580 If I...
View ArticleVBS String Variable to PDF file as simple text
I've looked and looked, and maybe I'm missing something super easy and obvious but I give up. I want to create a simple PDF with VBS. The data is all simple text and stored in varaibles or coming...
View ArticleVbscript - copy folder & sub folder & files
Hello All, I have a need to create a script that copies all folders from a Source Folder to a Destination folder, keeping the folder structure. It also has to copy all files within each sub folder...
View ArticleHow do I add file types to Windows 8 File Associations for Metro apps
I needed to create a new file type ".pd". I want to have the Microsoft Reader Metro app open this file type. I've written a VBScript to manipulate and rename the files. Now I want to open it with the...
View ArticlePrint HTML Table[Urgent]..
Dear All, when i print the HTML table with large data, the page end with no boarder of HTML and as well top of the next page with no border on top as you can see the image below In this i need to draw...
View ArticleClassic ASP and Visual Basic 6.0 - Consuming a MTOM Webservice with binary...
I am working with a consumer whose application was developed in VB6.0 using Classic ASP. This application is calling a webservice to acquire attached documents, (Word, Excel, PDF, JPEG, TIFF, etc)....
View ArticleNeed a VB Script that will create a Directory Folder Structure from a Excel file
Hello all, I have no experience in VB Script. I have been looking for an VB Script to do something along these lines, but can not find it anywhere. If an Excel spreadsheet has a variable number of...
View ArticleHelp needed with coding
Im very new at vb2012 and i have compiled this code so far but need the outputs to be in a currency format any hints or comments are welcome and greatly appreciated thank you. Public Class SalesTax...
View Articlehow to diagnose asp text box not writing to shared folder
Just need a bit of help to understand how would i diagnose this sort of fault. user says they press saves text into a web site and it should write it to a folder location held in a database string....
View ArticleConverting 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 Article