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 SkipVought 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: vinodi
  • Order by date
  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...
  16. vinodi

    Check whether table exists

    Hi, I have an ADODB Connection object having a connection string pointing to an Access 2000 database. Before fetching a set of records I want to check whether a particular table exists or not. How do I accomplish this using ADO. Because it is quite simple to use Tabledef objects using DAO...
  17. vinodi

    New to IIS, setting up an intranet

    Harlequin I want to know what settings need to be made on the client boxes, as I already have a virtual directory containing an application on the server. Regards, Vinodi ~~The only place where SUCCESS comes before WORK is in the dictionary~~
  18. vinodi

    New to IIS, setting up an intranet

    Hi guys, I am new to IIS. My organization has a Windows 2000 Server (SP2) as primary domain controller. The clients on my network are member servers (Windows 2000 Servers), as well as boxes having Win9x and Windows XP. I want to set a test environment for an intranet application as this...
  19. vinodi

    New to IIS, setting up an intranet

    Hi guys, I am new to IIS. My organization has a Windows 2000 Server (SP2) as primary domain controller. The clients on my network are member servers (Windows 2000 Servers), as well as boxes having Win9x and Windows XP. I want to set a test environment for an intranet application as this...
  20. vinodi

    Creating splits in the view area

    Hi, How do I generate a split in a window? In VB IDE you can split the code window into Two parts? Is there any control for this task? Vinodi ~~The only place where SUCCESS comes before WORK is in the dictionary~~

Part and Inventory Search

Back
Top