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...
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...
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...
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...
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 =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.