Printing barcodes through oracle applications

Dear Schavali and all others,
We are analyzing to setup a barcode printing through Oracle applications. I have seen your thread in this forums but now i cant find it. But please i need a clarification from you.
To print bar codes from Oracle applicaitons
if we go for
1). Printing using third party tool and print server, what all do we need to buy. (Like if i have 20 branches do i need to purchase 20 printers or do i add the normal printers to the print server)
2). If i go for XML enabled printers to print Directly the barcodes, only one user can print on it at a time??.
If multiple users should be able to print at the same time which one should i go for??
Thanks
Taher

Hi,
We are analyzing to setup a barcode printing through Oracle applications. I have seen your thread in this forums but now i cant find it. But please i need a clarification from you.Use the search to find such threads.
Barcode
http://forums.oracle.com/forums/search.jspa?threadID=&q=barcode&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
To print bar codes from Oracle applicaitons
if we go for
1). Printing using third party tool and print server, what all do we need to buy. (Like if i have 20 branches do i need to purchase 20 printers or do i add the normal printers to the print server)Normal printers should be OK (provided that those printers support barcode fonts) -- How to setup, map, and print custom reports with a barcode / MICR font [ID 551630.1]
2). If i go for XML enabled printers to print Directly the barcodes, only one user can print on it at a time??.
If multiple users should be able to print at the same time which one should i go for??Multiple users can print to the same printer.
Thanks,
Hussein

