hello,
In our office we use the Microcall software package with that pc connected by serial cable to a AT&T Definity G3 circa-early-90's PBX. On the reports in Microcall that show, for example, individual call data made for a particular employee both Incoming and Outgoing, the digits of the...
hello, I need some help with a Definity phone switch problem that I'm hoping someone on this message board can assist me with.
We have an AT&T Definity G3?(not sure about the G3 because I don't see that mentioned on the casing), Sd-67150-01, J58890L
Two members of management came to me...
hello,
I have some VB code that automatically composes an send an e-mail via Outlook 2002 and I've been having the problem of after the VB code executable has finished running the Outlook.exe process is left running in the background, which I can see when I look in the Processes tab of Windows...
hello,
I have this below .vbs script code that I use to delete two files from an FTP site. Sometimes one or both of the below files (LTRDOWN01 and CABCALLS.txt) doesn't exist, so that when the vbs code is executed an error occurs. How can I modify the code so that each Remove statement is...
hello,
I'm having a problem with a new Outlook & Word 2002 install that I'm seeking help with. I have some VB 6 code that I run daily that
used to be on a different PC and now is having an issue with Outlook 2002 on a new pc.
The code at one point in it's execution launches a new mail...
hello,
what would be the code that would allow me to read in two text files, concatenate the second one to the end of the first one, then output the file as a new third text file?
thanks in advance,
david
hello,
what would be the VB6 code for an if statement that would check for if it's the third wednesday of the month and execute some code based on that. Also would would be the similar code for if it's the third thursday of the month?
thanks in advance,
david
hello,
I have the following two lines of code in VB6
CabRunmailAppId = Shell("D:\PROGRAM FILES\TELSTAR\TelStar.exe", 1)
CabFilecleanAppId = Shell("D:\PROGRAM FILES\TELSTAR\TelStar.exe", 1)
that I execute to open two Telnet session windows. Right now the windows open one on top of another, and...
hello,
I have a VB 6 project where I had some code that I used to execute by clicking a button on the form, and I've 'cut-and-pasted' that code, it's related subroutines it calls, and the form_load coad into a new project.
In this new project, I want the main subroutine which used to be...
hello,
I'm trying to pass two Variant variables between two Subroutines, one that calls the other one, and am getting the error message
Run-time error '5':
Invalid procedure call or assignment
and the code stops on
AppActivate CablettersAppId
Private Sub ForTestingPurposes_Click()
Dim...
hello,
I'm using the Sleep function currently in some VB code so my program stops and waits until whatever time I specify for it to, but the problem with Sleep, is the user of my program has no idea how much time has elapsed. What I'd like to do is instead have a fuction that I can pass to it...
Hello,
I’m getting an error when trying to run this VBscript.
Script: (the pathname of the script)
Line: 25
Char: 1
Error: type mismatch: ‘format’
Code: 800a000d
Source: Microsoft vbscript runtime error
I’ve used several .vbs FTP scripts before with no problem, but what’s new/different with...
hello,
I have this code that I'm trying to use but is not working, so I'm posting on here to see if someone can help me with how to fix the error. What the code is trying to do is to look in the subdirectory
D:\B D client data\H T\NewBusiness\
for a file that will have (a string of numbers) +...
Hello,
I was wondering if anyone could share with me the VB6 code that would execute a VBScript file named
test.vbs
in the subdirectory
D:\test\
thanks in advance,
david
hello,
I have a file
BLURG.txt
in a subdirectory
D:\B HC\NewB
that I'd like to, using a VB6 subroutine, pass as a variable to the subroutine
the name of the file & directory where it can be found (for this ex., D:\B HC\NewB\BLURG.txt),
then the subroutine will connect to a FTP site...
hello,
I have many workbooks that I receive from clients I run various Excel VBA macros on depending on which workbook it is, and I need to automate all of this so that I can run an simple .exe user interface designed in VB 2005 Express Edition where when that interface is run, a small window...
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.