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. boniblue

    Creating File Name from Fields and Text

    Thank you nagornyi! I eventuallyl had to ditch this...oracle was renaming all the files anyway...due to the software I was running this through... But thank you for your answer...I will keep note for next time! Boni :o)
  2. boniblue

    Formatting Numbers in HTML

    Thanks cLFlaVA! I just did find a way to use SQL code to format prior to shooting the fields over to the HTML page... THANKS FOR YOUR PROMPT SUGGESTION THO! B
  3. boniblue

    Formatting Numbers in HTML

    Hello... I have coded an HTML doc that I will be sending as an e-mail...It has several database fields in it... Is there a way to format the numbers in the fields...they are classified as numbers in the database... I would like them to display #,###.##...but they are showing as #### Thanx for...
  4. boniblue

    Problem in creating matrix query in the report.

    Hi, You can adjust how much the field wraps horizontally by adjusting the size of the field in the layout model...the larger the field is in the layout model the less wrapping there will be... hth, B :o)
  5. boniblue

    Creating File Name from Fields and Text

    Hello! I have a report that exports to a file and I need to name that file by concatenating two fields and some text...the text is always the same but the fields are dynamic determined by the user and a parameter... For example: File_Name:='payments'||_||field1||_||field2(param)||'.txt' I am...
  6. boniblue

    Two Databases in One Crystal Report?

    Thank you both hilfy and KenHammady! I actually only needed certain things from the one...so I created a sub report and linked it accordingly...it worked! BUT...THANK YOU BOTH for you attention! Have a WONDERFUL day! Boniblue :o)
  7. boniblue

    Comparing Params to two fields

    Thank you synapsevampire for your attention to this matter...I have myself so turned around I think it is time to scrap it and start over... But thank you again for trying to help me! BoniBlue :o)
  8. boniblue

    Two Databases in One Crystal Report?

    Is it possible to combine two SQL server databases in one report? They contain the same columns and datatypes but they are not related in any other way...it would be nice to append one to the other but is Crystal capable of doing this? Thanks B
  9. boniblue

    Comparing Params to two fields

    Hello! I am using Crystal 9 with SQL Server... I have a report with a parameter that selects data based on user selection of "ALL" or of five counters...one which pulls from one table and the other four are pulled from another table...these tables are set up exactly alike (down to column names)...
  10. boniblue

    Increase Legend Font Size in Crystal 9

    Hello All! I am currently working with Crystal 9 on a SQL Server... My report contains four graphs that I have sized to show all on one page...this has limited the size of my legend and made the text difficult to read...I have tried to enlarge the legend manually with the anchors and tried to...

Part and Inventory Search

Back
Top