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

    French Translation Library

    I need a function (UDF) or equivalent that will translate numbers into French. This could be a two step deal if necessary. Right now I can use ToWord to change the number "1" to "One". I'd like a function that will change "1" to "Un" (that is French for one?). If you have something like this or...
  2. deborahb

    Using <= and >= (p-sql) in two differnt Oracle databases. Diff resps.

    I have two Oracle databases. I am running the same query in both: select * from accttreedetail ad where ad.scode >= '11100000' and ad.scode <= '11100000' In both databases I have a record in the ad table with an scode = '11100000' In database A I find no records and in database B I find...
  3. deborahb

    2003 Server issue with Crystal Reports 9

    We are using RDC, Sql Server 2000, IIS and running Crystal reports 9. We are using activexviewer9.cab#Version=9,2,2,511. I have a set of reports that previously worked fine. Now when I attempt to run them from a 2003 Webserver some of them return a report that looks like it is trying to put...
  4. deborahb

    VB.NET Crystal - Passing Parameters

    I am trying to pass parameters in .Net to my Crystal report. My code compiles fine and runs but I keep getting prompted for the parameters even though I believe I am passing them. When I step through it seems that I cannot even instantiate the Crystal objects. Dim paramFields As New...
  5. deborahb

    Running Totals in Group Headers

    I have a report that has a running total. I am using a running total since I am not adding in the values from every record but only when there is a change in one of the fields. All works fine except that I'd like to display the final value in the group header. Ex. fld1 fld2 fld3 fld4 aaa...
  6. deborahb

    ADO and Numeric fields

    It seems that when I select numeric fields through ADO, they are not available for my report. If I change them to character fields they come in. What's up with that?
  7. deborahb

    Excel Row Height

    I have text that I need to format on my spreadsheet. It needs to span multiple columns (merge) and then wrap. I don't know how many lines it will wrap to in advance. Is there a way to calculate what I should programatically set the row height to since &quot;Wrap&quot; doesn't change the row...
  8. deborahb

    Sql Server Left Outer Joins

    MSSQL Server Report: I created report with three tables left outer joined to one another. The code that Crystal created for me joins them in the where clause ... table1.fld *= table2.fld, etc. I get a GENERAL SQL ERROR when running it. If I change the code to table1 left outer join table2 on...
  9. deborahb

    Printing Totals in the Group Header

    I am printing Tenant Statements and must print the total due at the top of each statement. The details for the total are printed in the detail section. How can I do this?
  10. deborahb

    Varchar2(512) fields in Oracle

    I have a table with a field varchar2(512). After I add this table to my report, this field is not on the list for me to select from. What's up? Work arounds?
  11. deborahb

    Field Underlining

    I am creating a report with font Arial 6pt. (Very small). I need the fields to be underlined. If I use the border set on the line is way to thick. So far I've just drawn a hairline line under each field. This of course is a maintenance nightmare. Is there a way to change the line width on...

Part and Inventory Search

Back
Top