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 Mike Lewis 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: *

  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

    to synapsevampire, OLE DB is using Oracle client too
  5. 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...
  6. chris6user

    Crystal and Windows XP

    7.5 and up. 7 does not work with xp I know first hand
  7. chris6user

    How to Display Group name value using RDC

    Dan777, I was able to create my reports. Looks very nice, used your tip, thanks. As to my group names I just did &quot;AddFieldObject&quot; = the fieldName I grouped by. Chris
  8. chris6user

    How to Display Group name value using RDC

    I will try it today with AddFieldObject tonight (it's my second work from home). thanks
  9. chris6user

    How to Display Group name value using RDC

    so, ok you add the group but how you add values to display in that group? In my case I have empty report at the beginning. I add groups and totals depend on user selection. My totals have to be formulas.
  10. chris6user

    How to Display Group name value using RDC

    Dan777, after you add the group can you add &quot;addformulafield&quot; to your groupheader with text = &quot;{customer.name}&quot;? where you able to add formulas to your group footer?
  11. 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!
  12. chris6user

    Help please!

    database is Oracle 8i
  13. chris6user

    Help please!

    dgilz, well I have to be able to add groups and totals for each group. I made it to work with my query but it doesn't do it for me. Do you know how to add groups and totals on the fly? thanks
  14. 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
  15. chris6user

    How to Display Group name value using RDC

    Dan777, do you mind sharing the code on how to add the group? I need to create a report during the run time. thanks
  16. chris6user

    creation feature not enabled

    never mind it's a license issue. to synapsevampire, there is no way to get to their support site today, never loads. I had to call. thanks
  17. chris6user

    creation feature not enabled

    Why do I get this error while trying to .AddFieldObject? thanks
  18. 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...
  19. chris6user

    update record in Oracle

    to Transcend, I use addnew in case if the record does not exist to create a new one. But even if I remove it and change to adOpenKeyset is still updates everything. I use Oracle and adodb all the time and it works, the only diference this time I have windows xp.

Part and Inventory Search

Back
Top