I've got a script in QTP which uses vbscript and opens an Access instance (2010 in most instances, but a couple machines are using 2003) then uses opencurrentdatabase to open my database in exclusive mode in order to execute a vba macro. I explicitly have set the default opening mode on the...
Hi,
My CI environment uses TeamCity for automatic execution of new builds. It allows for a set of radiators to be created as a display of how the built jobs are running. It's built using a standard output from its external status feed, but from what I can find it should be fairly free to...
Hi,
I posted details of a problem in the VBScript forum, and it has occurred to me I might have found more help here - so rather than repost the whole thing (which is attempting to create a chart via VBScript using OWC and setting the chart colours as I see fit), I thought I'd post a link to it...
Hi,
I've spent a fair old while hunting for solutions to this - the majority of what I can find appears to be ASP or .NET related and I've done what I can with it, but I seem to have hit an impasse.
I have a series of scripts that create pie charts using the Google charts API. However for a...
Friend of mine has asked this:
Anyone have any ideas?
TIA
Dave
Cheers,
Dave
"Yes, I'll stop finding bugs in the software - as soon as you stop writing bugs into the software." <-- Me
For all your testing needs: Forum1393
Hi,
I'm performing some automated testing on a Portal application, and have hit a problem with dialog boxes for adding attachments to a note facility within the app. The tool I am using to do the automation is unable to interact with the dialog boxes, and it's too late to start again with...
I have a RIGHT JOIN that returns me the correct number of rows. Can I use this within an existing query? The query (and syntax error returned) below
select ba.ACCOUNTNUMBER, pp.CATALOGUEPRODUCTID
from ccsowner.bsbbillingaccount ba,
ccsowner.bsbportfolioproduct pp
Where rownum < 1000...
Hi,
I am trying to set up an sftp transfer using VBS. I found the code for an ftp function by Nate Rice and have tried to modify it for sftp. But I can't get the code to accept the password within the batch file. I can get it to generate the login prompt, but it pauses for the password...
A friend of mine went to this link and it appears to have changed her screen name on MSN. That was certainly not the intention nor was it supposed to do so.
It's not visible in Add/Remove Programs, and not under c:\Program Files either, which is where the advice I've seen so far says to look...
Hi
I'm using the Run command to start a program in a VBScript function - but what do I do to gracefully capture a problem and exit the function in the event the program's not installed on the host machine?
It seems to generate a run-time exception saying the system's been unable to find the...
Hi,
I've a console application which writes to two log files in C:\Temp. These files have the date incorporated to allow a new file for each day. Currently I'm having a problem with using the files.
Each time around I declare a New instance of my class, it calls the fso.CreateTextFile method...
I'm having trouble getting my application to use the config file I've set up for it.
I can get the config file and it's being found correctly (I've checked the path) - but it fails on the oXmlDoc.Load command.
I've got references in for System.XML and MSXML2 just in case. Can anyone see where...
Hi guys,
I'm new to the whole .NET thing - Not even technically a programmer. I've been tasked with converting some code from a .vbs file to a VB .net application. I've hit a slight problem. The code interacts with an AttachMate client (terminal emulator) to grab text from the screen (see vbs...
Hi,
Have built a Userform for a data entry application, but I need to add some help information (such as support details etc). For aesthetic reasons I don't want to add another button to the form itself, rather I want to add a help button beside the Close (X) button on the form's Title Bar...
..and I can't get rid of it.
Trend Micro indicated I had an infected svchost.exe in c:\winnt, but can't seem to clean it. Neither is it even detected by the PCGuard system Virgin provided me.
This file appears to be relatively important to the workings of the PC from what I can tell, so I...
Hi,
I seem to have a problem with my arrays (?) on this. I have a sheet in excel which relates to a number of tests. The number of tests varies, and the length of(number of rows occupied by) each test can vary as well. I need to reformat this to split each test into its own worksheet. The...
I need to code a VBA function I can call from a worksheet to get the value of a cell on a different worksheet in the same workbook.
I'm getting a #NAME! error when I try it.
My code looks like this:
Function FindLastValueInA()
r = Worksheets("Amendments Log").UsedRange.Rows.Count
cellref =...
This is probably a very quick one.
I have a test client (a .jsp) which runs a search service against an Oracle 10g DB.
When I specify certain data, I find I get unexpected results.
If I specify Customer Country and Customer Number I get the expected data returned.
If I specify the above...
I'm new at Oracle, and the field I'm looking for should be on a table called CNRCUT01.
Except this table doesn't exist - all the table seem to begin with NCR. I've checked and it's not displacement of the tablename on my part.
Is it possible to search the schema for a particular field to find...
I have a service built by our development team. They've tested it using JUNIT code, and started/stopped the server for each test they want to run.
This isn't appropriate for the testing I want to do.
Can anyone explain if it's possible for me to run the service outside of WSAD and still use...
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.