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!

Recent content by madcrow74

  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

    :-) 1) i'm developing an application in C# and CR.NET with VisualStudio 2003, creating a DataSet from a MS SQL database. After i create an instance of a new ReportDocument (crd) then crd.Load("myreport.rpt") crd.SetDataSource(myDataSet) 2) CR.NET on VS.NET 2003 Italian 3) have...
  4. madcrow74

    CR:NET problem with laser printers

    Another passage before printing? they will kill me if i try to propose it to them... BTW another drawback is that exporting to PDF will decrease all my image's resolution, and it will reformat and cut to the right border all of the text inside....
  5. madcrow74

    CR:NET problem with laser printers

    Are they crazy???? U mean that for every printer i plan to use, i have to make a test with ALL fonts i have? How can i do this if i don't know what printer they will use? pity me.... :-(
  6. 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...
  7. madcrow74

    Passing field value from CrystalReport to webpages.

    I've tried by myself too, but u cannot pass variables or read fields from CR to code. U can pass variables from code to CR prior processing the report, and only for text fields, parameters and formulae... For the second Q. sorry but i've never used CR within web pages :-P Byez
  8. madcrow74

    Transparent image

    I haven't found a solution yet... if anyone could help me... ty ty
  9. madcrow74

    Transparent image

    No, I've inserted an image in my report. Then i made the scetion underlying the others so i can have the image on each page as a background. But any other Line or Box object in the report went under that image, even if it is sent to back or transparent... Text object works well, as they can be...
  10. madcrow74

    Transparent image

    Done, but line and border of image are set to none... Same as before: the box goes under the image... I have CR .NET
  11. 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...
  12. madcrow74

    Hide a field if the details section is void

    Yeah! TY!... Perhaps it's due to the fact that i have 2 tables but they are not linked together. I took table2.field, where instead i select & group my records based on table1.field (it's a subreport).
  13. 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... :-)
  14. 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...
  15. 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 :-)

Part and Inventory Search

Back
Top