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

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

    Crystal Version 5 & XP Problems

    Hi, I have an old application written in VB5 using Crystal V5 and I want to get it to run on XP. The setup program that worked fine in 95' & 98' seems to be missing something or crystal does not work in XP? The application works fine (Uses Ms Access97) but all crystal reports bomb out with...
  2. rhinoman

    Change Session Variable without form submit

    I have a table/grid of customers and super users can select one customer and that will be the default customer used on subsequent pages. Have put the customerId into a session variable via a button submit on repeating rows and retrieved by Querystring.Request(..). Is it possible to store the...
  3. rhinoman

    Same Code Access & SQL Server

    I am writing a VB6 app that will be given away as a demo and will run using MS Ascess Db. Later if client decides to purchase, we will ship out MSDE or SQL Server. My code below works with SQL 2000 but not MS Access 2000, no error is raised but data is not updated either. Must be a simple one...
  4. rhinoman

    Adding Image to ImageList

    I would like to instead of adding a new image from a file (working code example below) add the image from a Resource File in VB6. This will make my app self contained pretty much. Thanks for any tips, Graeme Anderson Const MAX_PATH = 260 Const NIF_ICON = &H2 Const SHGFI_ICON = &H100 Const...
  5. rhinoman

    Excel Iterating Thru Named Ranges

    I am attempting to read all named ranges in Excel SS in all Sheets and return the RangeName and the Value in the range but code only works for the selected sheet. This code works but only in the active sheet: Set nms = ActiveWorkbook.Names For r = 1 To nms.Count sFieldName =...

Part and Inventory Search

Back
Top