Similar Messages

  • JDeveloper Team - How to print Barcodes from java application

    We are developing an Inventory based application in JDeveloper 3.2.2/Oracle 8i/Netscape Enterprice web server on Windows NT platform. The application is developed in swing technology.
    We have to print Barcodes on Intermec 3400/4100 or Zeebra Z4000 (connected to COM1/COM2) from our java application from one of our screens.
    Can you please point me to right place or get me sample source how to achieve this. We are working on a timebound deadline and we are really counting on your sincere response ASAP. Thanks in advance.
    VR
    null

    Try creating a page called launcher.html (for example). That does this:
    <html>
    <head>
    <script language="javascript">
    windowHandle=window.open("http://www.javasoft.com", "", "height=700,width=1000,status=no,scrollbars=yes,resizable=yes,toolbar=no,menubar=no,location=no,top=5,left=5");
    </script>
    </head>
    </html>Now you launch IE (or whatever) with this page using the Runtime class. After x seconds (after the second window has been launched) try killing the process. Hopefully it will kill the original window you opened and not the window you popup (the one without toolbars etc)
    It might kill both windows but I can't be bothered to test it. If it does you'll have to try and find a workaround.

  • Solutions for creating and printing barcode for MII application

    Hi all,
    We need some help on solution about barcode creating and printing for MII applications. Would be greatly appreciated for any suggestions about the best option.
    Our client is running MII 12.x. They also use Crystal Report. They don't have a lot of SAP resources and hence don't want to create Barcode using SAP smart forms. The new application requires reports to be printed out with barcode attached to it. The following are some options that we have identified:
    1. Using Bartender software. MII will provide a XML file and feed to the software. The software can print out the content with the label.
    2. Create a customized action block to create and store barcode on the server. Using a HTML page to display all the content with the jpeg/png version of the barcode. Print out through IE.
    Any other options will be good too. Thanks in advanced for your responses.
    Best regards,
    UMeng

    Thanks for the suggestion.
    One concern I have is this package is developed for v12.0. According to SAP, these action blocks will work in 12.1 but not in 12.2. I've tried to install it on 12.2. The configuration dialog are not working properly.
    Have anybody succefully implemented this package on 12.2?
    Best regards,
    Arnold
    Edited by: Brad Arnold on Mar 2, 2012 11:53 PM
    Edited by: Brad Arnold on Mar 2, 2012 11:55 PM

  • Form is not submitting through Oracle Application Server

    Hi Experts,
    We are creating one Java Application and deploy this java application on Oracle Application Server Enterprise Manager release 2 through War File.
    Now, There one Form on submitting calls procedure with some 42 parameter in that 20 are Oracle Types and remaining are simple varchar or number. when going to submit this form is not raise any database error or server error , but data is saved into database.
    We creating error log on database side as well as on Server side but we did not found any error.
    We are confused because remaining all form working fine as they call with same as procedure, only difference is that this form calls procedure which having 42 parameter with 20 Type and remaining simple varcahr or number. Other Forms procedure also having Oracle Types as a parameter.
    Could any of one help me out, Please ?

    The form HTML is incorrect.
      <form id="form1" name="form1" method="post" action"registration.php">
    you're missing a  = after action

  • Printing barcode using oracle graphics

    Hello Folks,
    I am trying to create bar codes using reports & graphics. The
    report documentation (chapter 06) does have guidance but which
    is not clear on the graphics side.
    Is some one can elaborate little more on this?
    Regards.
    null

    Spencer is correct...
    but, watch out for the DEVICE you are reading the
    bar code with...the wand, bar gun...etc.
    what we had to do ( my team )
    was to put and "*" before the bar code
    and a "*" after the bar code for our gun to read
    the code...then is worked...
    patrick
    from the 3of8.ttf
    go to the control panel
    find FONTS and click on it
    once the program displays all your FONTS
    click on the menu FILE and then click on
    INSTALL. this will ask you where the 3of9.tff is located
    ..find the location,
    then install.
    in your oracle report,
    click on the FONT to install 3of9...blah..blah
    good luck
    Spencer Tabbert (guest) wrote:
    : Its really quite simple to print barcodes. Essentially a
    : barcode is no more then a different font which needs to be
    : installed on your pc. Dev 6.0 does ship a sample barcode font
    : which you can install if you would like. Do a search for the
    : font named 3of9.ttf then copy this file into your fonts folder
    : which is located in your control panel. When wanting to print
    : the barcode out just change the font type for a particular item
    : on your report to the barcode font.
    : Spencer Tabbert
    : mjs (guest) wrote:
    : : Hello Folks,
    : : I am trying to create bar codes using reports & graphics.
    The
    : : report documentation (chapter 06) does have guidance but
    which
    : : is not clear on the graphics side.
    : : Is some one can elaborate little more on this?
    : : Regards.
    null

  • How to Print BARCODE in oracle RDF report

    Hi,
    We are trying to print BARCODE for Order Number in RDF report. Kindly let me know how to do this.
    Thanks & Regards,
    Suresh

    897745 wrote:
    Hi,
    We are trying to print BARCODE for Order Number in RDF report. Kindly let me know how to do this.It's very easy. Download a font which show barcode then choose your desire field's font that font. I use IDAutomationHC39M font.
    Hope this will help you.

  • Printing barcode in oracle report 6i in character mode

    Hi there,
    I am new in oracle reports, especially in printing it in character mode.
    I am trying to create a report for ticketing purposes, so I have to put barcode on it.
    So far, I did follow this link Printing in character mode (urgent)
    and yes, I didn't get it. I been doing this 3 days already and no successful result.
    I just don't get the commands in .prt file and how could i integrate it in oracle report 6i.
    The printer I use : epson LX-300+
    windows OS.
    Your help is highly needed, any opinion will do. I just need help that bad.
    Thanks..
    Edited by: shynn on Jul 18, 2012 6:56 PM

    Hi guys,
    I already get the character mode using ESC character.
    Just this, I need your help.. Do you know the ESC code for the barcode that we could add in .prt file?
    Just the ESC code, but if there is needed for configuration for that, kindly add it up.
    Thanks,

  • Printing Invoice through Oracle Reports

    I am using Forms 5.0.6.8 and Report Writer
    3.0.5.8.
    Through my Invoice Form I want user to print an invoice by clicking a button. I try to create a report but unable to design layout as per my pre-printed stationary.
    Can anybody send me a sample report which help me to make a report or guide me to get such sample report.
    Note : I tried quick tour and other sample reports provided by oracle corp. but it is not helping.
    Thanks & regards.
    null

    I'm using reports 6i, i forgot to mention that earlyer on.
    the problem is more sutible then that, you se i have to be able to handle multible page invoices, and i have to be able to only print the GIRO part on the last page, so as long as i only have single page invoices, theres no problem BUT i also have to handle mulitible page invoices.
    a GIRO is the lower fourth of the invoice, it makes is possible for customers to rip off the giro card(perforated line) and use it to pay the bill, in a bank or postoffice.
    i hope that makes the problem clearer.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by shay:
    One solution would be to scan the image of the pre formatted page into the computer and set it as the background for your report.
    Then just position the frames and fields you need on the image.
    You can also use the rullers at the side of the report to exactly put each field where you need.<HR></BLOCKQUOTE>
    null

  • Client printer on oracle application server

    Hi all.
    I configured my own system on oracle application server and I connected my printer on client machine.
    When I wanted to print through the application server on the printer I did not print.
    Please could anyone shows me where is the error file (for the printer) located in oracle application server to check the error.
    by

    No. Not only it isn't certified, but it is also impossible to run forms compiled with the 11g compiler with the 10g runtime. For 11g there is a install bundle for the developer suite / application server.
    cheers

  • Print Image in Oracle Report

    I have an scan image in my report. I can see the image in the Layout editor but when the report runs all that comes out is a blank piece of paper. The image does not print.
    The version of reports is 2.5. Does anyone have any idea why the image does not print.
    Thank You
    JK

    Hi
    If you are using a scan image (which is a bit map)in rep 2.5 and run them through oracle applications 11 and below you may have do lot of system level programming to support bit map images, because oracle apps 11 and below are charter based they do not support bit map. There may be a work around I had been trying for the past 2 years. But with apps 11i and rep6i this is possible.
    null

  • Invoke external application thru oracle application server 904

    Hi all,
    We are trying to invoke an external exe (WordAPI.exe) through Oracle Application Server 9.0.4 installed on Windows 2003/XP
    This exe reads the text file and fills the data in specific word document and sends the same to the printer. The data is filled in the document w.r.t. the bookmarks added in it.
    The problem is windows task manager shows both processes WordAPI.exe and winword.exe started but it does not send anything for printing.
    The same is happening when we try to invoke notepad.exe or wordpad.exe
    The feature when executed in Jdeveloper gives perfect results.
    Also we tried using same feature in another app server and there also we got required results.
    If anyone has come across any such problem and was successful in getting it thru, please suggest.
    Thanks in advance

    Hello,
    we have a similar effect, when start winword from FORMS / ORA_FFI and I can see the winword-process in windows-taskmanager ( Server 2003 ), but nothing is going on,
    the application hangs.
    Did You solve your problem ? what's wrong ?
    Does it work in another enviroment ?
    thanks

  • Issue with Oracle Application Adapter (11g) for SAP

    Hi,
    I need to call a WSDL file that is generated through Oracle Application Adapter Application Explorer from a BPEL Composite in SOA 11g.
    The wsdl files are stored under the path $SOA_HOME/soa/thirdparty/ApplicationAdapters/wsdls by default.
    I’m not able to see the wsdls in the Resource Pallette while trying to invoke the adapter. Kindly let me know the workaround for the issue.
    Regards,
    CC

    Hi Chandu
    For SOA 11G, in order to access the BAPI WSDLs ,you need a third party adapter service which comes with Jdeveloper version 11.1.1.2.0 . I am not sure if this is available with Jdeveloper version 11.1.1.1.0. So make sure you have the correct version of Jdev for development.
    Also in 11g when you generate the WSDL(outbound service) from AE, 4 files are generated.
    XXXX_invoke.jca
    XXXX_invoke_request.xsd
    XXXX_invoke_response.xsd
    XXXX_invoke.wsdl
    You need to copy these 4 files to your Jdev project folder and configure the third party adapter service to invoke the SAP BAPIs. Hope this helps.
    Thanks
    Subhankar

  • Oracle Applications R12.1.3 Installation Solutions Required

    Hi,
    Background : We are implementing Oracle applications (R12.1.3) on linux environments (Linux/ Solaris - not yet decided)
    Total Users 10000. We want the best practices used for handling 10000+ users in terms of following:
    1. Hardware Details ( From any of your current configuration)
    a> RAM Details
    b> HDD Details
    c> SAN Details
    d> CPU details
    2. How Sizing of Oracle applications must be done to avoid performance issues ? (Forecasting for 3 year)
    a> unix mount point sizing
    b> tablespace sizing
    c> init parameter sizing
    d> concurrent manager sizing (Scheduling list of concurrent managers)
    e> archive log files sizing
    f> web-based users -> oacore sizing
    g> form-based users sizing
    3. Installation Of Oracle applications R12.1.3 (base language + other languages) [in detail]
    4. Installation of Oracle Diagnostics Module (in detail)
    5. Custom Top Creation in R12.1.3 (in detail)
    6. How to add new Concurrent Manager and how to schedule requests to Concurrent Managers defined
    7. Monitoring Scripts for Oracle Applications.
    8. Best practices used for backup of Oracle applications (Hotbackup and Coldbackup) - RMAN + other methods
    a> increemental backups
    b> hotbackups
    c> coldbackups
    9. Sample Application DBA Templates
    10.Printer Configuration in Oracle Applications (PDF and Check printing Methods)
    11.Workflow Mailer Configuration in Oracle Applications
    12. How to add new products in R12[in detail]
    Appreciate your help !
    PS: RHEL/Sun Solaris Document will be helpful.
    Thanks and Regards
    Ketan Punamiya

    Duplicate post.
    Installing Oracle Applications R12.1.3 on Linux Solutions Required
    Installing Oracle Applications R12.1.3 on Linux Solutions Required

  • Report to Print Barcode

    HI Experts,
    I would like to know what will be the procedure to PRINT BARCODE through a Report. 
    Is there any FM or Class for this. I know this can be done by using SMARTFORM/SCRIPT, but would like know if there is any other Method of doing this or what is the best method to obtain this .
    BR,
    Devi Prasad

    Hi,
    please refer to the link i am sure it will help in solving the issue...
    [https://forums.sdn.sap.com/click.jspa?searchID=28423964&messageID=7396572]
    best of luck!!
    regards
    ravi

  • Creation of barcode through report

    HI all,
    Is it possible  to  PRINT BARCODE through a Report.
    Is there any FM or Class for this. I know this can be done by using SMARTFORM/SCRIPT, but would like know if there is any other Method of doing this or what is the best method to obtain this .
    If u know please share the coding.
    thanks in advance.
    regards,
    Ravi.K

    If you require help in Reports, please put it in the Reports
    If you want to do the same in SQL, refer the analytic function, particularly SUM

Maybe you are looking for

  • G5 suddenly "out of range" of network

    My dual G5 1.8 suddenly stopped having sufficient signal to connect. Multiple other computers on the same network in the same room (right next to the G5) get 4 bars. I've reseated the card and antenna connection. Before I order a new Extreme card for

  • Can I delete the contacts list in one go

    Can I delete the contacts list in one go - CJ

  • Macbook pro dont run reinstallation disc.

    My problem begin when my macbook pro start showing a blinkin folder at start up, i had this problem before on an ibook. I inserted my reinstallation CD. but i have a new problem. The first screen apears to be scratchy, It look like a old tv with bad

  • Email address verification

    Rec'd message from BB telling me my AOL email address was invalid and I wouldn't get email to my phone. I tried to edit the account (in Settings) but I couldn't remember my AOL password. So I started from scratch by deleting the email address they sa

  • CS6 trimming

    What does everyone think of the new trimming tools in CS6?  When I first heard about it, I thought I would love it.  After putting it to the test, though, it kind of drives me nuts.  I use regularly use ripple edits, which used to be done just by hol