CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2000
    Location
    Maryland
    Posts
    181

    Bar_Code into Crystal Reports Programatically

    I am about to emabark on a project whereby I use4 Crystal Reports to get ingormation out of the database.
    I then use some of the info in the database (say, a social security number) to create a bar-code.
    I am then supposed to run a scheduler which will create teh reports - this measns that I will not create the bar-code manually..

    The question is, is it possible to change (programatically) change the font of text field (say a social security number) into a bar-code font?
    If so how? Can I do it without introducing V/Basic into the mix??



  2. #2
    Join Date
    Sep 2000
    Location
    Monopoli - Italy
    Posts
    9

    Re: Bar_Code into Crystal Reports Programatically

    you can use a formula to create the barcode while printing the report then appy to the formula field the font for barcode (at design time). You can do it with Crystal Report.

    Bye


  3. #3
    Join Date
    Oct 2002
    Posts
    10

    use barcode in crystal report

    Wango,
    Hi, how do you create barcode in Crystal Report?

    Thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured