Do I need Custom Pagination?

Hi,
I want to make a report of a schedule showing 1 week per page.
The table I have looks something like this:
Monday 1 March 2012 12:00 PM Event1
Monday 1 March 2012 13:00 PM Event2
Monday 1 March 2012 14:00 PM Event3
Tuesday 2 March 2012 12:00 PM Event4
Wednesday 3 March 2012 08:00 AM Event5
(etc.)
Some days of the week may be missing and some weeks there may not be any data at all, in which a text like "No Events this week" should appear.
Do I need custom pagination to establish this or are there easier methods?

In my opinion you should try to avoid customizing the Process Model.  It makes it easier to maintain.  It's even worse when you "need" to change modelsupport2.dll.  UGH!!
The current sequential model has a whole bunch of callbacks which make it really easy to get desired behavior from your client sequence file.
Here's what I use for my rule of thumb for customizing the Process Model:
- Will this modification be useful to multiple projects?
- Does this modification make it easier all around in the long run. (i.e. less support, less maintenance, less work when creating new tests, etc..)
- Is my modification strong linked to 1 client sequence file?  A process model should be something that can handle pretty much any sequence file.  If you customize it such that it's linked to a single sequence file then you are probably doing something wrong.
- Does this modification make sense?  In all reality what am I truly gaining by this modification?
A couple instances when I've changed the process model:
- Configuration Entry Sequences to change settings for a test.  This just had a simple callback in it that I always overrode with my client sequence.  It just put a menu item in the user interface so users could get to it.
- A callback/Configuration Entry which allowed users to link to a document describing what the test did.  Again overridden by my test.  Just used for the menu item.
- Disabling/Deleting an entry point.  Test UUTs and Single Pass are the default for the sequential model.  I only wanted users to select one.
Sounds like a crazy project.  I hope it goes well for you.
Cheers,
jigg
CTA, CLA
teststandhelp.com
~Will work for kudos and/or BBQ~

