I have recently gained compTIA A+ certification, and now I am looking to learn programming languages as a catalyst towards my CCCNA certification. I have decided I will learn VB as I have moderate experience in HTML, and Java. I am looking for tips on how to learnVBScript asap. If you have any...
Hello, here is my problem, I have a text file that looks like this: Group:Tablename Fields:''fieldname""fieldname2""fieldname3" "1""2""3" Group:Tablename2 Fields:''fieldname""fieldname2""fieldname3" "1""2""3" I need to figureout a way to programically create a dba from this file, the file format...
I have inherited the following: <%@ LANGUAGE="VBSCRIPT" %> <% dim adoconn set adoconn = server.createobject("adodb.connection") adoconn.open Application("DSN"),Application("UID"),Application("PWD") reportname = "traininghrsbyemployee.rpt" If Not IsObject...
Hi Everyone I would like to know how can we copy multiple files from one location to another location, and having the files automatically renamed. I want to copy Images from C:Original to C:Main but i would like VB to automatically rename the files. Naming must start from 000001 to the last image...
Hello, We are designing an on-line document application. My question is, how can a doc and excel file be converted automatically to pdf upon uploading to the server (the origional and the pdf both must be saved on the server and not on the local drive of the user) Also, how to edit a file (doc or...
I have a user who when she tries to run a project, recieves the following: "Error while trying to run project:Unable to start debugging. No such interface supported" Similar message appears when selcting Tools, Debug Processes. Software has been reinstalled, as well .Net Framework 1.1. Any...
I need to create an app that will give the user a list of items that they can then check off to denote that they are copleted. I would prefer a scrollable grid where they can make multiple selections. I would prefer to create a Windows app, but don't know which control to use. Can you give me some...
hi all. i have sent before a message about this subject but i didnt really had real replies that helped me. i am searching of tutorials of programming (delphi, linux, perl, python, c#, java ......) i have search in google, altavista, westciv, whatis, w3school,... So if anyone now how to get pdf...
hi all. i wanted to ask if anyone knows any sites where i can download free ebooks or free tutorials. thx.
We have a website which validates users by making sure that they come through a link from the company's secure site. This is done by checking the Refering URL. This works most of the time but for some users we are getting a blank Referring URL, although they are coming through the valid link. Any...
i need a free library management system running on window or linux that can keep track of who has what cd/books any one help plse
I am attempting to add a disclaimer to all outgoing email. I read the MS KB article 317680 and downloaded the code for "EventSinkScript.vbs", but when I run it I get the following error: Script: C:Smptreg.vbs Line: 145 Char: 26 Error: Expected 'Then' Code: 800A03F9 Source: Microsoft VBScript...
This is the problem: My program (HTML Template) generates HTML code at a server for a web page display at a client. The display is a preview of a till (or sales receipt). During building the page at the client, some VBscript modules are processed (like OPOS-Printer-commands to print the the receipt...
Dear sir /madam, I would like to seek for your advice on how to call Visual Basic Module using Lotus Script. Is it possible to do so? Actually I am looking for a method that can be used to do reporting for Web Application. Lotus Script is not able to run on the web, so I may need to...
A batch pgm written in VB is reading a data queue file that exists on AS/400. The read is coded so that it waits for data to be entered in the data queue (-1). When the batch pgm is waiting for data to be entered into the data queue the user is not able to start logon secession to the AS/400. ...
Hi, I am working on this project where I am dynamically creating a radio button based on the database values. I am using HTML, ASP and COM Components. The portion where I grab the data from the database is working fine. <% For i = 1 to varDriverCount %> <input type="radio" name="Design"...
Hello Everyone. I am using MS Access 2000 I have a form (frm_cboclient)that has a combobox on it that I populate by querying a client table for clientID and client name. What I would like to do then is have a subform that will display all my order infomration from my order table, where the...
Hi, I would like to know if there is any way to store the values entered in an Outlook custom form into an MS Access database or SQL database. And if one can't store it in a database, is there anyway to build a repository of values of an outlook custom form. Best Regards, joey8580
I haven't used VB in forever but I'm trying to create a simple program. I'm going to run program along with a couple of other files on a CD. I've created two buttons, the 1st to open a file and the 2nd to open a different open. I'm using a call shell command but if the cd rom drive letter is...
What I have now is a simple excel spreadsheet to input numbers and info. What I want to do with it is make it a template and have one cell in the top left corner to add a new number in order each time a new user opens it. For example in the cell would be number 123 and the next time when someone...


