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 TouchToneTommy 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: Gutes
  • Content: Threads
  • Order by date
  1. Gutes

    MS Sql server SP - Results to file

    How can I execute a stored procedure and store the results in a text file (same thig that we can do from the Query analyzer) The problem is that I can run a command from VB, but really don´t know how to capture the query output (not the dataSet)
  2. Gutes

    Buffer Overrun in Messenger Service Could Allow Code Execution (828035

    This message appeared on my screen as a message form the messenger service. I'm connected through dial-up connection. They sent me a www address to visit and download a "patch". http://www.windowspatch.info does anybody know anything
  3. Gutes

    Infinite Image filmstrip

    I'm trying to create an "infinite" filmstrip containing a FINITE amount of images (it means I know it's fixed). The problem is to create the "infinity effect". Please if somebody can give me a hand...
  4. Gutes

    URGENT: msysDB message

    I have a db and when i try to open it it seems to be that it was corrupted.A message like this appears: "Microsof Jet Database Engine could not find the object 'MsysDB'.." or something like that. I've tried everything: -Generating a new blank DB and importing tables and...
  5. Gutes

    opening PDF Files in VB

    Does anybody know how to open a pdf fiel from vb. Not only to open it, but also opening it in positioned in a specific page. Anythig would be helpful. Thanks
  6. Gutes

    Positioning Scrollbars in a MShFlexGrid

    I´m using a MShFlexgrid with 500 regs. When I want to position (Highlight) row no. 250, it highlights but the scrollbar remains in the top of the grid. I want the user to SEE which row is Highlighted. Could anybody send me some solutions?? Thanks
  7. Gutes

    EMERGENCY: Printing Forms from VB 6

    I'm having trouble while printing a form that includes a msflexgrid. When it prints, the grid appears completely black. I've tried it all, changing properties of the Printer object. By the way, I use the PrintForm method of the form. Can anyone help me? I have to finish this by tomorrow...
  8. Gutes

    Sending Mail through MAPI Controls (or another) FAST!!

    I'm trying to send mail in a VB application. The thing is that I've reached the MAPISession control and MAPIMessage Control, but I don't know how to specify the Server I want to connect to. Do I have to be connected to the Internet and use that connection? Is it possible to check different...
  9. Gutes

    Parametrized ADO Commands.

    I've big trouble whe assigning parameters to a Command which ActiveConnection property was asigned by a Connection object whithout a DSN (that means, by manually assigning the ConnectionString). The problem is, that when I try to access a Parameter from the Collection Parameters, it returns an...
  10. Gutes

    Office XP and Visual Basic 6 (Using ADO 3.6)

    I'm working on a project using a Data Base in Access (the one that comes with Office XP) and I'm having some problems: 1- While trying to use a DataControl, VB6 doesn't recognize the type of database, I have to work with common Recordsets opened by a DB.openrecordset method...
  11. Gutes

    Creating a DSN on runtime or in the installation

    I developed a system that uses Command objects in VB (ADO). The problem is, that it needs a DSN to connect the database in the machine I install it. I Wonder if anyone could help me resolving this problem. By the way, I thought there could be two possibilities to solve this: # To crteate...

Part and Inventory Search

Back
Top