Is it possible to trigger the pages differently

Hi,
I created one form with two pages.
Depending on my data i want to trigger the first page or second page or some times both.
Is it possible to do this.
Iam using the regular SFP transaction to do the coding.
i want to know whether the conditional triggering is possible or not.
One more requirement is that  if i trigger the first page it should printed two times, if i trigger the second page i want to trigger three times times continuously..
means printing in this sequesnce
page1 page1 page2 page2 page2.
Please help me.
Regards,
sasi

Hello!
Currently I'm using similar feature.
Task:
We have a list of employees with there phones printed in several columns.
Depending on the available printer we would like to choose between A4 and A3 paper size.
Solution:
1. There are two different master pages ("A4" and "A3") in form layout with different columns layout (cause more columns fit onto A3).
2. In the form hierarchy A4 is before A3 - so by default A4 master page is used.
3. There's only one Body page. In my case there's no need to develop different body pages, but you can do it if needed of course.
4. IV_FORMAT field in the form interface and context contains the name of the page format we would like to use (just string with "A4", "A3" or any other you can imagine)
5. Body page contains Conditional page-break (Object palette -> Pagination -> Edit...) with the following logic (Language: FormCalc, Run At: Server):
$record.IV_FORMAT eq "A3"
If this is true then Break: Before To: Page "A3"
How it works:
As you can see from the solution above we send page format as parameter to the form.
This means, that user can choose it in the print program.
Depending on the incoming format systems either uses "A4" format (as default) or goes to "A3" page on conditional page break.
As for the second requirement you can use the same conditional break technique to trigger the required number of pages.
Best regards,
Petr Perstnev

