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 IamaSherpa 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: *

  1. HighlandJinx

    Updating an SQL database issue.

    Creating a small app in Visual Studio using Visual c#. I have an SQLExpress Database, and have a datagrid reading the data. But once the user edits a row and updates using the save button, the program DOES say that its been updated,and does show it on the grid, but once i exit the program, the...
  2. HighlandJinx

    Access 2007 and MDW's

    Worked! Thanks alot, i had no idea i could use a command line to prompt the use of a mdw. superb!
  3. HighlandJinx

    Access 2007 and MDW's

    I have a set of Access97 DB's that require i join a different workgroup to open. I only have access 2007 on my machine, but cant find a way to join a different workgroup, before, when i used access 97 i just ran the WRKGADMIN.exe to join, but have found no such tools or references in 2007. Im...
  4. HighlandJinx

    Upgrading to .NET

    Ok thanks for the advice. I learned OOP before i became a VB programmer so i'll suggest that the product is redeveloped rather than upgraded. Thanks again.
  5. HighlandJinx

    Upgrading to .NET

    So rather than try to upgrade our application using the Visual Studio wizard, you're suggesting its better to start from scratch? All we wanted to do was upgrade to VB.NET to take advantage of some of the new features it provides, we thought upgrading with the wizard wouldn't be to bad a...
  6. HighlandJinx

    Upgrading to .NET

    What kind of info do you need? The full Test of the error is: Error 59 The "ResolveComReference" task failed unexpectedly. System.SystemException: The type library importer encountered an error during type verification. Try importing without class members. ---> System.MissingMethodException...
  7. HighlandJinx

    Upgrading to .NET

    I have also found that the project doesnt build at all, i think its because of a large error that occurs. "The ResolveComReference Failed Unexpectadly" is the main heading of the error, followed by a huge list of errors. Anyone have any ideas about this, or is able to point me in the right...
  8. HighlandJinx

    Upgrading to .NET

    Just started to upgrade our product from VB6 to .NET. When the wizard has finished its work i can edit any of my forms in .NET. When i try to open a form it says that there is no editor available, yet when i upgraded a smaller package earlier, i was able to edit the forms perfectly ok. Any...
  9. HighlandJinx

    Importing values to the .RES file

    Hi folks, we usse a string table int he RES file to hold various titles, headers, button text etc. This was originally added as a way of Internationalisation of the software. We have an excel spreadsheet with the RES data and now we have a translation in another language. How do I get the...
  10. HighlandJinx

    Application Crash to desktop

    Hi folks, I have created an App with VB6, created and installation using VSI and all the .dll's etc are included. This has been installed on three test machines and my own one. The application crashes at quiet random locations, and this happens on all machines, unfortunately i cannot recreate...
  11. HighlandJinx

    first time using - Visual studio Installer-I need basic steps

    Don't worry too much about the *.MSM files at the moment, as for the msowc.dll file, when you double click the message does it show you a file with a red underline? Sometimes it requires the dll to operate but can't find it where it should be. You can add the file manually by right clicking on...
  12. HighlandJinx

    Fatal Application Error

    Spoke too soon... I think there is something worse at work here, Noe the error is happening at random, I oculd be using the software for half and hour and it would work ok then, suddenly, it may crash and give no error warning. Then next time it may happen after five minutes, always doing the...
  13. HighlandJinx

    Fatal Application Error

    all the dependancies have been included, believe me that was a whole other problem a few months ago, I think i've actually fixed the issue now but still baffled as to why it didn't occur running VB. At some point a userID value is overwritten with a NULL value, when the data collected is added...
  14. HighlandJinx

    Fatal Application Error

    The software I code is packaged using Visual Studio Installer and tested. One crazy error is occuring that has baffled myself and the rest of our support team. When we use the software via VB6 no errors occur, yet when we run the software with VB6 closed, the software produces a fatal error and...
  15. HighlandJinx

    Invalid use of NEW keyword.

    Hi folks, I have the following code that keeps throwing the "Invalid Use of NEW keyowrd" error, any ideas. I tried the search function but it seems to be down today. *Error Here* Set matSpecArray = New XArrayDB arrayRecordCount = PipAdodc2.Recordset.RecordCount matSpecArray.ReDim 0...
  16. HighlandJinx

    Boolean values in Access DB trouble.

    Thanks that'll help a lot. Thanks again guys.
  17. HighlandJinx

    Boolean values in Access DB trouble.

    The problem i'm having is that a table that has it's Yes/No typedata set to True/False in access, when i create a table at run-time can i set the tables format to Yes/No using VB, it's for an updater we send to clients to bring their DB structure up to date with ours. It's essencial that the...
  18. HighlandJinx

    Boolean values in Access DB trouble.

    Hi folks, i'm having trouble with VB6 and accesss. I create a new table in VB6 using SQL, into an already created Access DB. All the values in the table are boolean and has no indexing as it is a look-up table, the problem is that I need the boolean values to be formatted to TRUE/FALSE and not...
  19. HighlandJinx

    Image Arrays

    I have a folder that contains images named pic0001 to pic 0010. I want to put these in an array so they can be accessed one at a time using a scroll bar later on. What is the easiest way to add the pictures to an array, i tried using a For...Next loop but i'm having problems picking up the...
  20. HighlandJinx

    Adding an image to a DB through VB6

    Hi folks, i'm relatively new to VB6 and i've come across my first hurdle and i can't seem to cross it. We have a VB program here that has a DAO connection to an access database. I have a button that lets a user browse for a particular image wich is then shown in an image control. I can't add...

Part and Inventory Search

Back
Top