Similar Messages

  • Custom pagination for APEX 4.2 interactive report using Page Zero

    Hi,
    I want to implement an «Custom pagination for APEX 4.2 interactive report» using a «page zero».
    I recently migrate from Apex 3.1 to Apex 4.2 and my «Custom pagination for APEX 3.1 interactive report» using a «page zero»  is not working any more.
    So now I try to adapt an excellent example of Jari Laine for 4.0 but using a page zero.
    I put the code JavaScript to Page zero but I must create an dynamic action to fire only for an interactive report region.
    It’s a good idea?
    Thank you

    Thought I would try once more with my DatePicker question.
    On the Apex.Oracle.Com website I have created a 1 page application that has an Interactive Report.
    [url http://apex.oracle.com/pls/apex/f?p=15655:1]
    user = 'test'
    password = 'test'
    I have 2 questions :
    (1) In IE7, press 'Actions', 'Filter'. On the Column dropdown list, select 'Order Timestamp'.
    Notice the prompt icon to the right of the 'expression'. This should change to the Datepicker, but in IE7 it does not. Try the samething in Firefox or Chrome and the Datepicker will appear.
    Is this a BUG, or does Apex 4.02 not support IE7 ?
    (2) In Firefox or Chrome, where you can now see the Datepicker, you will notice that it is the new style picker, not the old style ( called 'classic' ). I want to change it so that it shows the 'classic' datepicker not the new, but cannot see how to do it, if indeed you actually can.
    I would really appreciate it if someone could take a look and let me know if I am going mad, or if we need to get all our users onto IE8. We have now gone live with Apex 4.02 and need to resolve these issues.
    Thanks in advance.
    Edited by: DooRon on 10-Mar-2011 05:13

  • SSRS custom pagination exception

    Hello,
    I am getting below errors on custom pagination for SSRS reports. I am rendering SSRS reports locally not deployed on server.
    In custom pagination I have text box and next and prev link on report. when I enter page number the data loads properly in report but when i click on next link(image) I get below errors. The report works fine on google chrome, IE 9/10 but it fails in IE
    11.
    Void StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean)
    [7:13:01 PM] Mohit Singhi: ----------------------------
    [7:13:01 PM] Mohit Singhi: Int32 ParseInt32(System.String, System.Globalization.NumberStyles, System.Globalization.NumberFormatInfo)
    Boolean LoadPostData(System.String, System.Collections.Specialized.NameValueCollection)
    Boolean System.Web.UI.IPostBackDataHandler.LoadPostData(System.String, System.Collections.Specialized.NameValueCollection)
    Void ProcessPostData(System.Collections.Specialized.NameValueCollection, Boolean)
    Void ProcessRequestMain(Boolean, Boolean)
    I have gone through few solutions provided in net but my reports are not working after implementing those solutions. Please suggest me after looking into my issues properly.
    I would appreciate if you send me the proper solution.
    Regards,
    Ramu
    Ramu Gade

    Dear Dikshan,
    Thank you for your questions.
    It seems that the issue is a compatible problem between Report Veiwer and IE 11. For this issue. May I know what's your Reporting Service version?
    There's several compatible issues between Reporting Service 2008 R2 and IE 11. Usually, I will sugget customer to report the compatible issue on
    https://connect.microsoft.com. Our product team will review the issues and may fix it in the future.
    From a support perspective, this is really beyond what we can do here in the forums. If you cannot determine your answer here or on your own, consider opening a support case with us. Visit this link to see the various support options that are available to
    better meet your needs: 
    http://support.microsoft.com/default.aspx?id=fh;en-us;offerprophone."
    Thanks for your understanding.
    Halin Huang

  • Need Customizing request instead of Workbench for Table Mainetnance

    Hello All,
    I created a ztable with Table Maintenance.
    Whenever I am creating entries using SM30 it is asking workbench request instead of customizing request.
    I need customizing request to be created for table entries.
    Can anybody help me in this regard.

    Hi Eric,
    Thanks a lot!.
    The problem is solved....
    Thank you very much for your help.
    Regards,
    Sunil

  • Custom pagination above and below report

    All,
    I creating a report with custom pagination like in the below link- Jari's sample. I got the below pagination to work but when i try to replicate another above the report(so that ive both above and below pagination) it does work and isnt in synch with the below one. Can somebody help with this ...thank you in advance
    https://apex.oracle.com/pls/apex/f?p=39006:20:111770736182004::NO:::

    I'm a novice at javascript for APEX.  Maybe someone else can readily see the problem.
    I tried to duplicate what you have but I got neither the top nor bottom to completely work.
    I note that the go-to-beginning and go-to-end arrows work for both.  The bottom's dropdown selector is just not populated.
    Questions (to try to pin point the problem).
    1. If you reverese the Pagination / Pagination1, #htmldbIR_x1 / #htmldbIR_x11 names then does the bottom on work?
    2. If you remove the top pagination then does the bottom pagination work?
    Howard

  • Why we need Custom controllers in Model Applications

    Hi Friends
    In Adaptive RFC Model Application we can use both the controllers for creating contex structure
    wat is the main aim for using custom controller
    it has any special feature in custom conrollers
    i read both the controllers have same functionality n flexibility
    any body differentiate these two controllers
    n which one is efficient for connecting Model applications
    Regards
    Narayana

    Hi Narayana,
    There are many situations when you need custom controllers over component controller.
    Suppose you have one DC and you want to make some part of this DC as Public which may include Local context nodes, elements, methods or model context with specified methods to process some functionality. By Interfacing a custom controller with all the exportable methods and context you reach to a certain level of security.
    In this case you are distributing your module in multiple custom controllers which ultimately reduces complexity of programming, code and obviously execution time.
    This is up to  the developer, if he/she wants to create custom controllers or not, but yes in certain situations you should go for custom controllers. It is always good to have multiple custom controllers when you are using single DC for different modules.
    Regards,
    Amol

  • Need Customer Number(KUNNR)

    Hi Friends,
    I need customer number(KUNNR).
    I have the following information G/L account No, Company Code, Fiscal Year. From BSIS table I got all the document numbers corresponding to G/L Account No.....
    Now I need to display Customer Numbers(KUNNR) corresponding to Document Numbers(BELNR)
    I found values only in BSEG. But I could not write a SAP Query on this because BSEG is a Pool/Cluster table.
    I have searched all this tables. BSAD, BSID, BSAK etc.., but I could not find any values in this tables.
    Any suggestions please?
    Regards,
    chaithanya K

    There was no other option for me..
    Thanks Rob I have used BSEG table...
    regards,
    chaithanya.

  • Needed Custom logo to be displayed  in Form Menu bar

    How do you change the Oracle logo on the right hand side of the Oracle Applications
    menu(11.5.10)
    Needed Custom logo to be displayed in Form Menu bar

    Refer to the following notes:
    [Note: 119319.1 - How to Replace Oracle Logo with Company Logo on Applications 11i Sign-On Screen|https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=119319.1]
    [Note: 404381.1 - How To Make Simple Custom Changes To The JTFLOGIN Page|https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=404381.1]
    [Note: 395663.1 - How to change the Corporate Branding Image System Wide in the E-business Suite|https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=395663.1]

  • Do we need customer login modules?

    Hi!
    We start to think whether we need customer login modules on the top
    of the existing login modules.
    Plus, in some of our systems we see some customer login modules
    BUT we do not know whether they are necessary or not.
    Is there a way to  decide if a customer logn module is needed?
    Thanks! Point guaranteed.

    I hope that you are talking about the Portal Customization.
    Incase if YES !  Then you can the first thing is that this is a customization of the Portal Display page with respect to the customer.
    Hence it is left to the choice of the customer to customize the Portal look.
    If it is required to be done then you can do it by login into the portal then System admin--> Portal display and then select the theme and do the customiztion as required.
    Regards,
    Prem

  • PHONE SERVICE FOR SPECIAL NEED CUSTOMER - YOU NEVER SHOWED????

    We have been able to maintain my brother-in-law in an independent setting for most of his 59 years of life. Beyond his diabetes, cognitive delays and heart disease, he also struggles with the residual effects of schizophrenia and an awareness that he his different from other people. Recently, we had to move him into a new apartment and he needed land line phone service. We were not thrilled that we would have to wait more than 3-weeks to get an appointment - even after we explained he has medical needs - but we put as many supports as we could around him (needless to say, he forgets to charge his cell  phone, but the walkie-talkies worked ok). 
    THEN the day of our appointment arrives - AND NO VERIZON??? We waited from1-5pm, taking time off work... and no technician showed. When we called to ask the status of our appointment, we were told that the appointment was on the computer but no notes as to why  no one came. We were told we could Verizon could come the net day (which would be today , as I write) but it would be any time between 8am-5pm.
    Why is this ok? Where is the customer service, the care? Why do I now have to wait from 8-5 for another technician - when we should ahve been put first on someone's list? I know we are not getting FIOS but...
    I am venting here because there seems to be no customer concern hotline or email and I do not think this should get lost in the shuffle. Phone service for my brother-in-law is essential and vital to his wellbeing and abilitty to continue to function safely within the community. How can I recommend and respect your commitment to servicing persons with disabilities and special needs if this is my experiences with Verizon?

    I'm sorry you are having difficulty. An agent with access to your account will reach out to you directly by email, private message in the Forums and/or the billing telephone number on your Verizon account for more information or to help you resolve your issue.
    eocb wrote:
    AND - 
    No one showed again today... When I called this afteroon to follow up if anyone was going to show - I was told, "No one is coming - Can't get you another appointment until the 23rd - and that's expedited" WHAT???? But my appointment was for YESTERDAY??? YOU DIDN'T SHOW UP. Why do I need a new 'expedited' appointment? AND, where was my phone call that you were NOT coming?
    Verizon - please... explain this customer careappraoch? especially for someone that needs the phone service for his safety and well being. We ONLY needed the phone turned on - This is appalling and should NEVER have happened. 
    Shame on you, Verizon. 

  • 64-bit Spell checker in OPPM v9-Sp1 works, but need Custom Dictionary

    My client adopted Oracle Primavera Portfolio Management (formerly ProSight) -- which is NOT P6, a couple of years ago. It entered production with v.8.0 which had a spell-checker included but which does not work with the approved 64-bit O/S (ie: Windows Server 64-bit). After being disappointed with the v.9.0 release also not supporting 64-bit O/S, the recently released v.9.0-Sp1 finally does. Good news!
    I have the instructions (“Primavera Portfolio Management 8.0 Customizing the Spelling Checker.pdf”) for adding a custom dictionary to the system, but cannot find any information on doing this for OPPM v.9.0-Sp1.
    Does anyone know if the same instructions still work, or where I can get new instructions for adding a custom dictionary (to avoid having the users need to add many new terms, including their own misspelled ones)?
    Thanx in advance.
    Rob
    Edited by: user11049393 on Jul 12, 2012 11:07 AM

    Hi Sachin:
    Actually, after my message yesterday, I managed to find the document, buried in with the OPPM technical docs. Looks identical to the OPPM v.8 version. Thanx for your help.
    Now that I have poked around a little more, I realized that I haven't seen anything about how to EDIT the dictionary files once created. How does one clean them up of accidentally (or unintentionally) added mis-spelled words? Every other application I've ever used with a spell checker has that function somewhere, but I can't see it in OPPM.
    Any info on this issue? Thanx in advance.
    Rob

  • Need custom column widths in Append Text Table to Report

    I need to print reports with tables of different column widths specified for each column, as the contained fields vary in width from just 3 characters in one column to 40 characters in another.  Also we are trying to match the reports generated by a non-labview routine.  In the past I have been able to achieve this by editing the Append Table to Report vi, working my way through the inner hierarchy to replace the DBL numeric COLUMN WIDTH control with a DBL numeric array.  The innermost vi, Set Table Column Width, assigns the numeric to a property node in a for loop, so the change is simple: replace the scalor with an array and enable indexing on the for loop.  Of course, after each Labview upgrade, I've had to go back in and repeat these edits on the overwritten upgraded vi's.  This time there is a problem.  The new version of this toolkit is object oriented, and disturbing these vi's wrecks the class methods in a way I don't understand (mostly because I've had no dealings with object oriented programming) and which cannot be undone.  I recently tried this and after not being able to fix the problem even with phone support, I had to spend the next two days unistalling and reinstalling Labview!  I desperately need a way to achieve this functionality without killing the toolkit, which is used (in its original functionality) by another absolutely critical program.  PLEASE HELP!
    The hierarchy is as follows:
    NI report.lvclass:Append Table to Report (wrap)
    NI report.lvclass:Append Table to Report 
    NI Standard report.lvclass:Append Text Table to Report
    NI Standard report.lvclass:tables
    NI Report Generation Core.lvlibet Table Column Width

    There is a highly relevant thread under discussion here:
    http://forums.ni.com/ni/board/message?board.id=fea​tures&thread.id=429
    You may wish to read it and chime in as it is a discussion of LabVIEW's policy (and possible change in policy for the future) concerning the handling of non-palette VIs between LV versions.
    Rob Hingle wrote:
    > Is that to say NI will not be helping me with this?  Pretty disappointing lack of support, seems
    > like a terrible idea to go to object oriented if even your own application engineers can't figure
    > out such a simple fix.  Gotta give NI a huge thumbs down on this one, thanks for nothing.
    I doubt that it is a simple fix -- our AEs are generally top notch at figuring out solutions for customers -- if it were simple, my bet is they'd have solved it. Asking an AE to work around a bug is different from asking them to rearchitect the toolkit. You are asking them to add a feature that the new version of the toolkit is not
    designed to support. The difficulty in doing this is completely independent of the decision to use LabVIEW classes to implement the toolkit. If any piece of software is not designed with a particular use case in mind, what may be a simple tweak under one design may become a very hard problem under another design.
    In your case, the solution is very straightforward: Use the older version of the toolkit. Any time you create a custom modification of the VIs that ship with LV or one of its toolkits, you should make your own copy and have your VIs link against the copy. LabVIEW promises to maintain all the public functionality version over version. Usually we succeed at that. What we do not promise is to maintain our private implementation of that functionality. It is impossible for LabVIEW (or any other software library) to maintain all of its private internal operations while still continuing any development. Using a copy of the original VIs shields you from having to recode your changes every version (something you've already mentioned is a chore) and it guarantees that functionality that you relie upon does not disappear.
    I hope you are willing to be understanding of this situation and not hold it against the AEs working on this. They try hard to provide excellent customer service, and spend lots of time inventing custom solutions for our users.  This happens to be a situation where the correct fix is not to modify the new toolkit version to do something it wasn't designed to do but to modify your development process so that the problem is solved now and into the future. 

  • Basis Advise Needed - Custom Tables

    I am in an urgent need of an R/3 basis advice. Client is creating variant tables via transaction CU61 and are not following the standard Z & Y customer naming conventions. For example they are creating a variant table with the name: BOT_INST_CONUSE. In case of a potential future upgrade would tables of this kind be deleted/replaced if they do not start with a Z or a Y? Since these tables are not maintained via SE11, do they have to follow the Z & Y customer naming convention standard at all?
    Thank,
    Fasi

    Hi Fasi,
       I don't think upgrade will delete the table. But since  it is in SAP namespace, SAP is free to use this name in future and if that happens it will be replaced with SAP's version of this table. I don't see any reason why somebody wants to use SPA namespace for custom table, it doesn't make any sense at all.
    Cheers,
    Sanjeev
    Message was edited by: Sanjeev Singh

  • Do I need custom Model?

    I am a TestStand beginner working on a 10-year-old test system for discrete power transistors.  These parts are very simple and are tested one at a time by an operator.  Ten years ago, another engineer built a system using TestStand and several instruments connected by GPIB.  Now the software needs to be rewritten since the old system is not compliant with test software version control requirements.  The original designer made a complete custom Model file, and modified the snacmodelsupport2.dll with LabWindows CVI.
    I am under cost and time constraints to finish this upgrade, and it appears to be a very large learning curve to understand this custom Model.  I do not want to reinvent the wheel, but it seems to me that the stock sequential model is fine for this project.  What is the rule of thumb as to when a custom model file is requred?
    Solved!
    Go to Solution.

    In my opinion you should try to avoid customizing the Process Model.  It makes it easier to maintain.  It's even worse when you "need" to change modelsupport2.dll.  UGH!!
    The current sequential model has a whole bunch of callbacks which make it really easy to get desired behavior from your client sequence file.
    Here's what I use for my rule of thumb for customizing the Process Model:
    - Will this modification be useful to multiple projects?
    - Does this modification make it easier all around in the long run. (i.e. less support, less maintenance, less work when creating new tests, etc..)
    - Is my modification strong linked to 1 client sequence file?  A process model should be something that can handle pretty much any sequence file.  If you customize it such that it's linked to a single sequence file then you are probably doing something wrong.
    - Does this modification make sense?  In all reality what am I truly gaining by this modification?
    A couple instances when I've changed the process model:
    - Configuration Entry Sequences to change settings for a test.  This just had a simple callback in it that I always overrode with my client sequence.  It just put a menu item in the user interface so users could get to it.
    - A callback/Configuration Entry which allowed users to link to a document describing what the test did.  Again overridden by my test.  Just used for the menu item.
    - Disabling/Deleting an entry point.  Test UUTs and Single Pass are the default for the sequential model.  I only wanted users to select one.
    Sounds like a crazy project.  I hope it goes well for you.
    Cheers,
    jigg
    CTA, CLA
    teststandhelp.com
    ~Will work for kudos and/or BBQ~

  • Need help  Pagination Suppourt with DataGrid

    Hi ,
    When i do a search Operation , the data from Database is huge and i think if i display all of them at a Time it will be a performance and response Time issue .
    So the question i am asking is that , can any body please give me a basic idea as how to implement Pagination with DataGrid Results ??
    Need help with Datgrid and Pagination suppourt .
    Thnaks in advnace .

    Hi Kiran,
    Try referring to the below link...
    http://www.flexicious.com/
    Thanks,
    Bhasker Chari.S

Maybe you are looking for

  • Write file in jar file format

    Hi all, I have bundled my programs and xml files in the same jar. In my program, I want to update the xml files. How should I do it? I have used JarOutputStream before, but it fails... Thanks a lot! Best regards, Ray

  • JTable with editable JComboBoxes

    For some reason once I added editable JComboBoxes to a JTable I can no longer tab among the fields in the table. If I just select a cell, I can tab to the other cells in that row, and then to proceeding rows as I reach the end of each. However if I d

  • Premiere Pro CC will not Fully Load

    Hi, I purchased PPCC recently and for some reason it refuses to start up. The app pops up but then shuts down immediately. I've cleaned up the registry and cleaned up even more space hoping that would do something. It worked perfectly during the 30 t

  • Pse 12 organizer keeps crashing

    Pse organizer keeps crashing. I'm on a Mac OS X Mavericks.

  • SUN Cluster.PMF.pmfd Failed to stay up

    Dear All, Please help I am facing problem and unable to start sun cluster concurrent manager resource group it is showing me status "starting" but unable to start please find below the log Oct 16 14:06:24 iat-dc-ebpdb02 Cluster.PMF.pmfd: [ID 887656 d