Changing the default printing order

How do I change the printing default order from "back to front" to "front to back"? Until now, I change it every time I print more than 1 page, but I'd like to change my default. I've looked at all of the Edit Preferences and can't find the option I'd like to change.

Take a look in the Export Action script of whatever adapter you are using. This is where the output format is defined.
Forgot to mention if you are using the Essbase adapter you can do this via setting the calc sequence for each dimension which will determine the order it is displayed in the output file. This can be set in the workbench or web client
Edited by: SH on Oct 18, 2011 9:43 AM

Similar Messages

  • Is there a way to change the default print tray on an HP LaserJet 500 color M551 Printer

    Hi
    Is there a way to setup the default print tray for a HP LaserJet 500 color M551 printer to be tray 2 printing both online and direct?
    If so what would be the best way to go about implementing it?
    Thanks
    This question was solved.
    View Solution.

    Usually, you can change the default paper trays through the control panel and through the Embedded Web server (EWS).
    Check the settings on your control panel. Here is a link to the User Guide, check out page 94 and see if that helps you out.
    m551 User Guide
    For the EWS, put the printer IP address into your browser, then go to the tab that would list tray settings. Not sure exactly which tab has it for this printer series, but on other printer series it is on the system tab under paper setup.
    I am an HP employee.
    Say Thanks by clicking the Kudos Star in the post that helped you.
    Please mark the post that solves your problem as Accepted Solution

  • CR XI R2 Sp6 - How do you change the default printer used by the Viewer?

    CR XI R2 Sp6
    .NET
    VS2005, C++
    The app selects printer for the job as m_Report->PrintOptions->PrinterName = ss_Device;
    This works nicely for printouts to the printer, but is ignored by the viewer. There, the machine default printer is always selected when I hit the print button.
    Found this which is sortof similar:
    http://forums.sdn.sap.com/thread.jspa?threadID=1275149
    Is there any way to fix this? If no, then is it fixed in more recent versions of CR?

    All of that above can be changed at runtime, but you'd somehow need to figure out what the default printer driver is on each machine and then assign it to the report.
    Yes,but that is exactly what I do. The app normally uses the Windows default printer just as any C++/MFC app will do. On the file menu there is an option to select printer which calls CWinApp::OnFilePrintSetup(); which sets the application default printer setup.
    In the app there is a function to retrieve the default printer:
    CString CLpApp::GetDefaultPrinter()
         PRINTDLG     pd ;
         CString          printer("Failed") ;
         pd.lStructSize = (DWORD)sizeof(PRINTDLG) ;
         BOOL bRet = GetPrinterDeviceDefaults(&pd) ;
         if (bRet)
              // protect memory handle with ::GlobalLock and ::GlobalUnlock
              DEVMODE *pDevMode = (DEVMODE*)::GlobalLock(m_hDevMode) ;
              printer = pDevMode->dmDeviceName ;
              ::GlobalUnlock(m_hDevMode) ;
         return printer ;
    When I print, I do:
    void CSkrivDlg::StartReport(CLpReportJob^ jobb)
         jobb->SelectPrinter("",theApp.GetDefaultPrinter(),"");
         if(m_tillSkrivare)
              jobb->OutputToPrinter(1);
         else
              jobb->OutputToWindow("Fönsternamn", 0, 0, 200, 200, 0, NULL, NULL);
    This works correctly for OutputToPrinter(1);, but not for OutputToWindow() which are simply wrappers for the CR functions:
    bool CReportJob::OutputToPrinter(int nCopies)
         bool rc = true;
         try
              m_Report->PrintToPrinter(nCopies,true,0,0);
         catch (Exception ^e)
              TRACE("
    %s",e->Message);
              m_LastError = e->Message;
              rc = false;
         return rc;
    // OutputToWindow()
    // a,b,c,d = Fönsterkoordinater eller noll för default
    // style = flaggor för fönsterposition
    // window = fönster efter vilket vi dyker upp
    // child = rapportfönstrets handle om vi vill ha den
    bool CReportJob::OutputToWindow(CString Namn, int a, int b, int c, int d, int style, CWnd* window, CWnd **child)
         bool rc = 0;
         CString title="Dummy1";
         title = m_Report->SummaryInfo->ReportTitle;
         CFloaterDlg *Floater = new CFloaterDlg(NULL);               // TODO: Get window
         Floater->Create(IDD_FLOATER_DLG, NULL);
         if(Floater != NULL)
              m_Report->ExportOptions->ExportFormatType = CrystalDecisions::Shared::ExportFormatType::PortableDocFormat;
              Floater->m_Viewer->ReportSource = m_Report;
              Floater->m_Viewer->Zoom(theApp.m_ScreenZoom);
              // Sätt fönsterrubrik från rapporten
              Floater->SetWindowText(title);
              // Puffa på så att den kan ändra storlek på Crystal-kontrollen
              Floater->Size();
              // Visa fönstret om det är stängt
              if(!Floater->IsWindowVisible())
                   Floater->ShowWindow(SW_SHOW);
              rc = true;
              if (child!=NULL) *child=Floater;
         else
              AfxMessageBox("Kunde inte skapa fönster för utskrift",MB_OK);
              rc = false;
         return rc;
    Floater is simply a dialog that holds the Viewer control.
    For some reason does the Viewer not obey the printer selection done in the report

  • Want to change the default sort order of a Advanced table

    Hi all ,
    Hope all of you doing good.
    I am trying to change the deafult sort order of a " View Applicants" advanced table on Irecruitment selfservice page , using personalization feature but its not sorting as expected.
    The default sort order is asc by the name of the applicants. I wanted to override it by " Date Applied " desc using personalizing the advanced table.
    But its not sorting by Date applied and still shows the sort by applicant name.
    Any inputs will be greatly helpful
    I am using the Oracle Apps 11.5.10 version.

    Hey guys m I got the answer for the below question.
    Oracle have few Restriction and limitation on such Advanced table in sorting the data,
    Few of them are as mentioned below ...
    1. Sorting is not allowed for tables that allow inserts.
    2. Sorting is not supported for tables containing updateable columns
    3. Sorting is disabled when the Select column is checked for a row in a table or when Hide/Show is present in a table.
    Because of the above limitations , we cannot sort or override the existing alphabetical name sort order to Date applied sort order on the View Applicant advanced table.
    You can observe that , View Applicant page is having an option called "Update Status" which allow us to update applicant’s status or rating in the Advanced table.
    On such updatable advanced tables, oracle does not allow us to override the sort order on any of the table columns.
    Keeping it in a nutshell , I can say it's does not allow us to change the sort order of the view applicant advanced table ( which is having updateable columns ) to sort them in Date applied instead of Name( which is default ).

  • How can I change the default "Print to File" location from the Mozilla Firefox directory?

    I have looked all over the Internet to find the solution to change the default of the location Firefox create the files created from the Print to File option. I have modified all of the instances of "print_to_filename" as one forum suggested. But, that was unsuccessful.

    Autre façon : Ouvre un nouveau document. Il va être en A4. Dans le menu Fichier--->Format d'impression. Une fenêtre apparaît. Dans la ligne... Taille du papier, tu choisis... Lettre US; tu fais OK. Ensuite tu sauves ce document comme modèle. Menu Fichier----> Enregistrer comme modèle et tu lui donnes le nom, par exemple... USLettre.
    Ensuite, va dans le menu Pages, va dans préférences et dans la fenêtre qui s'ouvre - Préférences générales - tu choisis : Utiliser le modèle... et tu cliques sur Choisir... à droite un peu en bas de Utiliser le.... et là, dans la fenêtre qui va apparaître, tu trouves le modèle que tu viens de faire...USLettre.
    Voilà. Chaque fois que tu vas ouvrir Pages, ce sera USLettre qui sera là par défaut.
    J'espère que ça va te satisfaire.
    Évidemment l'idéal serait de pouvoir changer la template Vierge par une template Vierge US... mais j'ai pas encore réussi.
    Message was edited by: BenwaR

  • When changing the default printer in windows vista why doesn't the default printer change in firefox (firefox was running when the default printer was changed)?

    I am not sure whether or not this is a bug or a feature, but I was running firefox on my laptop. I then went to add a new printer and set it as a default printer. When I went back to firefox to print, it did not automatically choose that new default printer as the printer of choice. I then had to choose the new printer manually to print to. This is merely a convenience issue but thought I would bring it to the attention of Mozilla in case.

    Hello bradleesargent
    as i can see the note in the kb article ([https://support.mozilla.org/en-US/kb/how-print-websites#w_print-window-settings Print window settings]) ''The default printer is the Windows one. When a web page is printed with the selected printer, it becomes the new default printer.''
    do you have your previous printer also, or you uninstall the previous printer and then install the new one and make it default ?
    I think firefox must be closed when you set up a new printer. Do you have it open when set up the new printer ?
    thank you

  • Change the default service order type for repair order - RA

    When creating a repair order (RA), a service order of type SM03 is triggered. The default order type is SM03. How can I change the order type?
    Thanks in advance...

    hi,
    try to change in OIOL and check ..
    regards
    pushpa

  • Change the default search order

    I noticed that after upgrading to SP 2013, the default search option for our site collection has changed from “everything” to the respective site.  For example, when I navigate to Human Resources and search for a document that might be stored under
    the Intranet, the document is not found unless I change the search option dropdown box from “HR” to “everything”.  We would like all search function within the Intranet to default to “everything”.  I looked online for a  solution and found one
    but it requires changing the master page and I am wondering if there is an easier way (http://social.msdn.microsoft.com/Forums/en-US/0d0f69f8-b461-4bd1-896e-3ef8c06b8036/set-everything-as-a-default-scope-sharepoint-2013?forum=sharepointsearch
    bottom of page referencing changing the nodeID to 1001).
    If it does require changing the master page, can you point me to which master page within SP Designer needs to have this added to it?  I am using SP 2013 online.  Thanks for any help you may be able to provide.
    JARED

    Hi Jared,
    You can set the enterprise search center results.aspx page url in option "Which search results page should queries be sent to?" in site collection settings-> Search settings page, then the search box in up right corner in site collection will
    redirect to search center results.aspx page and default to "Everything".
    Thanks
    Daniel Yang
    TechNet Community Support

  • How to change the default print template for broadcast PDF Export

    Hi,
    I have currently designed a print template for printing purposes and use this as the template for the print button(Export to PDF),if i were to click on this button the output pdf is the desired PDF. But if i were to broadcast the template with output format as PDF it picks the layout of the current template, how do i set broadcast to pick up the print template also???
    Further how to insert a page break in a PDF print template.

    Hi Nagesh,
    These setting are for
    1.Adhoc Template for Queries
    2. Adhoc Template for reports designed through report designer
    3. Template for query precalculation
    4. Template for displaying broadcasting wizard.
    When we use broadcasting from query designer  to email PDF's the system uses 0QUERY_TEMPLATE_BROADCAST_PDF.
    From WAD the system uses the current template layout as PDF Layout.
    P.S: OSS note 1054460 -<b>Depending on the BI object type and possibly other criteria, different Web templates are used in BI broadcasting to generate PDF (and PS or PCL) formats:</b>
    <i>For Web templates: the Web template itself is used</i>

  • How do I change the default printer in the newest version of adobe reader?

    Just downloaded the newest version of adobe reader and am unable to link it to my cannon printer

    Hi fldiva,
    Do I understand correctly that your Canon printer doesn't show up in the Printer drop-down menu in Reader's Print dialog box? Does it show up in other applications?
    Best,
    Sara

  • Is there a way to print a pdf to a pdf without changing your default printer?

    With the recent Adobe update (current version Adobe Pro XI Pro (1637-0001) 11.0.00), there were some changes that have caused a program my company uses to distort all or part of a pdf once it has been imported. We have found a work around. However, the work around is now becoming time consuming with the amount of files we deal with on a daily basis. Is there a way to print a pdf to a pdf without changing the default printer to the Adobe printer? (this is our work around solution).
    Thanks!

    For what you are trying to do, probably not. You have to open Acrobat and go to the print menu to select the Adobe PDF printer if it is not the default. The only possibility that I can think of (you will have to try it to tell if that is the case) is to drag the PDF to the Adobe PDF printer and see if it prints. This used to work, but I just tried it in Win7 and it did not do the job.

  • Can I change the default page size for SYSBUILD?

    When I start SYSBUILD it always has a default page size of Letter set, is there any way to change this as most of the blocks I wish to print are to be printed on A3 paper?
    Many thanks
    Tim

    Hi Tim,
    Unfortunately there is no option to change the default print settings for SystemBuild. You must manually select the A3 paper size under File>>Page Setup.
    Thanks for the suggestion though, I will pass that on to R&D as a product suggestion for a future release.
    Regards,
    Jeff M.
    Applications Engineering
    National Instruments

  • The default printer in SP01

    Hi all,
    we have a custom program ZHSP_RM_AUTINV_0001.
    we execute this program giving co.code and vendor number.
    while executing it ( "Execute and print" OR "Background" ), selecting the output device as 'X'.
    and when i go and see in the spool (SP01), the output device default taking 'Y'.
    whatever output device i select OR leave blank while executing program, the default printer in spool remains 'Y' only.
    please let me know how to change this default printer ?
    i want to print to which ever printer i select during execution.
    Thanks,
    Shwetha

    Hi,
    U can change the Default Printer in SU01 (User Own data Maintainance).
    After entering into SU01 give the user name and click on change button, here select 'Defaults' tab.
    In Defaults tab in block Spool Control, give the OUTPUT Device name whatever u want.
    Hope it helps!!
    Rgds,
    Pavan

  • Ordering Calendars for delivery in different countries?  Live in the UK and want to order a calendar for printing/delivery in Canada.  However - can't change the default country -even changed the address in my Apple Account, no result.  Any suggestions?

    Ordering Calendars for delivery in different countries?  Live in the UK and want to order a calendar for printing/delivery in Canada.  However - can't change the default country -even changed the address in my Apple Account, no result.  Any suggestions?

    The general rule is that the shipping address must be in the same country as the billing address of the credit card used to order. However, you can try changing the Print Products store in iPhoto's Advanced preference pane to Canada and try ordering again.
    Happy Holidays

  • How do you change the default size of the print batch size for mail merge in Publisher 2010?

    I appended this question to another thread with the same topic but have not received a reply, so I'll try with a new question. Publisher 2010, when doing mail merge, will only merge and print two records at a time. How do you change the default size of
    the print batch size? This is for a 4 page document, 8 1/2 x 11, printed two sides on 11 x 17. I've tried all the suggestions that were in the other thread. The response that was marked as the answer by the moderator is incorrect and does not work. Nothing
    suggested in that thread works. A registry fix that worked for Publisher 2003 won't work because the print batch size key does not exist in the registry for Pub 2010. At least not that I can find. Printing to an XPS document doesn't work. It asks for a filename,
    prints 2 records, asks for new file name, prints 2 records, asks for new file name, and so on. The same for printing to a PDF document. Merging to a new Pub document doesn't work. When I print that job every other sheet is turned over. I.e., sheet one has
    pages 1 & 3 on top, next sheet has 3 & 4 on top, and so on. This makes it impossible to run them through the folder. The same thing happens when I print that complete merged document to XPS or PDF. I have the latest drivers installed for our printer, a Toshiba
    2500C copier/printer connected via network. What do I need to do to to change the batch size to something reasonable, like 100 records?

    It's been two weeks since I posted this question. What does it take to get an answer? I cannot believe it's being ignored, nor can I believe that someone in MS doesn't have an answer.

Maybe you are looking for

  • To find out whether a character is of Single byte or Double bytes

    hi, is there any built-in class to find whether a character is a single byte or double byte. is there any method to do so?? If possible can someone provide a sample code snippet to do a check for single byte and double byte characters. thanx in advan

  • Change documents list if somone restarts the plan in IP10

    Hi all, How can i see the change documents list of IP10, I NEED TO SEE THE DETAILS IF SOMEONE HAS RESTARTED THE PLAN. Thanks Anish

  • Bundling Action in MXP File

    Hello, I've created a Configurator panel containing a series of Photoshop actions. The Configurator panel loads successfully from the .MXP panel provided the Action Set is manually loaded through Photoshop. Otherwise, the panel attempts to run an act

  • Toshiba-Satellite Laptop Model C655-55225 stopped working after 90 days

    I purchased a Toshiba - Satellite Laptop on 9/30/2011, it completely stopped working on 1/5/12. The laptop was not even used until 12/25/11, as it was a Christmas present for my husband.  I called Customer Service at Best Buy because Toshiba Customer

  • ESW 540 24 port switch ports issue

    hello, very randomly the ports on the switch stop working and the only way to get them to work again is by resetting the port. we have cisco ip phones connected to the ports and computers connected to the back of the phone. what i've notices when the