Language Selection to print scripts

Hi Friends,
I have a custom dialog program . On the screen I have following parameters .
Print Immediately :
No of Copies :
I want to add a language option to it . The default should be the logon language .
Which table contains the logon language and other languages . So when the users wants to print the form in a diff language he can dropdown and choose any .
Depending on the selection on the screen . I will put a if ..else in the print program and go print the form in that particular language .
Please advice .
Thanks ,

Hi!
Check table T005T for countries and languages.
The default logon language can be read from system variant SY-LANGU.
Regards
Tamá

Similar Messages

  • Dual Language in Form Printing

    Hi Friends,
    I have to maintain two languages for sales order printing i.e. EN and FR.
    I have copied the standard print program into a Zprogram as I have to add some more functionality  also the script is a Custom Script.
    How would I maintain two languages for the same script?
    Kindly help.
    Regards,
    Pradeep
    Note : I will definitely assign the marks for good answer .

    Hi Prabhu,
    Kindly explain it in detail. How can we create a smart form which having dual language i.e english & french.
    e.g. I want my smart form Print in this format like
                    SOLD TO(english) / VENDU(french) i.e. text will be printed in dual language.
    Thanks & Regards,
    Abhishek.

  • Check printing script debuggin problem

    Hi
    i am working on a check printing script. i need to adjust the layout of few things in this layout.
    in the debuggin mode i am getting the short dump stating vendor number = xxxxxxxxxxxx (invalid).
    can anyone tel me the windows for date,account payee,amount in words and amount in figures or atleast the fields related to them r tell me where i have to correct my script to proceed in debuggin mode.
    thanks in advance

    Hi,
    CHECKSPL  -> for amount in words,
    CHECK -> other fields ( date, amount )
    CHECKADD -> Payee
    other open form se71 -> display -> go to UTILITIES menu -> select FORM INFO. option
    There you find with general Find( CTRl + F ).
    Reward if helpful.
    Bye

  • How to write select statement into SCRIPT editor

    hello,
    i build a sap script for purchase order printing for exporting.
    now after all po order print fine then our client want some more should be print into layout regarding po header.
    At the soul my q is can i write select query into script editor itself.
    thanks and regards
    amit.

    You cannot write your select statement inside your SAPscript, to overcome this SAP has provided us an option of calling sub-routines.. go through the below example
    Go through this example
    Ex. SAPSCRIPT
    /: PERFORM <Subroutine name> IN PROGRAM <subroutine prog name>
    /:USING &<field name>&
    /:CHANGING &<field name1&    "It will be returned back from sub-routine
    /:ENDPERFORM
    Then create subroutine pool program(of your own name) and you have to write the code.
    FORM ><subroutine name> tables int_cond structure itcsy
    outt_cond structure itcsy.
    data : value(20), value1(20). "do your own declarations
    Read int_cond table index 1.
    value = int_cond-value.
    value1 = value1 + value.
    *****Write your select statement
    Read outt_cond table index 1.
    outt_cond-value = value1.
    Modify outt_cond index 1. 
    ENDFORM.
    Just rough idea given above.
    Regards,
    SaiRam

  • Language Selection Menus

    Does anyone know how you can switch between languages when creating DVDs? I am wanting to offer a language selection option on a DVD and want the DVD to enter a menu with the selected language. I know that you can do it by duplicating the menus and having one version in one language and the other in the second language, but wanted to know if you can do something similar by using the language function that the manual suggests (which automatically selects the language according to the default language of the player). Any thoughts?

    Sure, I didn't mean it in a bad way (calling on Apple people)! Anyway, I sure hope you all are more experienced than me, otherwise we are all in trouble...
    I had read through all the threads and articles Drew linked to, but I was still confused.
    I was stuck on thinking that having the same menu in different language versions would be the way to go (chapter 10 in the manual, heading "Using Languages With Menus", kind of suggests this), instead of having multiple menu trees but each one in a separate language. I think it was referred to here
    http://discussions.apple.com/thread.jspa?messageID=1940865
    as layered menus, right? I mean the language drop down menu in the upper part of the menu viewer?
    SPRM0 wasn't even that important to me, I knew I couldn't rely on people having set the language in their player. I was going to have the user choose his subtitle language on a first setup menu (there is only one audio stream, english, in my project) and then set that [subtitle language] parameter once and for all with a script, using the Set System Stream command. That seemed to be working in the Simulator. I was hoping I could get by with just one menu tree (main, select track, more) and somehow be able to "set" a menu language parameter as well, and sort of stay in that language layer. But apparently it doesn't work that way. Do you understand what I'm saying?
    What is the idea behind having layered menus, if you can't really target them? Or can you? At least they never show up as separate language versions in my jump drop down menus.
    I know, RTFM. I've read through most of the manual, at least everything on menus as well as scripting, and I've scanned a lot of posts here, but I can't seem to find any info on that. I probably just got it all wrong somehow. Sorry about that, but thanks a lot for helping out! I really appreciate it.

  • How can we make language translation in sap script?

    Hi expert,
    Based on language i have to display text in sap script form.
    please i like to know how to maintain language translation in sap script.
    manually i am handling the language text in print program.
    like below.
    if language = 'EN'
       text in english.
    endif.
    if language = 'DE'
      text in German.
    endif.
    good points will be given for proper answer.
    Thanks and regards,
    Pavan.

    Hello there!
    If those texts are static, you can use the following procedure (to translate your text elements):
    Go to SE63, then in the menu follow this path:
    Translation->ABAP Objects->Other Long Texts->FS (forms and styles)->FORM (Forms)
    This will transport you for a screen where you can choose the script (Object -> field Object Name). Press Enter. If says object not found, it's because the source language is wrong (box below named translation -> field source language --- press F4 to change it)
    After this, you'll navigate (after pressing Enter with correct language in source and choosing a correct one in target) to the transaltion screen. You'll have you text elements, original on top, your transalation below.
    If those texts are dynamic, I believe you have to do the way you are doing.
    Hope this helps.

  • Using the one language invoice to print in all other languages

    Hi All,
    Is there any way or setting I can use so that one language Invoice to print all lanuguages say European lanuguages for testing purpose?
    Right now the printing language is based on customer master and Output type condition record..
    Any help will be appreciated.
    Thanks
    Netaji

    Hi Tummuru,
    Try to change the output type of the script during the runtime.
    All output type information is stored in the Table: TNAPR.
    &******** Reward point if helpful********&

  • Cisco SPA 50X Language Selection on 7.5.5

    Hello all,
    I have read many threads on language selection within the forum and there seems to be no consistency.
    We have a couple of SPAs which are now running 7.5.5. The trouble is, we also cannot use any other language than English.
    Our SPA525er seem to be OK: you choose a language and the UI changes. But for SPA502 and SPA504 this does not work: you choose a language, the phone accepts it, but nothing changes - the UI remain in English.
    Hiere is a part from our config:
    <Dictionary_Server_Script group="Regional/Miscellaneous">serv=https://aaa.bbb.ccc.ddd/;d0=English-US;x0=en.lang;d1=Deutsch;x1=de.lang;d2=Russian;x2=ru.lang</Dictionary_Server_Script>
    And here is what Syslog says during languages change to German:
    Tue Jul 16 19:13:12 2013: <159>Dict_D> Active TFTP download again with updateAll flag [0]!
    Tue Jul 16 19:13:12 2013: <159>fu:1:0e9aa, 7.24.3 1
    Tue Jul 16 19:13:12 2013: <159>Dict_N> DICT TFTP Thread get hSemDictTftpActivate event ...
    Tue Jul 16 19:13:13 2013: <159>Dict_N> DICT_loadFromFlash eng dictionary ok, paylen = 58990
    Tue Jul 16 19:13:13 2013: <159>Dict_N> DICT_loadFromFlash non-eng dictionary ok, paylen = 58990
    Tue Jul 16 19:13:13 2013: <159>Dict_D> Go into DICT_tftpMain...0
    Tue Jul 16 19:13:13 2013: <159>Dict_D> After update status filter, the storeBuf is  "serv=https://aaa.bbb.ccc.ddd/;d0=English-US;x0=en.lang;d1=Deutsch;x1=de.lang;d2=Russian;x2=ru.lang"
    Tue Jul 16 19:13:13 2013: <159>Dict_D> Start DICT_tftpMain process, status is 0
    Tue Jul 16 19:13:13 2013: <151>Dict_N> Same url script with copy script; do not update all
    Tue Jul 16 19:13:13 2013: <151>Dict_N> Parse current dict script succeeded
    Tue Jul 16 19:13:13 2013: <159>Dict_D> DICT_serverScp ip address is 195.244.0.222
    Tue Jul 16 19:13:13 2013: <159>Dict_D> Downloading dictionary file: "/de.lang"
    Tue Jul 16 19:13:13 2013: <159>Dict_D> storedScp language 1: "/de.lang", updateall 0
    Tue Jul 16 19:13:13 2013: <159>[create_tcp_netstrm1] use async to create tcp connection
    Tue Jul 16 19:13:13 2013: <159>connect succeed
    Tue Jul 16 19:13:13 2013: <159>[create_tcp_netstrm1] connect SUCCEED
    Tue Jul 16 19:13:15 2013: <151>Dict_N> Download dictionary: "/de.lang" ok
    Tue Jul 16 19:13:15 2013: <151>Dict_N> convert from single to wide char
    Tue Jul 16 19:13:15 2013: <151>Dict_N> Check Dictionary Header OK: 113428 18
    Tue Jul 16 19:13:15 2013: <159>Dict_D> Start Parse dictionary dictIndex:0, int usflag: 0, int cbuflen: 113428
    Tue Jul 16 19:13:15 2013: <159>Dict_D> Parse dictionary xml file type "utf-8"
    Tue Jul 16 19:13:15 2013: <159>Dict_D> Parse dictionary xml file trkLocaleName "german"
    Tue Jul 16 19:13:15 2013: <159>Dict_D> Parse xml max string length: 114, otherEntryCnt 4
    Tue Jul 16 19:13:15 2013: <159>Dict_D> Parse dictionary xml file finished: 948fb670 1172 20687
    Tue Jul 16 19:13:15 2013: <159>Dict_D> Parsing the "/de.lang" dict ok
    Tue Jul 16 19:13:17 2013: <159>Dict_N> Store the "/de.lang" dict to flash, total_size: 60258 bytes written
    Tue Jul 16 19:13:17 2013: <159>Dict_D> Store pDictTftp->prev_dict_enable: 1
    Tue Jul 16 19:13:17 2013: <151>Dict_N> !!!OK EXIT TFTP main process
    So, syslog says everything is OK, our web server confirms that, too. No error or reboot on the phone, just wrong language in the UI. We tried German and Russian to no avail. Botth 7.5.5 and 7.5.4 exibit the same behaivour. And it makes no difference if we put the language selection in config or choose it from the phone UI or Web-UI - the result is the same.
    I would really appreciate any help - our customers are killing us.

    Factory reset solved the problem, sorry everyone.

  • Help! 'Package for Print' Script

    Hi all,
    I have a specific 'Package For Print' script, that needs a small modification, and and I was hoping someone could help me.
    Essentially, I need to OMIT 'Include PDF' option when packaging, since this makes things a bit wonky on my script (see below).
    Let me know if you need to see the script, and I'll post it.
    Thank you.

    Here you go, and thank you. I know notes are also included in it. Sorry about this.
    //Package the active document and setup the dockets folder structure.
    //The active document shouldn't have been saved (has no name), so provide a name
    //taken from the first and only link.  After creating the dockets folder structure,
    //close and delete the original file and open the file in the docket's originals
    //folder.
    #target InDesign
    //Constants
    const PROOF_PREFIX = 'Proof_';
    const OUTPUT_SUFFIX = ' Folder';
    const ORIGINALS_FOLDER = 'Originals';
    const PRINT_FOLDER = 'Print';
    const DIGITAL_PROOF_FOLDER = 'Digital Proof';
    const CLIENT_FOLDER = 'Client Provided Files';
    const DEFAULT_MAC_DOCKETS = '/Users/parham/Desktop';
    const PDF_PROFILE = 'Linx_Proof'
    function Err() {}
    //Use a more user-friendly version than throwing an error.
    Err.FatalError = function (msg) {
      alert(msg, 'Fatal Error', true);
      exit();
    function makeShowUI(runtime) {
      var doc = runtime.doc;
      var window = (function () {
      var windowDef = "Window {\
      type: 'dialog', \
      properties: { \
      resizeable: false, \
      closeButton: true, \
      maximizeButton: false, \
      minimizeButton: false \
      text: 'Dockets Package', \
      orientation: 'column', \
      var w = new Window(windowDef);
      //Folder name
      w.add("StaticText { text:'New Folder Name', alignment: 'left' }");
      var defaultName = doc.name;
      if (defaultName.slice(-5) == '.indd') {
      var origlength = defaultName.length;
      defaultName = defaultName.substr(0, origlength - 5);
      w.folderText = w.add("EditText { alignment: 'left', characters: 30, justify: 'left', " +
      "text:'" + defaultName + OUTPUT_SUFFIX + "'}");
      //Destination dir
      w.add("StaticText { text:'Save To', alignment: 'left' }");
      var dirGroup = w.add("Group { orientation: 'row', alignment: 'fill' }");
      w.dirText = dirGroup.add("EditText { characters: 30, justify: 'left', " +
      "text:'" + DEFAULT_MAC_DOCKETS + "'}");
      w.dirBrowseBtn = dirGroup.add("Button { text: 'Browse...' }");
      w.dirBrowseBtn.textBox = w.dirText;
      //Package Options
      w.options = w.add("Panel { orientation: 'column', alignment: 'fill', \
      text: 'Package Options', alignChildren: 'left'}");
      w.options.fonts = w.options.add("Checkbox { text: 'Copy Fonts' }");
      w.options.links = w.options.add("Checkbox { text: 'Copy Linked Graphics' }");
      w.options.profiles = w.options.add("Checkbox { text: 'Copy Color Profiles' }");
      w.options.update = w.options.add("Checkbox { text: 'Update Graphic Links In Package' }");
      w.options.hiddenContent = w.options.add("Checkbox { text: 'Include Fonts and Links From Hidden and Non-Printing Content' }");
      w.options.ignore = w.options.add("Checkbox { text: 'Ignore Preflight Errors' }");
      w.options.report = w.options.add("Checkbox { text: 'Create Report' }");
      w.options.fonts.value = true;
      w.options.links.value = true;
      w.options.profiles.value = true;
      w.options.update.value = true;
      w.options.hiddenContent.value = true;
      w.options.ignore.value = true; //Parham's request for true
      w.options.report.value = false; //Saeed's request for false (no instructions)
      //Digital Proof
      w.proof = w.add("Panel { orientation: 'column', alignment: 'fill', \
      text: 'Digital Proof', alignChildren: 'left'}");
      w.proof.make = w.proof.add("Checkbox { text: 'Make PDF Proof' }");
      w.proof.viewAfter = w.proof.add("Checkbox { text: 'View PDF' }");
      w.proof.make.value = false;
      w.proof.viewAfter.value = false;
      //OK / Cancel
      var buttonDef = "Group { orientation: 'row', alignment: 'right', alignChildren: 'right' }";
      w.bg = w.add(buttonDef);
      var okDef = "Button { text: 'OK', alignment: 'right' }";
      var cancelDef = "Button { text: 'Cancel', alignment: ['right', 'center'] }";
      w.okBtn = w.bg.add(okDef);
      w.cancelBtn = w.bg.add(cancelDef);
      return w;
      runtime.window = window;
      window.dirBrowseBtn.onClick = (function () {
      var result = Folder.selectDialog('Choose destination directory');
      if (null !== result) {
      //Replace string with selected path
      this.textBox.text = result.fullName;
      return window.show();
    function deleteFolder(folder) {
      if (!folder.exists) {
      return;
      var children = folder.getFiles();
      for (var i = 0, im = children.length; i < im; i++) {
      if (children[i] instanceof Folder) {
      deleteFolder(children[i]);
      } else {
      children[i].remove();
      folder.remove();
    //Main path
    try {
      var a = app.activeDocument;
    } catch (e) {
      Err.FatalError("No document open");
    var runtime = {};
    var doc = app.activeDocument;
    runtime.doc = doc;
    if (doc.saved) {
      //Document has already been saved (already has a name), so stop.
      Err.FatalError("Document has already been saved");
    //Ensure at least one link, since multipaged PDFs end up as more than 1 link.
    if (doc.links.length < 1) {
      Err.FatalError("Document has " + doc.links.length + " links.");
    //Save the existing file in a temporary place, same dir as first link.
    //Take the name from the first link
    var link = doc.links.firstItem();
    var defaultName = link.name;
    if (defaultName.slice(-4) == '.pdf') {
      var origlength = defaultName.length;
      defaultName = defaultName.substr(0, origlength - 4);
    } else {
      //Placed item is not a pdf, as per Parham's request, don't warn about it.
      //Just take the filename best guess and go with it.
    // if (confirm('Linked item is not a PDF.  Package anyways?',
    // true, 'Package non-PDF')) {
      //break on the last '.'
      var lastIndex = defaultName.lastIndexOf('.');
      if (lastIndex > -1) {
      defaultName = defaultName.substr(0, lastIndex);
      } else {
      defaultName = defaultName;
    // } else {
    // alert('Did not package.');
    // exit();
    //filePath should be a File, but is actually a string, so make a file.
    var linkFile = new File(link.filePath);
    var origFile = new File(linkFile.path + '/' + defaultName + '.indd');
    if (origFile.exists) {
      //Folder already exists, get user to confirm
      if (confirm("File " + defaultName + '.indd already exists.  Replace?',
      true, 'Replace File')) {
      //Erase the temp file
      origFile.remove();
      } else {
      alert('Did not overwrite existing files, did not package.');
      exit();
    doc.save(origFile);
    if (2 == makeShowUI(runtime)) {
      //User pressed cancel
      exit();
    //Main code, do the packaging and make the directories.
    //But first check for existing folder.
    var folderName = runtime.window.folderText.text;
    var destinationPath = runtime.window.dirText.text;
    if (destinationPath.slice(-1) == '/') {
      var newFolderPath = destinationPath + folderName;
    } else {
      var newFolderPath = destinationPath + '/' + folderName;
    var outputRoot = new Folder(newFolderPath);
    if (outputRoot instanceof Folder && outputRoot.exists) {
      //Folder already exists, get user to confirm
      if (confirm('Dockets folder ' + folderName + ' already exists.  Replace?',
      true, 'Replace Folder')) {
      //Erase the destination directory
      //Get all contained files + folders, then delete them.
      deleteFolder(outputRoot);
      } else {
      alert('Did not overwrite existing files.');
      exit();
    } else if (outputRoot instanceof File) {
      //Destination folder exists as a file, fail.
      Err.FatalError('File named ' + folderName + ' already exists, cannot make folder.');
    //Destination doesn't exist, create it.
    if (!outputRoot.create()) {
      Err.FatalError('Error creating folder ' + folderName);
    //We have an empty directory, now do the packaging and everything else.
    var printFolder = new Folder(newFolderPath);
    printFolder.changePath(PRINT_FOLDER);
    if (!printFolder.create()) {
      Err.FatalError('Error creating Print folder.');
    var digitalProofFolder = new Folder(newFolderPath);
    digitalProofFolder.changePath(DIGITAL_PROOF_FOLDER);
    if (!digitalProofFolder.create()) {
      Err.FatalError('Error creating Digital Proof folder.');
    var clientFolder = new Folder(newFolderPath);
    clientFolder.changePath(CLIENT_FOLDER);
    if (!clientFolder.create()) {
      Err.FatalError('Error creating Client folder.');
    var originalsFolder = new Folder(newFolderPath);
    originalsFolder.changePath(ORIGINALS_FOLDER);
    if (!originalsFolder.create()) {
      Err.FatalError('Error creating Originals folder.');
    //Do the package
    var f = runtime.window.options;
    if (doc.packageForPrint(originalsFolder, f.fonts.value, f.links.value, f.profiles.value, f.update.value, f.hiddenContent.value, f.ignore.value, f.report.value, false, true)) {
    } else {
      Err.FatalError('Failed to package.');
    //Do the PDF proof
    if (runtime.window.proof.make.value) {
      var proofname = PROOF_PREFIX + doc.name;
      if (proofname.slice(-5) == '.indd') {
      var origlength = proofname.length;
      proofname = proofname.substr(0, origlength - 5);
      proofname = proofname + '.pdf';
      var proofFile = new File(digitalProofFolder.fullName + '/' + proofname);
      if (proofFile.exists) {
      Err.FatalError('Digital proof already exists.');
      } else {
      var exportProfile = app.pdfExportPresets.itemByName(PDF_PROFILE);
      //We get an object even if the profile doesn't exist, have to check isValid
      if (!exportProfile.isValid) {
      Err.FatalError('PDF profile ' + PDF_PROFILE + " doesn't exist, digital proof not created.");
      //Explicitly set to export all pages.
      app.pdfExportPreferences.pageRange = PageRange.ALL_PAGES;
      //Set view preference
      app.pdfExportPreferences.viewPDF = runtime.window.proof.viewAfter.value;
      doc.exportFile(ExportFormat.PDF_TYPE, proofFile, false, exportProfile);
    //Open the Originals folder .indd, close the current file and delete it.
    var newFile = new File(originalsFolder.fullName + '/' + doc.name);
    if (!app.open(newFile)) {
      Err.FatalError("Failed to open packaged .indd");
    doc.close();
    origFile.remove();

  • Why Photoshop CS6 does not include language selection ? dont want it on win8 language, I want in eng

    Right now I am installing the programs on my new 64 bits computer , which runs windows 8 in a language which is not english.
    At the very beginning of the setup I noticed that it detected the language of sist. op.  and that it would install cs6 in such language. 
    I am very, very ,very upset with this and I will tell you the reason :   the best in terms of  literature , pdfs books , tutorials , support forums ,etc is written in ENGLISH !  
    If I install cs6  I will have all menus , tools and resources in other language and it will be very cumbersome to work with it.
    Perhaps with the best of the intention to make people feel comfortable with their own language you have made it this way.
    But there are several other guys like me that want it IN ENGLISH.
    As a long time user of photoshop  I never worked in other language than english and I will never do it.
    It looks like it is a new trend to detect the op sistem  language , I have had the same problem with Nero Platinum 12 , and others.
    Is there a way to install Cs6  in english ?
    I have no idea whether adobe developers team read this forum but I will give my suggestion : don´t leave the setup to choose the language , this is dictartoship , be democratic and bring back the language selection menu.
    thanks

    The setup choice only defines the language for the EULA.
    You download the version for whichever language you want the app to be in.

  • Document could not be printed - no pages selected to print

    I am running into this well-known issue with several documents, but unfortunately none of the fixes I have come across have worked. Some background:
    -Using Windows 7 Pro
    -Happening with both Adobe Reader XI and Acrobat X, clean installs. and happening on multiple computers, with multiple printers, with multiple domain users.
    -Have tried repairing both installations, no success.
    -Have tried disabling protected view, changing size of the fit, letting printer determine colors, printing in greyscale, changing setting for "view documents in PDF/A mode" to "never."
    -Print as image works, but quality is unacceptable.
    -It seems to be isolated mainly to Xerox printers, as I have no issues printing to an HP printer. I am trying different models of Xeroxes with no success, however. I have reinstalled printer driver and verified updated driver for all, issue persists. Printer models are Xerox ColorQube 8700X and 9203
    -The PDFs are from different sources, so I can't pinpoint it to one website. Documents contain various financial info, so I can't post here. Any help would be appreciated. I'm probably going to have to try a different pdf reader for these, but that is not ideal, since multiple people need to print these and are comfortable using Adobe software.

    I was also receiving the message "The Document Could Not be Printed" I am on 10.6.4 with Acrobat 9.4.1. I did not get the second part of the message though "There were not pages selected to print". Anyway, I got mine to work by going to Preferences - Print & Fax. I selected my printer and clicked Options & Supplies. Under the driver tab I changed the "Print Using:" box to Generic PostScript Printer. I'm not sure if this is what you are supposed to do. I'm not an expert but it worked for me so I am going with it.

  • In Contacts version 8, how can I print ALL information in each individual card? When I select the print command the only thing printed is the name and address. I need phone number(s) and all other information in the cards.

    In Contacts version 8, how can I print ALL information in each individual card? When I select the print command the only thing printed is the name and address. I need phone number(s) and all other information in the cards. We enter various pieces of data, other than the standard name address & phone numbers and we print all information on each card so it fits in a 5x7 inch loose binder. We have used InTouch software for many years and it has served us extremely welll, however, the publisher (The Prairie Group) has not, and apparently has no plans to update their software to be compatible with any Mac OSX OS beyond 10.6. Any help will be appreciated!

    You can select what you want included in a list format. In the Print command from Contacts, click the Show Details button. Then in the Style pulldown menu select "Lists" and there you'll be able to select what you want included. You can also select what you wish included if you select the Pocket Address Book style.
    If neither of those options will work for you, then you will need to look to third-party software. Here's one possibility that seems to get good reviews:
    https://www.macupdate.com/app/mac/15485/labels-&-addresses
    I haven't done more than try it to make sure that it works with OS X 10.9's Contacts, which it does, but you can download their demo and try it yourself.
    Regards.

  • Why can't I print a PDF file?  message says no pages selected to print

    When I try to print a PDF file I get two messages 'This document could not be printed.' Then 'There were no pages selected to print.'  How do I select a page to print?  or is there something else?

    What is your operating system?  Reader version?

  • How do I print all responses as pdf without selecting and printing just one response at a time?

    How do I print all responses as pdf forms without selecting and printing just one response at a time?

    Sorry this is not supported at this time. You can only download the responses as PDF one at a time.
    You can export the response table and print the whole table but if you want to print each response individually you have to do it manually. Sorry.
    Gen

  • I am trying to print a fillable form.  It will not print and I get two error messages "document could not be printed" and "there were no pages selected to print."  Th latter is not true.  Won't print all, the page I am on, nor any series of pages inserted

    I am trying to print a fillable form - - an application for a Chinese visa.  It will not print and I get two error messages:  "document could not be printed" and   "there were no pages selected to print."  The latter is not true.  Won't print at all, the page I am on, nor any series of pages inserted.
    Am using a MAC desktop and a Cannon PIXMA MX922 printer.
    I need to print this form now that it is filled out?  What can I do? 

    Hello PW, I am having this problem and all suggestions haven't worked yet. Where is the Preferences|Documents you are referring to? I am on a PC and using Windows.
    EDIT: I found it and did, but still not working.

Maybe you are looking for

  • How do I copy my iTunes library onto a flash drive?

    I have my iTunes music library on my Mac PC and would like to copy it onto a flash drive to use in a vehicle. 

  • Reg. Invalid batch according to selection criteria in batch determination

    Dear Experts I have configured newly batch management in our IDES ECC 6 system in which while posting the GRN I am getting the following error: Invalid batch according to selection criteria in batch determination Batch WHITE has already been posted i

  • Changing Print head on HP Officejet Pro 8500

    How do you install a new printhead on the HP officejet 8500 pro? I cannot get the print heads to move to the left so I can change the printhead. There is no OK botton to push and when you open the top, it says to change the printhead, push the * for

  • Trace db-activity of a windows client

    Hi, i a windows client which connects and works on a Oracle9 DB. How can I analyze best, what DB actions are beeing triggered, by single client actions, of course if don't have access to the client sources? I thought about auditing, but this trails t

  • Keypad decimal on non-US locales

    Hi there. Quick question, is there a way to map the keypad decimal to a comma (or the decimal of the default locale) for all input on an application? Also, how is this issue usually handled? If I use a jFormattedTextField with this format "#,##0.00",