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

    TotalPageNumber

    Hi, how can i know how many pages are going printed? i need this value to use it in my C# code... Ty, a lost soul...
  2. madcrow74

    Font Printing Problem

    Crystal Report doesn't print correctly OpenType fonts. OpenType fonts are the new fonts that comes with XP. This problem can be solved selecting only TrueType fonts.
  3. madcrow74

    CR:NET problem with laser printers

    Hi, As per subject, when i print a report, all the non-bold characters are misprinted (random character, mostly strange symbols). This doesn't happen when printing on inkjet printers... Can anyone help me? it's very urgent :-( (i have only one small inkjet p. for 100 users, and many laser...
  4. madcrow74

    Transparent image

    Hi, In CR, all the graphic created using Line and Box objects goes under any type of image i insert in the Report. Even if it's a transparent image. How can i solve the problem? Sometimes i've solved it using a Text Object, but this time i can't...
  5. madcrow74

    Hide a field if the details section is void

    Hi, I have a Group Header containing some TextFields representing the columns Titles about the details data. I'm trying to suppress these TextFields of the details section is void... I've tried to use the EvaluateAfter function, but it doesn' t work... Can anyone help me? Ty in advance... :-)
  6. madcrow74

    Setting XSD file for the report programmatically

    Hello, I'll go straight to the problem... I've created a XSD file and assigned it to my report with report expert. After running my report, i go exporting it with Export button. It works well but, when i close my report and run it again, it searches the XSD file in the directory where i saved my...
  7. madcrow74

    Enum.Parse enumerator method applied to PaperSize

    Hi, How can i treat the enum PaperSize so that i can select a paper size using Enum.Parse(enumType, string) method? It says to me that PaperSize denotes a class where a variable was espected.... Ty :-)
  8. madcrow74

    Reading fields from C# code

    Hi, Who gently can teach me how to read special fields of a .NET crystal report from code written in C#? I can read TextObjects value but not FieldObjects value. Specifically i need to know how many pages will be printed. Ty :-)
  9. madcrow74

    Enum.Parse enumerator method applied to PaperSize

    Hi, How can i treat the enum PaperSize so that i can select a paper size using Enum.Parse(enumType, string) method? It says to me that PaperSize denotes a class where a variable was espected.... Ty :-)
  10. madcrow74

    Reading fields from C# code

    Hi, Who gently can teach me how to read special fields of a .NET crystal report from code written in C#? I can read TextObjects value but not FieldObjects value. Specifically i need to know how many pages will be printed. Ty :-)

Part and Inventory Search

Back
Top