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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by vinodi

  1. vinodi

    Deploying Forms 6i on Oracle Application Server 9i

    Hi, I do not know whether to post this question in this forum. But, nonetheless let me elucidate as to where I am getting stuck. 1) On a Windows 2000 SP4 box, I have installed Oracle Application Server 9i (henceforth referred as Oracle 9iAS). 2) I have compiled a form created in Forms 6i to...
  2. vinodi

    Adding checkbox columns to datagrid - windows forms

    Hi, Thanx for your reply. It worked. Vinodi ~~The only place where SUCCESS comes before WORK is in the dictionary~~
  3. vinodi

    Adding checkbox columns to datagrid - windows forms

    What happens in case I want to have an unbound column of checkboxes which I do not want in any table? Vinodi ~~The only place where SUCCESS comes before WORK is in the dictionary~~
  4. vinodi

    Selecting non-contiguous rows in a datagrid

    Hi, In a datagrid one can select non-contiguous rows by pressing the CTRL key and clicking the mouse pointer on the row header. Is it possible to emulate the pressing of CTRL key in the click of mouse button so that user need not press the CTRL key. Regards, Vinodi ~~The only place where...
  5. vinodi

    Adding checkbox columns to datagrid - windows forms

    Hi jebenson, I visited the link and made appropriate changes to my code which I am giving below, but still it does not yield me any result. What could be wrong? Old Code: Dim adapter As New OleDb.OleDbDataAdapter(sql, myconnection) Dim arcptdataset As New DataSet() Dim tsl As...
  6. vinodi

    Help with sendkeys VS2005

    You can send it as System.Windows.Forms.SendKeys.Send("{ENTER}"). HTH. Vinodi ~~The only place where SUCCESS comes before WORK is in the dictionary~~
  7. vinodi

    Adding checkbox columns to datagrid - windows forms

    Hi, This is the code sample that I am using for displaying records in a datagrid. sql = "select r.srno 'SNo.',r.gcno 'Gas Connection No.',c.kno 'KNO',r.areacode 'Area Code',c.houseno 'House no.',c.consname 'Name',c.address1 'Address',r.rcptno 'Receipt No.',r.receiptdt 'Receipt...
  8. vinodi

    show elapsed time

    Dear All, In my application, I want to show the elapsed time for completion of a process that a particular form handles. To be more specific my application written in VB 6.0 generates reports in Excel. I am tracking the progress of report creation by using a progress bar on the form, from where...
  9. vinodi

    What happens to Windows Authentication if domain failure occurs?

    Hi, I have a peculiar problem (or maybe not). I have SQL clients installed on XP boxes. These XP boxes are a member of let us say "XYZ" domain. SQL Server is installed on one of the boxes having Windows 2000 Server in the same network. The installation has been done on local domain account...
  10. vinodi

    Webbrowser control problem

    Hi, I have gone through this forum and scrutinized all the problems associated with Webbrowser control. My problem is slightly different. I have an animated gif that is displayed in a Web browser control. However,there is a gap between the borders and the GIF image. How do I reduce this gap...
  11. vinodi

    crosstab queries - How to create them?

    How do you create crosstab queries in SQL Server Vinodi ~~The only place where SUCCESS comes before WORK is in the dictionary~~
  12. vinodi

    SQL Server data transfer

    Hello all, I am a newbie to SQL Server 2000. I have created some tables in my SQL Server installation. I wish to transfer those tables to the SQL Server located at my client's place. We are not connected to each other over the net. How do I transfer the tables to my client's place on a CD and...
  13. vinodi

    Crosstab queries ( From Access to SQL Server 2000)

    Dear all, I have a full fledged running application developed in VB 6.0 working with Access 2000. Now our client wants to migrate the data to SQL Server 2000. Therefore there are some changes to be done in the VB application. Everything is allright upto this point. Now my application conatins...
  14. vinodi

    Connecting to Access database

    Dear all, I have a full fledged running application developed in VB 6.0 working with Access 2000. Now our client wants to migrate the data to SQL Server 2000. Therefore there are some changes to be done in the VB application. Everything is allright upto this point. Now my application conatins...
  15. vinodi

    Connecting to Access database

    Hi, I have an Access 2000 database on the server. A client application developed in VB acts as a frontend to this application. This client application has been installed using an installer named Inno Setup. What is the connection string that I have to use in my client program so that the...

Part and Inventory Search

Back
Top