Similar Messages

  • Is it possible to change the page of a linked PDF without relinking?

    Is it possible to change the page of a linked PDF without relinking and going through the import options?
    I'm trying to import seveeral pages of the same PDF. The process would be quickest if I could import it once, then duplicate the image box a number of times, then just change the page number each image box is linking to.
    At the moment I'm having to relink (or place), then go through Import Options, then choose the page - it's a long process that feels like it should be quicker.
    Any ideas?
    Thanks

    The short answer is no, that's not possible, but it IS possible to import multiple pages at one time.
    My favorite script for this is from Scott Zanelli: InDesignSecrets » Blog Archive » Zanelli Releases MultiPageImporter for Importing both PDF and INDD Files, but there's also a sample script included with ID.

  • As a graphic designer, I am creating ePubs that will be seen on iPads running, ios5, ios6 and ios7.  Each version displays the page differently.  Is there a way to make the display consistent on all systems?

    As a graphic designer, I am creating ePubs that will be seen on iPads running, ios5, ios6 and ios7.  Each version displays the page differently.  Is there a way to make the display consistent on all systems?

    As a graphic designer, I am creating ePubs that will be seen on iPads running, ios5, ios6 and ios7.  Each version displays the page differently.  Is there a way to make the display consistent on all systems?

  • Is it possible to export the page activity report to a pdf file?

    Is it possible to export the page activity report to a pdf file?and is there any api or samples to be reference

    Do you mean audit history?   One method would be similar to the following sample that you could extend to create a PDF from the data returned:
    http://www.eyelock.net/blog/archives/533
    BUT the method used above via JCR Query is an implementation detail.  For future proofing, you should use the ReplicationStatus status = page.adaptTo(ReplicationStatus.class in your code to get the audit logs for a particular page, rather than a straight JCR query. (recommended by Jörg Hoh @ http://forums.adobe.com/message/5253760).

  • Problem in PDF creation (the size of the  page different or the content cut)

    Hi everybody, i have a random problem when i save PDF from illustrator (CS6 o CC, the same): if i open a saved PDF in illustrator is correct both the size of the page that the content. if I open it in Acrobat I see the size of the  page different or the content cut, does someone know how can i solve it? Thank you!!!!Acrobat visualization
    Illustrator visualizatin

    Hi, please can you tell me exactly where can i check who you say?!!!!!
    The biggest problem is not only th visualization, but when i use this PDF in my Kodak workflow i obtain proof prin cutted so bad!!!!!
    Thanks for the answer!!!

  • Is it possible to trigger the acquisition and recording of data in this condition?

    Hi
    I am a LabVIEW newbie,
    Is it possible to trigger the data acquisition and recording in the following case;
    I have two input signals 1. Pressure Transducer 2. Pulse from a magnetic pickup.
    I have to plot the pressure data against the pulses. Can I make the magnetic pickup signal as master signal to trigger the data acquisition and recording? and at the same time acquiring the pressure data as well.
    How can I do that ?
    Thanks.

    Hi Rich
    Thanks...
    I have PCI - 6033E High resolution multifunction I/O board and NI BNC - 2090 adapter chasis.
    What I am getting is the pressure from the transducer and magnetic pulses.
    Two cosecutive pulses encompass one complete cycle of the combustion process inside the engine.
    I need to record the data for presenting the information offline.
    Since combustion is a highly unstable process I need to get the optimum representative grapgh at a particular engine speed.
    So lets say, I want the magnetic pulse to trigger this the data acquisition for 50 of such pulses, i.e. 50 complete cycles of diesel engine. So that these 50 acquired cycles may be averaged for pressure readings and a single representative curve (graph) may be produced.
    Thanks again
    Message Edited by SeaMist on 06-26-2008 02:49 AM

  • How is it possible to change the page of 1 tab to Page 2 then to page 3 etc using a boolen control?

    Hi sir,
             I created A tab control of 4 pages.How is it possible to change the page of 1 tab to Page 2 then to page 3 etc using a boolen control?
    Please Mark the solution as accepted if your problem is solved and donate kudoes
    Solved!
    Go to Solution.

    You have a couple of possiblities:
    Keep the tab value in a shift register and use a value changed on the boolean to increment or decrement the tab. Write to a local variable of the tab as needed (I would recommend against value property nodes as in the above examples by others).
    You could also hide the tabs and make the tab control an indicator. Now you can write directly to the terminal if the boolean changes and you don't even need a local variable.
    Here is an example showing both (LabVIEW 8.2).
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    TabSwitcher.vi ‏18 KB

  • Is possible to get the page name from the _pageid

    Is possible to get the page name from the _pageid displayed in the url?
    It must be stored in a portal oracle table does anyone know which ones or whether there is a api to translate the pageid.
    Thanks in advance.

    You have you execute this query, using both the numbers included in the parameter pageid:
    select display_name from portal.wwsbr_all_folders
    where caid = :first_number
    and id = :second_number

  • Is it possible to suppress the Page Header of the Main Report based on the Section Name?

    Hi,
    I am fairly new to Crystal Reports XI.  Is it possible to suppress the Page Header of the Main Report based on the Section Name?  Thanks.

    In the section expert you can enter a formula on the suppress function.
    You just need something to check against if it is section name you say
    {section name} ="Suppressme"
    I have used it more in drill level to display headers based on how far you have drilled into a report.
    Hope this helps
    Eric
    Via Christi Health System

  • Is it possible to widen the page view when drafting iWeb pages?

    I'm drafting web pages via iWeb and figured out how to make the page content wider (in page layout/content width), but would like to be able to have a view of the entire page while I'm rearranging the text and images on the webpage. I cannot figure out how to be able to view the page without having to scroll left and right. Is it possible to see what the finished product looks like in its entirety before and/or after publishing to iWeb???

    iLyzzard wrote:
    Seems like my iMac with a 21.5 monitor should do the job. The webpages look great online, but how can I widen my draft-view so I don't have to keep guessing as to alignment of my text and images? Please advise.
    I'm not really understanding your question since the way things look in iWeb is pretty much the way they look online.
    In what way do your iWeb pages not look like what you see online?
    This is really a feature in iWeb (and one which costs iWeb excessive code if anything): to be able to provide a WYSIWYG canvas on which to build.

  • Is it possible to render the page black to save energy (as Blackle does)?

    Is there the possibility to invert the colours of the page in firefox 3.6.13, (operating system Vista)?

    Changing to a black background may increase energy usage - http://googleblog.blogspot.com/2007/08/is-black-new-green.html and http://en.wikipedia.org/wiki/Blackle.com
    You can use the [https://addons.mozilla.org/firefox/addon/2592/ NoSquint] add-on to change text and background colours.

  • Is it possible to trigger the approval process programmatically?

    When a user attempts to add a form the add-on can intercept this but is it possible to check in the code whether this particular Form (document) would pass the approval process or not. The add-on can keep an eye on the loading forms and it can spot the authorization form, but if the approval process does not start for the current Form it would be added and that's too late for the add-on to do its stuff.
    Thanks.
    Svilen

    Hi Svilen,
    I don't think you can trigger the approval from within your add-on. However, you could check which approvals are active and retrieve the same query to run within your add-on. The results of running the query should tell you if the current document will pass the approval checks. I think there's a fair bit of work in getting this to work though :-\
    Kind Regards,
    Owen

  • Is it possible to access the page setup for the printer from a program unit

    Hi guys,
    I've done a report and i need to print it with a specified superior margin. This is not the margin that we set in the report edit margin button, this is already set, the problem is the pre-defined margin located in the page setup dialog box.
    My question is, is there a way (api, etc...) inside the report in which i can access this page setup and configure that margin with the values that i want, programaticaly (runtime)?
    Thanks.

    Sorry, the following is the runable one.
    package view;
    import java.io.IOException;
    import javax.servlet.ServletException;
    import javax.servlet.http.HttpServletRequest;
    import oracle.adf.controller.struts.actions.DataAction;
    import oracle.adf.controller.struts.actions.DataActionContext;
    import oracle.cabo.servlet.BajaContext;
    import oracle.cabo.servlet.BaseBajaContext;
    import oracle.cabo.servlet.Page;
    import oracle.cabo.servlet.PageBroker;
    import oracle.cabo.servlet.event.PageEvent;
    public class DataAction2Action extends DataAction {
    protected void processComponentEvents(DataActionContext actionContext)
    throws IOException, ServletException {
    HttpServletRequest request = actionContext.getHttpServletRequest();
    String eventName = request.getParameter("event");
    if ("test".equals(eventName))
    PageBroker broker = (PageBroker)
    this.getServlet().getServletContext().getAttribute("oracle.cabo.servlet.PageBroker");
    BajaContext bajacontext = new BaseBajaContext(this.getServlet(),
    broker,
    actionContext.getHttpServletRequest(),
    actionContext.getHttpServletResponse());
    Page page = bajacontext.getPageDecoder().decodeRequestedPage();
    PageEvent pageevent = bajacontext.getPageDecoder().decodeRequestedPageEvent();
    super.processComponentEvents(actionContext);
    }

  • Is it possible to move the pages around in the layout?

    Having trouble finding a way to moving pages around once you add a new one to the queue. It wants to behave in linear form only it seems. Anyone know a way around this or if I'm just missing something?

    One work around I have heard of is to add extra pages within the existing chapter.  They show up in a linear fashion, that is, after your existing content.
    Then copy your content from its resident spot, then paste it onto the new page.  You may have to insert a page break at the first "placeholder" the spot from where you are copying the content.  If you don't insert a page break at the place in front of the new pages, it may start typing around the end of the part that was there before you added the pages.
    Once you paste it on to a latter page, then go back and delete the content from its original spot, and then you should be able to delete the blank pages, after material has been cut from them.
    Do it slowly, and if you screw up, hit Command+Z if you need to undo it and go back. 
    Sadly, (to my knowledge) you can't insert a page in the middle of a chapter, the above way is the one one of which I am aware that you can move things around, with minimum headaches. 

  • Is it possible to get the page count of a *.doc and * .xls document in java

    Hi guys,
    How to determine the number of pages given a word document or an excel document.I searched many sites , found one in the forum about
    ImageDecoder it can determine the number of pages of tiff,jpeg etc images. but its not possible for *.do or *.xls.

    Well, everything is possible... But this is basically impossible

Maybe you are looking for

  • Can not get out of screensaver

    Hello, I have a Lenovo R500 with Windows 7. When i leave my computer on for a while without using it gets into a screensaver state where i can not get out of, only by restarting abruptly the computer and so all open programs that are still running. H

  • How to force an automatic query when first accessing a form?

    I have several forms on different tabs. When the first is queried, I save the key field. When the other forms start, they get the key with wwsto_api_session.load_session and store it in the form A_key. I want to have already performed a query when th

  • Can't see any tumbnails, Can't create proxy.

    Hello, I'm new into the FCS support and I do have a problem now with my FinalCutServer version 1.5.2 running on an Xserver with V-trak. First of all everything was running correctly but after some one did "propagate permissions" on my root harddrive

  • Oracle Client 10g/11g on Windows 2008, Itanium

    Hi, All! I need to install Oracle Client on test Windows 2008 Server, based on Itanium processors. 11g client is preferred, and 10g client at least. I know, that Win2008 is not supported yet for Oracle Database, but, may be, there are way to install

  • EAP-AUTH-AAA-ERROR: Reply received on stale handle

    Hi, I try to deploy 802.1x EAP-TLS in Lab enviroment with ACS 4.2 and Cisco IOS Software, C3560 Software (C3560-ADVIPSERVICESK9-M), Version 12.2(46)SE If I use the PEAP, it is working, but if EAP-TLS, then nothing show in logs on ACS, but error messa