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. woodglass

    VB 6 & SQL Database: How can I create reports with charts ?

    I am writing a VB6/SQL Server database app. I know I can't add charts to data reports. What is the best means of creating printable reports containing charts - should I simply create a form which contains the required charts & make it possible to print this out ?. TIA, woodglass...
  2. woodglass

    Creating a database for MSDE

    Hi, I have installed MSDE and have installed the provided sample databases using the supplied scripts. My next question is: Is there a 'visual' tool I can use to create a new database, or do I have to generate a script by entering all information manually ?. Also: Does SQL Server 2000 provide...
  3. woodglass

    Advice on making a career move...

    Thanks johnherman, your feedback is much appreciated ! woodglass...
  4. woodglass

    Advice on making a career move...

    I have gained a degree with the O.U. in Computer Science, specialising in RDBMS. I would like to make a career move into IT full time, working within the 'database arena'. In your opinion, what would be the best programming language & RDBMS to concentrate on/learn to maximise my chances of...
  5. woodglass

    VB6 / Access2003 Application

    Thanks for your response guys !. I think I'll go down the route of using ADO from VB to interface to MSDE. Is there a good book you can recommend me on acccessing databases using this approach ? woodglass...
  6. woodglass

    VB6 / Access2003 Application

    Hi, I wish to create an Access 2003 application with a VB6 front end, to run on a Windows XP system. Does the target system have to have Access 2003 installed on it ?. Thanks in advance, woodglass
  7. woodglass

    Using VB5 to open a pdf file

    Thanks Justin, This works fine as long as the pathname to the document I wish to open does not contain any space characters, e.g.: Call Shell("C:\Program Files\Adobe\Acrobat 4.0\Reader\AcroRd32.exe C:\ReadMe.pdf") will work, but: Call Shell("C:\Program Files\Adobe\Acrobat...
  8. woodglass

    Using VB5 to open a pdf file

    I know how to use the shell function to run Adobe Acrobat from within VB, but how can I open a named file in Acrobat using shell or some other function?
  9. woodglass

    Auto download of files from a website

    I would like to be able to automatically download files (in this case .pdf files)from a webpage/site without using the right-click... Save as... technique, so I don't have to be sitting at my PC. Is this possible?

Part and Inventory Search

Back
Top