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 strongm 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
  • Order by date
  1. Gutes

    MS Sql server SP - Results to file

    Ok. I know that the DataSet is THE result of the query (in .NET) Now, with the recordset, I'm Ok. The thing i want to do is to store the messages that the query returns when doing an insert statement (for example: Insert..... 1 row(s) affected ) I´m interested in your...
  2. 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)
  3. 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
  4. 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...
  5. Gutes

    URGENT: msysDB message

    Yes, I did try with JetComp but it seems to be useless. It gives me the same error msg that access gives. thanks anyway
  6. 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...
  7. 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
  8. 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
  9. Gutes

    DagNabbit!!! why wont this string show in my textbox?

    OK LuckyNate: I think I have a very good solution for you. You CAN declare a variable as public in a module, but, in my opinion, it would be better to do this: Create a property in the form by clicking in the menu (while you are in the code section of the form): Tools->Add Procedure...
  10. 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...
  11. 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...
  12. Gutes

    Recognizing KeyDown after database interaction

    could it be possible, that after retreiving data from the Database, the focus is on another object, for example a comboBox. Try setting the focus to the whole form.
  13. Gutes

    Internet Access: URGENT!!!

    Look up for the WinSock control. It´s very easy to use. :)
  14. 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...
  15. 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...
  16. 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