Hello,
I have inherited an application built in VB6 on an Access97 database which constantly produces Error 3343, Unrecognised database format (which I can correct each time by repairing the database). I have a feeling that the corruption is due to access not being able to cope with 14...
App.Path returns the folder that the application is installed to, so App.Path & "\test.txt" should return the path and file name of a file with the name test.txt in the folder that your application is installed to.
Unfortunately, this will give errors under certain circumstances...
I am writing my own ActiveX control, and have a project group. When I go to run the test project (set as start up project) I get the error "Permission Denied". The projects / project group save OK.
Any ideas?? Is this a windows 2000 thing?? Do I have to log in as Administrator to...
I am writing my own ActiveX control, and have a project group. When I go to run the test project (set as start up project) I get the error "Permission Denied". The projects / project group save OK.
Any ideas?? Is this a windows 2000 thing?? Do I have to log in as Administrator to...
Hello,
I want to do different things depending on the returned value of a sql statement which counts records, but keep getting syntax errors.
My ultimate goal is to return True or False back to an ASP page - If the count of records is > 0 return True, if the count of records = 0 return False...
Hi,
I am getting the following error when I try to execute a SQL Server 7 stored procedure via ADO in an ASP page:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E21)
[Microsoft][ODBC SQL Server Driver]Optional feature not implemented
The code that I am using is:
set cmd =...
Hi,
I am trying to check a form field on click of a button calling a function but I am getting the error 'Expected ;'.
Can you tell me what is wrong with my function (below)??
function Check_Form(){
If(document.frmNewArticle.txtMain.value==""){
alert("Main details of...
I am making an API call as follows:
iSession = FedExAPIBeginSession(IP + Chr$(0), Val(port), UserName, passWord, 0, custProfile, Len(custProfile), ibufflen)
I have the VC++ header file and so have checked obvious things like correct variable types being passed, but I keep getting the error...
Hello,
Can anyone tell me what I need installed on my computer to 1. write, 2. run and 3. package Assembly programs.
I am a complete beginner in Assembly Language, and so the more descriptive any answers are the better.
Thanks in advance,
Simon
When using the api call PEStartPrintJob the report is generated and the container for the report shows on the screen - ie toolbar at top and container for report - but the actual report does not show. Note I do not mean that there is no data for the report, but the white report for the report...
Hi, I have been able to get a report to appear on screen from VB, but it opens in a new window.
Can anyone tell me how to open the report as an MDI child form inside my application, rather than open a new window?
ps. at the moment I am using the ReportFileName and Action properties of the...
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.