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 Rhinorhino 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: sparrow
  • Content: Threads
  • Order by date
  1. sparrow

    Operation Invalid Without a current Index?

    I have an Access 97 database that has suddenly come up with the above error. The repair utility will not work becuase there is no index 1. How has this happened ? 2. Can it be fixed Thanks in advance Paul
  2. sparrow

    Invald results from ODBC

    In our office we are using Access 97 connecting to Sybase 10 ODBC. If I create a new database and connect to tables and run a query then each returned record is exactly the same. It seems to return the first record found in the database as the result for each record that should be returned. If...
  3. sparrow

    Can't find project or library

    I have just started amending an old project, but when I try to run it I get the error message "cant find project or library", folowed by the reference "Microsoft Calendar Control 8.0" beung highlighted. If I create a new project then there is no problem. Any hints as to...
  4. sparrow

    Help with INT function

    I have a field ThisAmount defined as Double Using the following code: ThisAmount=4747.69 ThisAmount=ThisAmount * 100 ThisAmount=INT(ThisAmount) ThisAmount=ThisAmount/100 The INT function converts the value of 474769 to 474768 WHY ????? Paul McEwan
  5. sparrow

    Windows ME - Restore Points

    For some reason Windows ME is no longer creating automatic restore points and whenever I try to set a manual restore point the system say I must reboot (even after reboot). What have I changed, and how can I get it to woork again Paul
  6. sparrow

    Invisible Indexes

    I have a Crystal report that fails when run in Tokyo, but is ok when I run it in Hong Kong. The error I get is POrdersInvoices is not a valid index.<br> <br> When I look at the indices for the table this index can not be seen. Using documenter I checked the table and the index is mentioned.<br>...
  7. sparrow

    Form.Show = Out of Memory

    I have a VB5 application, recently installed on several PC's. On some of the PC's, when the user tries to open a child form they get the error message &quot;Run-time error 7. Out of memory&quot;.<br> <br> I have tracjed it doen to the form.show command, but I can see no reason for getting this...
  8. sparrow

    System.mdw with password

    I am looking after a VB application that uses a specific system.mdw to hold user names. The administrator has changed in the country in question and they can not set up any new users.<br> <br> How to I hack into this system.mdw to find out the password for admin
  9. sparrow

    Crystal reports vs Chinese NT

    I have an applicatione developed on NT4 (sp2) using Crystal Reports. When I try to install it on Chinese NT the installation runs OK but the Crystal reports OCX does not register correctly. I can not manually register the OCX.<br> <br> Any suggestionos.
  10. sparrow

    OCCURS vs Block Size

    I am currently discuusing a technical issue with some consultants that are supposed to be helping us an I was wondering if anybody out there could help.<br> <br> On an interface working file we have an OCCURS 24 hold price information. This occurs needs to be increased to 100.<br> The...

Part and Inventory Search

Back
Top