Bar code using Form6i run in c\s using scanner

Dear all
Want to ask if possible to used bar code in form6i run in c\s using scanner as bar code reader..
Do i need to install something to work this bar code?
Any step by step documentation on how to do a bar code?
thanks

A scanner is a hardware device that basically works like a keyboard. When you use a scanner it reads and interprets the bar code and sends the character to the Operating System (OS). Forms does not read characters directly from keyboard or scanner. It reads the characters from the OS. Therefore, Forms doesn't know where the characters came from, and it does not care.
Think of it this way...
When you change out your simple keyboard and replace it with a fancy keyboard, does Forms know or care. No.
Or here is a even simplier way to think about it...
Think of a scanner as being a box that sends characters to the computer. When you open the box and look inside you see a trained monkey who looks at the bar code and types the correct character on the keyboard. (But this trained monkey does not need to be fed.)
The question you should be asking is, not if Forms will work with the scanner, but whether the scanner will work with my OS. Only the scanner manufacturer can answer that. If you want to know how to install scanner or how to operate it, then ask the manufacturer of the scanner.

Similar Messages

  • Why do some of my emails have blue squares with a question mark instead of a picture or bar code?

    Why do some of my emails have blue squares with a question mark instead of a picture or bar code?

    No app installed that will view the pics and bar codes.  
    Which email client are you using?  Which version? 
    File suffix of the pics & bar codes?  Example:  .pic, .bmp, .jpg, etc. 

  • Print Bar code for inspection report

    Dear all,
    I have a requirement for printing bar code in the inspection report. Normally, we use QGA3 print inspection report which based on the script form. Now as I would like to add bar code, as I know, I have to use smart form to realize. but it can just enter Form in the standard way. So could anyone give me some useful suggestion to realize this requirement?
    Thanks a lot.
    Best regards,
    Benny.

    Hi,
    Identify corresponding form.In the character format we have to define the bar code and assign that one infornt of which we need the bar code.
    eg:
    SE71 screen if you go the character
    there below you will get the bar code
    specify one character for that bar code and
    in place of which u want to print place it.
    for eg u have character specified as bb,
    and in place of Inspection lot (w_lot) you want to have bar code
    the just type.
    <bb>w_lot</>, this will print the bar code for instead of inspection lot
    Regards,
    Krishna Mohan
    Edited by: Krishna Mohan N on Jan 22, 2008 7:26 AM

  • How to Increase Bar Code width ?

    Dear All,
    I am printing a Bar code and I am getting its width depending upon size of data .
    I am using CODE 128 and I am passing 854540008700547878 .
    I want to fix the bar code width 9cm  ..Currently I am using 6cm width and 150 height .
    And If I increase the width more than 6cm then I got only charater 854540008700547878 not bar code.
    Help wil be appriciated.
    Regards
    Steve

    Hi ,
    Create your own bar code type rather than using system Bar Codes , if the length of your code doesn't fit with the standards available under  SE73 . There you can define your own sizes as per your requirement , If you have a stands logic ,for example production order type Z001 should be in 15 lengthy code , then put a condition in the smart form to facilitate it , like wise you could use different lengthy bar codes in single form .
    I hope this is what you meant by your treat.
    Good Luck .
    Cheers ,
    Dilum

  • Printing bar code to LOCL printer

    I have created a smartform to print a bar code using bar code BC_CD39.  I call the smartform function in an ABAP program and then display it in PDF form using function:
    call function 'SSFCOMP_PDF_PREVIEW'
         EXPORTING
              i_otf                    = otfdata
         EXCEPTIONS
              convert_otf_to_pdf_error = 1
              cntl_error               = 2
              others                   = 3.
    The bar code does show on the PDF, but it is just showing as repeating bars of the same size. Like this:  
    And when I print to LOCL printer, it prints out the same.  Why is it not printing/displaying the true bar code?

    Hi
    Which printer are you using? To print the Barcodes you need a separate Barcode printer see the following
    To Create a Bar code prefix:
    1) Go to T-code - SPAD -> Full Administration -> Click on Device Type -> Double click the device for which you wish to create the print control -> Click on Print Control tab ->Click on change mode -> Click the plus sign to add a row or prefix say SBP99 (Prefix must start with SBP) -> save you changes , it will ask for request -> create request and save
    2) Now when you go to SE73 if you enter SBP00 for you device it will add the newly created Prefix
    Create a character format C1.Assign a barcode to the character format.Check the check box for the barcode.
    The place where you are using the field value use like this
    <C1> &itab-field& </C1>.
    You will get the field value in the form of barcode.
    Which barcode printer are you using ? Can you download this file and see.
    http://www.servopack.de/Files/HB/ZPLcommands.pdf.
    It will give an idea about barcode commands.
    Check this link:
    http://www.sap-img.com/abap/questions-about-bar-code-printing-in-sap.htm
    Check this link:
    http://help.sap.com/saphelp_nw04/helpdata/en/d9/4a94c851ea11d189570000e829fbbd/content.htm
    Hope this link ll be useful..
    http://help.sap.com/saphelp_nw04/helpdata/en/66/1b45c136639542a83663072a74a21c/content.htm
    go through these links and cose u r previous threads,
    http://www.sap-img.com/abap/questions-about-bar-code-printing-in-sap.htm
    smartform - barcode
    http://www.erpgenie.com/abap/smartforms.htm
    http://sap.ittoolbox.com/groups/technical-functional/sap-basis/print-barcode-with-smartform-634396
    http://sap.ittoolbox.com/groups/technical-functional/sap-dev/printing-barcode-733550
    Detailed information about SAP Barcodes
    A barcode solution consists of the following:
    - a barcode printer
    - a barcode reader
    - a mobile data collection application/program
    A barcode label is a special symbology to represent human readable information such as a material number or batch number
    in machine readable format.
    There are different symbologies for different applications and different industries. Luckily, you need not worry to much about that as the logistics supply chain has mostly standardized on 3 of 9 and 128 barcode symbologies - which all barcode readers support and which SAP support natively in it's printing protocols.
    You can print barcodes from SAP by modifying an existing output form.
    Behind every output form is a print program that collects all the data and then pass it to the form. The form contains the layout as well as the font, line and paragraph formats. These forms are designed using SAPScript (a very easy but frustratingly simplistic form format language) or SmartForms that is more of a graphical form design tool.
    Barcodes are nothing more than a font definition and is part of the style sheet associated with a particular SAPScript form. The most important aspect is to place a parameter in the line of the form that points to the data element that you want to represent as barcode on the form, i.e. material number. Next you need to set the font for that parameter value to one of the supported barcode symbologies.
    Regards
    Anji

  • PDF417, 2D bar code questions

    Does anyone have experience (or can anyone point me to documentation) regarding the 2D bar codes supported by Documaker?  We are using 11.5, and are interested in evaluating PDF417 or DataMatrix (or others) for scanning purposes.  We have implemented a PDF417 solution using section rules rather than the bar code type in found in 11.5, but I am interested in using it for something other than New York ID cards.  To that end, I'm not sure the PDF417 guide that I have found in the documentation section of the support site is useful, as the data we hope to bake into a PDF417 bar code wouldn't be parts of drive names, VINs, etc., I'm hoping there is a way to create our own name-value pairs for sue with the bar code.  Is this possible?  I have no experience with DataMatrix, so I am curious if we can implement a similar solution using that technology as well.
    Thanks!
    Tony

    Hi Tony,
    You may refer to the documentation on "Using Data Matrix 2-D Bar Codes" in the studio user guide.
    http://docs.oracle.com/cd/E16256_01/dmstudioguide.pdf
    Thank you,
    Sruthi Jayasimhan

  • Running web report that uses jdbc

    I have been trying to run a web report from oc4j. The report was created in reprots 9i. The url:
    http://localhost:8888/reports/test/myReport.jsp?userid=username/password@dbname
    works great for a report that was created using a sql connection. It doesn't work for a report created using a jdbc connection. When I try to use it for a jdbc report I get the following error:
    REP-4100: Failed to execute data source. REP-0069: Internal error JDBCPDS-62000:Invalid sign-on parameter P_JDBCPDS
    What url should I use to run a report that uses jdbc? Thanks.

    Hi Roger
    To clarify, for reports which have PDS based queries, you need to give a sign on parameter in the url. This sign on parameter is nothing but the connection details. In case of reports designed with sql query, you provide userid in the url. The default sign on parameter name for JDBC PDS based report is p_jdbcpds. When you design a report, you have option of changing this sign on name. In case your report has sign on parameter name different to default sign on name, you need to specify that sing on parameter name in the URL.
    For JDBC query with Oracle thin driver, the sign on parameter would look like:
    scott/tiger@(DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS =
    (COMMUNITY = tcp.world)
    (PROTOCOL = TCP)
    (Host = xxx-xxx)
    (Port = 1521)
    (ADDRESS =
    (COMMUNITY = tcp.world)
    (PROTOCOL = TCP)
    (Host = xxx)
    (Port = 1526)
    (CONNECT_DATA = (SID = xxxx)
    After @, you basically gives DB connection info as defined in tnsname.ora file for that DB.
    Thanks
    Rohit

  • HP service Tags - what type of bar codes do they use?

    Hi there,
    i have asset tracking software and a bar code scanner. I'm looking to know what type of bar code is on the HP service tags. As i want to be able to scan in the bar code to give me the serial number of the machine.
    thanks,
    Paul

    Hi,
    your problem is that you are trying to resolve a problem related to a specific statement by using instance-wide tools. You should look at performance stats for that particular statement.
    1) Identify sql_id of the offending statement (e.g. select sql_id from v$sql where sql_fulltext like '%part_of_statement_text_here%', if it doesn't return results check case or look in
    dba_hist_sqlstat)
    2) Look for records with this sql_id in DBA_HIST_ACTIVE_SESS_HISTORY (use filter on sample_time). Compare performance indicators for the timeframe of the incident and outside it
    3) You can also find performance stats for this statement in DBA_HIST_SQLSTAT, but you will have aggregates over snapshot duration
    Given your symptoms, the most logical explanation is a plan flip. Check plan_hash_value in DBA_HIST_SQLSTAT -- if it changed around the time of the incident, that will confirm your suspicion.
    Use dbms_stats.display_awr to display both "good" and "bad" plan. Try to understand the key difference, look at predicates for any hint that could explain it. If it doesn't give you results,
    use format=>'advanced' to generate outlines for both plans, then you can set STATISTICS_LEVEL=ALL and run the statement with both plan, producing extended plan statistics. Use
    dbms_xplan.display_cursor(..,..,format=>'allstats last') to display it. If having difficulty interpreting it, post it here to get the help from community.
    Best regards,
    Nikolay

  • How to display or generate PDF417 barcode dynamically in PDF form? I am using Acrobat XI Professional and there is a Bar Code Field in the same through which I generated the same. But I want to generate the same dynamically.

    How to display or generate PDF417 barcode dynamically in PDF form? I am using Acrobat XI Professional and there is a Bar Code Field in the same through which I generated the same. But I want to generate the same dynamically.

    What do you mean by dynamically? When yo set up a 2D bar code field you specify which field name/value pairs you want to include, along with other parameters. But be aware that they won't work with Reader unless you Reader-enable the document with LiveCycle Reader Extensions and include the bar code usage right. It will work with Acrobat Standard/Pro.

  • Use abap report program to print bar code instead of smartforms

    Do anyone know how to use abap report program to print bar code?

    Hi Celina,
    http://searchsap.techtarget.com/tip/1,289483,sid21_gci839063,00.html
    I hope this will help, also it depends on the barcode type like ARTNR-code 128...
    Regards,
    Sudhi

  • Amount in Bar Code is incorrect;Amount in the line item can be used instead

    We have a problem in our Brazil company code.
    When we have a document with value higher than 5,000.00 BRL it is subject to Pis/cofins tax. In the Boleto (paper) document the amount is after tax deducted. But we see the full amount in the Vendor line item in SAP
    When the system reads the bar code and saves this code in the vendor line item during the document change we get a warning message no."8B797: Amount in Bar Code is incorrect;Amount in the line item can be used instead".
    And the amount in the Barcode line automatically adjusts itself to the line item amount which is the pre-tax amount (full amount).
    Example: Amount in the SAP Invoice doc is R$ 6,268.72   
                   Amount in Boleto (paper) R$ 5,977.22   (after deducting PIS/COFINS) - This amount appears in the bar code but once we press enter after the warning message it automatically adjusts to R$ 6,268.72 .
    We tried few notes like 784748 to apply but it says it is obsolete. We are on ECC 6.0 Release level 11.
    Regards.,
    Raj/

    answered through SAP note 784748

  • How to use PDF417 Bar Code in Oracle Reports 6i

    How to Use PDF417 Bar Code in Oracle 6i. One of my clients has a requirement that Customer Name and Address to be converted into PDF417.
    Any help greatly appreciated.
    Thanks,
    PN

    You will need to add this font to the system and Reports configuration files.
    For adding font to the system, refer to your system specific guidelines for installing new fonts.
    After you have installed this font on the system, you should be able to see the font in Reports builder font picker dropdown box. or with unix 'xlsfonts' command
    For adding this font to the Reports application.
    1. Modify the printer definition file ( you can get this info from uiprint.txt file for the .ppd or .hpd file used )
    if the printer defination file is .ppd then look for "*Font Information" section and add the new font name there
    like *Font <new_font_name> Standard '(00.1001)" Standard ROM
    If hpd add the new font tfm file as
    FONT= new_font_name
    /tfm=new_font_tfm file.tfm
    2. Copy the AFM or TFM ( these are fonts metrics files, which font vendor will provide ) into the relevant directory so the the Reports application should pick them up.
    3. If necessary, make changes in the alias file (uifont.ali ) for mapping to this font. If the layout objects in your report are associated with the same font name as the new font then mapping is not required. But if the fonts for the layout objects are different then you need to map the original fonts to the new ones. Make sure that the mapping rules should be defined in the right section depending on the printer type being used.

  • BAR Code Print Using Font Free 3 of 9 Extendted

    HI,
    We have installed BAR Code Font TTF file for Code 3 0f 9 Extended using se73 in SAP as well same in windows.
    Scaneer show 100% confidance (recognize well) while printing the text from MS Word( Testing Purpose). but while Printing from SAP Sscript scanner dont recognize the print bar code( We have installed the same font by SE73) in SAP.
    Could any one help us what may be issue while printing from SAP SCript , SAP is not printing the actual BAR Code same as MS Word.
    Rgds
    Bansal

    Hi,
    Each Code 39 printer can also print 'Extended Code 39' barcodes. It is only the Bar Code scanner that must be switched to 'Extended Code39'.
    In a Code 39 Barcode you can use the characters 0-9, A-Z and the characters -. $/+%
    For an Extended Code 39 barcode a combinition of these characters get a special meaning. See the link below:
    http://www.barcodeman.com/info/c39_ext.php
    Regards,
    Aidan

  • Use of Bar Codes in reports and fonts

    Hi,
    I've copied Word fonts for the bar codes in the folder "Windows font "on mi pc. Then I opened a DESKI report and I used the same font in the report. I must repeat the same operation on all pc's in the company and on the Application Server where is located the CMC?
    Thanks in advance and best regards,
    Andrea Cozzani

    Hi Edmar
    I think the solution is for every user who is seeing the Reports PDF output in the browser, to have the relevent font in Acrobat. We have introduced Single Byte Type 1 Font Embedding and True Type font subsetting features in Reports 9i and if the resultant pdf output has any of these font types, you can use these features. In this case, user does not need to have the Font installed.
    Also In Reports 9i, you can create a bar code font report using Barcode bean. Please have a look at
    http://otn.oracle.com/products/reports/htdocs/getstart/examples/index.html
    for more detail.
    Thanks
    The Oracle Reports Team

  • Use of bar code value in apex

    Hi experts,
    I am building an employee attendance system in apex.
    When an employee enters or leave the office, the bar code reader captures the value (i.e employee id) based on the bar code sticker on employee i-card. So after getting the employee id, I want that value in first item on apex form.
    Based on this value a function/procedure should be called which stores employee details (e.g. name, date, time etc) into the table without any manual interaction. Also the value of item should be null/clear after entry in table.
    I tried it using windows hooks, but it is not working properly. (e.g. It doesn't fetch the value when computer is locked.)
    Is it possible to fetch the value ( employee id) directly into the form item and at the same time insert the values in the database based on the employee id...???
    This is just an general overview of how it want to be work. Please provide your valuable suggestions for any other way to implement the same.
    Thanks in advance
    Chetan

    I assume you are just using a generic bar code reader that effectivly acts like a keyboard typing the relevant bar code value?
    I really don't think APEX is the right environment to be doing this sort of thing in.
    Unless I've misunderstood the hardware you are using though I really think you are going to struggle getting enything to happen when the machine is locked...

Maybe you are looking for

  • How can I disable developers tools from using function keys?

    Every time I try to use my Quake like console binded to the F12 key, it opens the dev.Tools. How can I disable or even better uninstall dev. Tools. I don't want to change the key I use for my console, I want dev.tools to stop bothering me when I'm br

  • Error in backup with verification in DB13

    Dear all, I am taking backup through DB13. There is two options in that with verification & without verification. when i am taking backup without verification , it is completed succesfuly, but when i am taking backup with verification, there is some

  • Whcih one is correct? Hifun or Minus? in hr-bap

    Hi Any one kindly tell me which one is CORRECT Rp_provide_from_last or rp-provide-from-last. regards sas

  • Photoshop Crash immediately at start

    Photoshop Crash immediately at start!!! it happens just with the Intel Hd Graphics 4000 display adapter...in my laptop... when is disable...and runs just with the Envidia...works well... but i need the intel Adaptor for After effects!!!... what i can

  • Ftp publishing in captivate 8

    . Where did it go? Can not find it in any menu...