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 Chriss Miller 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: Chad123
  • Content: Threads
  • Order by date
  1. Chad123

    Recuring Query

    Heya, I have a query that needs to be run several times – same query, variable data - on both an Access DB and SQL Server DB… This being said, would it be faster to run this query as a new recordset everytime, or to open the table in a recordset and rs.Filter everytime closing the recordset...
  2. Chad123

    Adobe toolbar buttons in WebBrowser control

    Hiya, I am using the Microsoft WebBrowser ActiveX control with the Adobe plugin (just need to install Adobe Acrobat) on my VB6 form. This works great, but when a user navigates to a PDF, the file is loaded with the Adobe toolbar within the WebBrowser control. Is there any way I can control...
  3. Chad123

    Adobe toolbar buttons in WebBrowser control

    Hiya, I am using the Microsoft WebBrowser ActiveX control with the Adobe plugin (just need to install Adobe Acrobat) on my VB6 form. This works great, but when a user navigates to a PDF, the file is loaded with the Adobe toolbar within the WebBrowser control. Is there any way I can control...
  4. Chad123

    VSFlexGrid?

    Hey, I have always used VSFlexGrid 6, and have always used the 'Formatstring' command when creating column headers, but I have recently upgraded to VSFlexGrid 7. How can I create a column header with VSFlexGrid 7? Thanks, Chad
  5. Chad123

    Error 372: Failed to load control...

    Hey, Jeez, I have been having some MAD issues lately. Damned Win9x...haha Anywho, here is my issue: OS: Win9x Ram/Processor: Doesn't seem to make a difference All the errors I get happen on the same line of code, and that is when I try and SHOW a particular form. Error: Error 372 Failed...
  6. Chad123

    JRO (Jet Replication Object) / MDAC

    Hey, I am having a HUGE issue... When I use MDAC 2.5 I get the Jet connection to work, but the JRO dll cannot be found. I have tried several different MDAC install files, even one off Microsofts site - same thing... Now, when I install MDAC 2.6 or higher (regardless of whether it is overtop...
  7. Chad123

    Error 339...

    I run the binary (.exe) and I do not get this error, but when I run it in code I do get the error... OS - Win95 VB - 6.0 Error Message: Error 339 Component 'ChckMate.ocx' or one of it's dependencies not correctly registered: a file is missing or invalid Any ideas?
  8. Chad123

    The error message reads: Run-tim

    The error message reads: Run-time error '372' "Failed to load control 'ImageList' from mscomctl.ocx. Your version of mscomctl.ocx may be outdated. Make ...." We are running our software on Windows 95, 98, NT, 2000, and XP with SQL Server 2000 as well as Access MSDE 2000. We do not...
  9. Chad123

    Epson Printing Issue...

    Here is an interesting issue... First of all, I will tell you what Printer I am using: Epson 1075x. Also, I am using continuous paper... Now, when I print a known one page document, it spans out and print the bottom of every page on another page. I have tried rebooting both the machine as...
  10. Chad123

    Wheel Scrolling Help

    Hey, I am using the vsFlexGrid control and would like to allow a user to use their wheel for scrolling within the vsFlexGrid. Any ideas how I could do that?
  11. Chad123

    Common Dialog - PrinterDlg

    Hey, I am using the PrinterDlg for the common dialog, and I am getting this error when I run the PrinterDlg.ShowPrinter objWPForm.hWnd Error Number = -2147467259 Automation Error Unspecified Error Here is my code up to where it errors out: Dim objPrinter As PrinterDlg On Error GoTo PrintErr...
  12. Chad123

    Common Print Dialog? HELP

    Hey, I am using the common print dialog box for a word pro app I created. However, I need to be able to retrieve information pertaining to the printer settings from that dialog box. Most importantly the printer paper tray... Is there a way I can retrieve printer info from the dialog box? If...
  13. Chad123

    TX Text Control (3rd Party) Issue

    Hello, I am having an issue with the TX Text Control. It is in fact third party, but I was hoping someone may be able to help... And Yes, I have already contacted the controls support... They replied with the information that labels are not easily done with the txtextcontrol. Well, I have...
  14. Chad123

    VSFlexGrid = Help

    Hey, I am using VSFlexGrid 7.0 and I populate it with data from a database stored on a server. Now, this is where it gets kinda complicated...All the data I use to populate the VSFlexGrid has a parent and child node. This workls awesome, allowing the user to see the Parent as well as the...
  15. Chad123

    TX Text Control & Header/Footer???

    Hey, I am using the TXTextControl to create and save documents both internal to my application as well as external. Now, if you create a document with a Header/Footer everything works and it saves fine. However, If you save a document with a page number in the Header/Footer (inserted as a...
  16. Chad123

    Switching DLLS at execution/runtime

    Hello, I was wondering if anyone knows how to do this? What I have is 2 versions of my dll (program.dll and program2.dll). Now what I want is to have them on a switch of some sort so that I (and my testing users) can run my program with the new code and have users execute the old one until I...
  17. Chad123

    TX Text Control?

    Hey, I am using the TX Text Control for a word processor application. However, I now need to implement a Page Number into the footer ot the document/report. I have already implemeneted all I need, except the actual incrementation of the Page Number itself per page. Is there a way I can do...
  18. Chad123

    Adobe Reader via VB6...UGH

    Hi, I have recently noticed something really weird with the Adobe Reader on a Windows 2000 Terminal server. If I log onto the console, everything is fine and works. However, if I login using a terminal session, I can open 1 pdf document fine. It is when I open up the second one, it seems to...

Part and Inventory Search

Back
Top