Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: swilliams
  • Content: Threads
  • Order by date
  1. swilliams

    How many concurrent users will Access cope with?

    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...
  2. swilliams

    View equivalent to Crosstab query in Access

    Hello, Does anyone know how to create a view in SQL Server 7 which is equivalent to an Access Crosstab query?? TIA Simon
  3. swilliams

    App.Path

    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...
  4. swilliams

    Permission Denied error when running a project

    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...
  5. swilliams

    I am writing my own ActiveX control

    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...
  6. swilliams

    How do you make text flash (apart f

    How do you make text flash (apart from using the time - IE5.5 only - attribute)??? TIA Simon
  7. swilliams

    Using a count of records in stored procedure

    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...
  8. swilliams

    ODBC Drivers - Optional feature not installed

    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 =...
  9. swilliams

    Expected ; error

    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...
  10. swilliams

    memory could not be written after API call

    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...
  11. swilliams

    Just beginning Assembly Language

    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
  12. swilliams

    Converting binary files

    Can anyone give me any tips regarding converting binary files to ASCII format?? Thanks in advance. Simon
  13. swilliams

    PEStartPrintJob shows blank screen

    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...
  14. swilliams

    Open a report as MDI child in VB

    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...

Part and Inventory Search

Back
Top