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 Wanet Telecoms Ltd 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

    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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. HighlandJinx

    Package not linked object?

    Hi. I've tried to have an image in the report header that is a Linked OLE. ( A linked bitmap image) Instead of being a linked bitmap image, when i right click on the object, the "Second from bottom" choice says its a package, and the image is all scrambled and can't be made out. What...
  12. HighlandJinx

    Access Image problem.

    Hi folks. I have an OLE field in a table and wish to have a linked bitmap image in the field. we update the image once a month and i presume it would then update the image in the database. The problem is that in the datasheet view instead of saying "Bitmap Image" it reads...
  13. HighlandJinx

    Access OLE not showing?

    Hi there, hope someone can help me this is a bit of a head scratcher. I've got a linked OLE field in an access database that is a .bmp image. the image gets updated every month. The crystal report contains information from the database and at the top this bitmap should be shown and the updated...
  14. HighlandJinx

    Gird drawing on JPanel.

    Hi guy's i'm at a bit of a loss here, I have to draw a grid onto a JPanel preferably using the Graphics2D class. I tried just line drawing a grid but i have to be able to access each square in the grid and "Colour" them black as needs. I looked up the API couldn't find a grid class, i...
  15. HighlandJinx

    crystl32.ocx Trouble

    Thanks to anyone who has the patience to help me here. We have developed a VB6 application that accesses an MSAccess database. Crystal 8 is used as the reporting tool. We've package the application for distribution but keep getting the "Could not register crystl32.ocx" error. I've...
  16. HighlandJinx

    Java Filename Mask

    Hi folks, this is a little annoyance that i can't seem to work out and the solution is probably really easy. I have a "File Browser" in my current program that allows the user to search for the file they want to load, i want to be able to mask all file type and let the user only...
  17. HighlandJinx

    Showing a Chart in VB from Access DB.

    I'm currently Trying to create a form in VB that shows a graph populated from my Access 2000 Database. I can find very little information and the Chart wizard has been little help. The database is password protected and have tried to populate the graph from an ADODC. problem is, i tried to pick...
  18. HighlandJinx

    Clever parameters?

    hi guys, i'm currently creating a report in version 8.5 of crystal for a VB program. i would like to have a drop down list parameter field instead of asking the user to type in information (i.e. "Book Type" from the "BOOK" field of an MDB). This is easily done if i know what...
  19. HighlandJinx

    Supressing Formula.

    I'm having problems with the ISNULL statment in my current report. I'm creating a missing data report so that it only data MISSING from a table is shown. there are several fields in the table that we check for either a NULL value(no data) or "-" or "N/D". The problem is...
  20. HighlandJinx

    Changing Client Logo

    We have software that use Crtsytal to produce reports and each client we have wants thier own logo in the report header. We use a default logo of our own at the moment. is there any way in which the client could change the gif/tiff file in the report directory to thier own image (i.e...

Part and Inventory Search

Back
Top