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: vinodi
  • Content: Threads
  • 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

    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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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~~
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. 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...
  14. 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~~
  15. vinodi

    Scanned Image query

    Hi, I want to develop an application using the Kodak Image Edit Control. Let me give you the background of this application. A document has two columns with information on it. When I scan that document, the info present in the left column should appear in a window and the right column should...
  16. vinodi

    Exporting ACCESS files in Dbase III format through VB6

    Hi, I know the subject line is a little long. Well guys here is my problem. I have developed an application using VB6 with ACCESS 2000 as backend. One of the tables existing in Access needs to be exported in Dbase III format for further processing ( on an everyday basis ). I further know...
  17. vinodi

    Chart Buster ( MS-Chart)

    Hi, How do I change the position of the legend while working with MS-Chart control. By default, the legend always comes on the right of a chart. How do I place it at the bottom of the chart ( or anywhere else ). Secondly, is it possible to scale my chart while printing on paper. ( I have...
  18. vinodi

    Serial No. Generation

    Hi, In my report which I am creating through Data Report, I need a serial no. to be generated for each row of data that is displayed. How can I achieve this? I do not want to create a serial number field in my database ( In my case Access 2000 ). Thanx in advance ~~The only place where...
  19. vinodi

    Serial Number in Crystal Reports

    Hi, Can anybody tell me how to generate serial numbers through Crystal Reports. (Version 8). Vinodi
  20. vinodi

    Two Questions?

    Hi, I am posting two questions. Before that let me briefly give you the idea of my network. I have a Win 2k Server which is a domain controller. All client nodes consist of Win 9x boxes and belong to a workgroup which is a part of the domain. The problems are: 1. The Shutdown button is...

Part and Inventory Search

Back
Top