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

    How to connect a Crystal Report Control with SQL 7

    Hi... I need to connect dinamically a Crystal Report control to a SQL server witouh using ODBC. I want to use Ado (a string connection) but I don't know how to do it... I'm trying to do this: crpControl.Connect = "Provider=sqloledb;..." but it doesn't work because I read the connect...
  2. Jagger

    How to bind DataGrid Control to data brought with a SP..

    Hi... I have some data that I bring from DB with a Store Procedure, and I want to put them in a OLE DataGrid control. I was trying to do it using a Ado data control but I think ADODC doesn't support sp with parameters. Now, I 'm trying to do it using an ADO command and a recordset, like this...
  3. Jagger

    Show a IE Window that doesn't have default buttons and menu

    Hi: I am developing a web site and I want to show an IE window that doesn't have default buttons and menu. I only want to see the document in that window without anymore. I want to know how to do that... If somebody can help me, I would thank you.
  4. Jagger

    Create Objects dinamically and access them in VB 6.0

    Hi: I am developing a DHTML based solution in VB 6.0. I have created objects dinamically using the OuterHTML command for adding HTML code to my page. My problem is that I cannot access those objects (their values and events) from my application after they were created. I used a JavaScript...

Part and Inventory Search

Back
Top