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 wOOdy-Soft 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 sgi97

  1. sgi97

    Printing Special Characters in Crystal Reports 8.5

    Well, Thanks I can't use like 'SMAN5X11½*' because i have other items with ½ not exactly at the end and i only want to filter SMAN5X11½. i Appreciate your effort. I Realy want to know why crystal don't accept those special character y also has items with other specials characters like ½...
  2. sgi97

    Printing Special Characters in Crystal Reports 8.5

    sorry but i don't understand what you mean. str = ... is the selection formula i send to crystal. I get no record when i filter table.item = '....' I think the problem is that crystal don't understand ascii 189 at the end of the field.
  3. sgi97

    Printing Special Characters in Crystal Reports 8.5

    hi, i use this to filter the record: dim str as string str = "{tbl_detailtrans.articulo} = 'SMAN5x11½' report.selectionformula = str ... The result of asc(right(trim({table.field}),1)) is: 189 I have other items that is 'SMAN5x11½C it's work fine. the different is the letter c in right,1...
  4. sgi97

    Printing Special Characters in Crystal Reports 8.5

    Yes, i used it in a vb form and it work fine. Yes, when i print it via crystal reports if i filter the report by this code with the special characters it comes in blank. Yes, if i print i get SMAN5x11 and that means that nothing is displayed, the report shows NO pages but if you select the...
  5. sgi97

    Printing Special Characters in Crystal Reports 8.5

    I'm using Times New Roman (Western) and yes the font is on the target machine.
  6. sgi97

    Printing Special Characters in Crystal Reports 8.5

    Hi, I have the following item's code: SMAN5x11½. I used it on my vb6 app and it works perfectly so when i print it via crystal reports if i filter the report comes in blank and if i print i get SMAN5x11. How can i solve this problem. Thanks, Richard
  7. sgi97

    "URGENT" - How can i place a picture on a report?

    Hi, i'm linking 2 tables via dsn, and i get an error odbc error: visigenic Interbase Driver 4.x ...] syntax error or access violation , when i use only 1 table it works right, can you help me ?

Part and Inventory Search

Back
Top