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!

Search results for query: *

  • Users: chris6user
  • Content: Threads
  • Order by date
  1. chris6user

    setFocus for a button

    I have three buttons in my .jsp file. When I run the project the first button always has focus. How can I set focus on the second button from the start?
  2. chris6user

    Dynamic Data Connection parameter name in Crystal 10

    Hi, I have a Business View which uses dynamic data connection. Everything works grate but in the Crystal Report which uses this view crystal creates parameter field to prompt you for schema. It creates it with a certain name <your connection name + space + parameter>. I wasn't able to change...
  3. chris6user

    Text file into Oracle with VB6

    Hi, I have a text file about 3MB, which I have to extract into Oracle within my vb6 application. I also have to check for several values if they exist in other tables then write the data into a table. Right now for a text file of 3MB it takes about 3 hours to complete. Is it normal? I access db...
  4. chris6user

    CrystalReports connection to Oracle

    Can I connect to Oracle DB without using tnsnames.ora? when I create the connection to oracle it asks you for a server name which is a service name from tnsnames.ora, it doesn't like when I specify just a server name. I tried to create different odbc connections using different drivers(MS...
  5. chris6user

    Create report at run time with ver. 9

    Any one had it done before? I can't find the example code for CR 9. I need to add groups and totals depends on user selection. DB is Oracle 8i. Please!
  6. chris6user

    Help please!

    I need to display result of my query using Crystal Reports. The report will be created during the run time based on the user selection. I am using CR 9. How can I do it? Thanks
  7. chris6user

    creation feature not enabled

    Why do I get this error while trying to .AddFieldObject? thanks
  8. chris6user

    Crystal 9, Windows XP and Oracle

    I keep on geting this error : &quot;unable to load report&quot; #20525 here is my code: crRep.ReportFileName = App.Path & &quot;\&quot;& &quot;EXPORT.rpt&quot; crRep.Connect = &quot;ODBC;DSN=DFO;SRVR=;UID=SCOTT;PWD=TIGER;&quot; crRep.RetrieveDataFiles crRep.Action = 1 The report works just...
  9. chris6user

    update record in Oracle

    I am trying to update certan record in Oracle table. For some reason it updates all the recods in this table. This is my code: Dim RecSet As ADODB.Recordset sSQL = &quot;select * from export_val where rec_id = &quot; & mvarRec_id Set RecSet = New ADODB.Recordset RecSet.Open sSQL, con...
  10. chris6user

    Backing up and restore

    Does anyone out there have a tried and trued method for backing up and restoring Exchange 5.5 on a SCSI Perc RAID 5 server? The reason I ask is we are using some pretty old software for back ups and it recently stopped working properly. It no longer will back up our 2+gig edb file. I just want...
  11. chris6user

    Exchange backup

    Just curious if anyone has ever used Novastor's NovaBac for backing up Exchange server. I have a problem with this particular (older) version. For starters, it does not support open file backup so I have to kill the services and reboot prior to backing up. A pain but always worked in the past...
  12. chris6user

    oracle not available

    Any one knows what I can do about it? my system is xp Initializing first test to use userid: scott, password: tiger Attempting to connect using userid: scott The test did not succeed. ORA-01034: ORACLE not available There may be an error in the fields entered, or the server may not be ready...
  13. chris6user

    update gives error

    here is my code: Dim sSql As String Dim sCon As ADODB.Connection Dim sRs As ADODB.Recordset Dim i As Integer Set sCon = New ADODB.Connection sCon.Open sConnect Set sRs = New ADODB.Recordset sSql = &quot;Select * from geo_area where geo_id = -1&quot...
  14. chris6user

    Oracle8i and windows xp

    Hi, will oracle8i work on windows xp? thanks
  15. chris6user

    MSDN

    After installing VB6 and MSDN I can't run help through VB. Selecting help gives me an error &quot;the msdn collection does not exist&quot;. I know it's a bag, any one knows how to fix it? Thanks
  16. chris6user

    Help with SQL

    Hi, I have to insert a new record in two tables Table1(IDTable1, IDTable2,Value1, Value2) Table2(IDTable2,Value1) What the statment will look like? Thanks.
  17. chris6user

    ActiveX Documents

    If I create ActiveX Document will it work with Netscape? Thanks
  18. chris6user

    Please Help!!

    This is a code from my ActiveX, module name is Combo.cls Private m_ListValue() As String Private m_RecCount As Long Public Property Let RecCount(ByVal vData As String) m_RecCount = vData End Property Public Property Get RecCount() As String RecCount = m_RecCount End Property Public...
  19. chris6user

    Retrieving data w/ BO &quot;recordsets&quot;

    I have created an ActiveX dll (BO's to connect) which connects and creates new entries in the database. I have an object for every field in the recordset. When the record count is more than 1, how do I assign the information to my BO? I need to be able to scroll through the recordset. I can...
  20. chris6user

    WinHelp

    How can I create help files for VB application?

Part and Inventory Search

Back
Top