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

    DCOM installations

    Hello, I recently deployed a VB application that uses ADO controls to some Win95 machines. I had to run the usual DCOM and MDAC before the actual application installation and everything worked great. PDW was used to create the setup package. The problem is happening on WinNT machines that have...
  2. subhavs

    Carrying over the form input text values

    Hello, I have an input form with various text boxes. How do I carry over the value of one text box to another text box ? For example - if the user types in the FirstName, I would like the FullName textbox to have the FirstName pre-populated for ease. TIA !! - Subha :-) Nothing is impossible...
  3. subhavs

    Need an example for a JavaScript Function

    Hi, I intend to use some JavaScript functions repeatedly in several JSPs. I tried to put the functions in a separate JavaScript file and then call these functions from the individual JSPs (using the <SCRIPT LANGUAGE=&quot;javascript&quot; SRC=&quot;someFile.js&quot;>). The browser does not...
  4. subhavs

    Invoking a method in Action attribute of Form Tag

    Is this possible ? I am very new to JSP, so please be descriptive in your answer. Thanks, - Subha :-) Nothing is impossible, even the word impossible says I'm possible.
  5. subhavs

    Loading data problem

    Hello everyone, I am very new to MySQL and just started to play arounnd with it. I have created a table with 4 fields and I am trying to populate this table with data from a flat file. The flat file has exactly 4 fields and they are separated by commas. I am using the load data command as...
  6. subhavs

    Determining the type of control

    Hi, Can anyone tell me how I can determine what type of controls are used on a form (programmatically) ? Can we use the Controls collection property of the Form object for this ? Thanks in advance for the help, - Subha :-) Nothing is impossible, even the word impossible says I'm possible.
  7. subhavs

    OO4O question

    Hello everyone, I am attempting to create a VB app using OO4O. I have included the ORACLE Data Control on my form and trying to create a session using the following code - dim OraSession as object set OraSession = CreateObject(&quot;OracleInProcServer.XOraSession&quot;). My code is erroring...
  8. subhavs

    Find path of TNSNAMES.ORA

    Hey... How do I find out the path of the TNSNAMES.ORA file from inside a program ? My VB application will be installed on Win95 / WinNT machines with different versions of ORACLE 8. Since the path for the TNSNAMES.ORA is different for each of the versions, I cannot hardcode it's path inside...
  9. subhavs

    Oracle ODBC Driver - Error Trap

    Hello, I am using Oracle ODBC Driver inside a VB App. I need to time my SQL queries and if they take more than 2 minutes, I need to cancel the query. The commandtimeout property of the ADO control works just fine. My problem is that ODBC displays a message that 'User requested cancel of...
  10. subhavs

    Searching for a file

    Hello, Can I search for a file from inside VB using a command ? I would like it to return the path of the file. Thanks in advance for the help, - Subha :-) Nothing is impossible, even the word impossible says I'm possible.
  11. subhavs

    Finding Operating System

    Hello ... Is there a way that I can determine which operating system the application is running on from within the app itself ? Thanks in advance for the help, - Subha :-) Nothing is impossible, even the word impossible says I'm possible.
  12. subhavs

    Hello ... How can I automaticall

    Hello ... How can I automatically highlight text in a Text Box when I tab into it ? Thanks, - Subha :-) Nothing is impossible, even the word impossible says I'm possible.
  13. subhavs

    Install Shield for packaging VB App

    Hey ... Has anyone used Install Shield for packaging a VB App ? I am kinda frustrated using PDW (because it has so many bugs). I am about ready to begin with Install Shield. Can someone tell me how robust it is ? Thanks, - Subha 8-) Nothing is impossible, even the word impossible says I'm...
  14. subhavs

    PDW - DLLs can they be accessed from a shared drive ?

    Hey guys ... I have created a setup package for a VB app using the Package and Deployment Wizard. The application was created as an EXE and the .CAB file that was created by the PDW packaged around 7 DLLs to go with the EXE. Here's my problem - is there any way that I can run the setup package...
  15. subhavs

    Installing a new Application

    Hey ... I am installing a new VB application on a machine that has Win95 4.00.950B. I am doing this via a setup package. When I run the setup process, a bunch of DLLs are being displayed as getting updated. Then I get a message requesting me to reboot the machine for the change to take effect...
  16. subhavs

    OLEAUT32.DLL updated, now Kernel32.dll error

    Hey ... I have a Win95 machine (4.00.950) with 64MB Ram. It has Oracle Client 8.0.3. I recently tried to run a VB application on this machine and it gave me an error saying that OLEAUT32.DLL was out of date. So, I visited the Microsoft Website and downloaded the latest OLEAUT32.DLL. Now I am...
  17. subhavs

    Connecting to ORACLE from VB

    Hello everyone ... Is there a way that I can establish connections to the ORACLE database from a VB application without using the TNSNAMES.ORA file (ie. without having to install Net8 on individual machines) ? I read somewhere that I can directly use the ODBC connections. How can I do this ...
  18. subhavs

    Functions of an ADO Control

    Hey ... Can anyone tell me how the ADO control works behind the scenes ? When exactly is the database connection established and when does the data get bound ? Also, is it possible to have one ADODB connection and make this as the active connection for more than one ADO control ? To make...
  19. subhavs

    DBGrid Control - ReadOnly

    Hey ... How do I make the ADO DBGrid control as read only ? Thanks, - Subha
  20. subhavs

    ORACLE - VB Application Installation

    Hey ... I am writing a VB application that reads data from an ORACLE database. This will be deployed on machines that do not have ORACLE or VB. I am using a DSN-less connection. I am told that I cannot accomplish this unless SQL*Net is installed on every client. Is this true ? Is there any...

Part and Inventory Search

Back
Top