Do APEX themes have page-size limits?

Hi:
APEX 4.2
I have an application that uses theme 2. On one page I have several regions that display updateable items populated with SQL.  One particular region shows a tabular report that contains a combination of updateable and non-updateable items.  This region will show no more than 15 rows.  In one case I know that 22 rows should show.  The pagination links do nothing.  That is, nothing happens when I click the NEXT link or select the next X of Y from a list.
I saw on a not-too-related posting that suggested that a theme for an application can restrict page size.  Is this true?
I've spent two days on this problem, and I have gotten nowhere.
Can anyone suggest what else I should look for?
Thanks.

Thanks for the response.
I have tried what you have suggested several times, and nothing worked.
I am now seeing an error in the Firefox error console:
Error: TypeError: tabular.gChangedItems is undefined
Source File: http://localhost:8080/i/libraries/apex/minified/widget.tabular.min.js?v=4.2.2.00.11
When I click on the Source File link (above) I see:
apex.widget.tabular={},function(tabular,report,$,undefined){function _highlightCheckedRow(a,b,c){b.checked?(report.gStyleChecked[a]&&$(b,apex.gPageContext$).closest("tr").children("td").css("background-color",report.gStyleChecked[a]),report.gRowActive[a][c]="Y"):(report.gStyleChecked[a]&&$(b,apex.gPageContext$).closest("tr").children("td").css("background-color",""),report.gRowActive[a][c]="N",$("#check-all-rows",apex.gPageContext$).prop("checked",!1))}function _setModified(a){var b=!1,c=$x_FormItems($x("report_"+a)),d=c.length,e=tabular.gChangedItems.length;for(var f=0;f<d;f++)tabular.gTabFormData[f]!==c[f].value&&c[f].name!=="X01"&&($x_Class(c[f],"apex-tabular-highlight"),b=!0);for(var g=0;g<e;g++)$x_Class(tabular.gChangedItems[g],"apex-tabular-highlight"),b=!0;return b}tabular.gNewRowDatePicker="",tabular.init=function(a,b){var c,d,e;c=$.extend({beforeRow:null,afterRow:null},b),tabular.gTabFormData=[],tabular.gErrItems=b.errorItems,tabular.gChangedItems=[],tabular.gNewRows=0,tabular.gTabFormRegionID=a,tabular.gTabFormReportID="report_"+a,tabular.gTabForm=$("#init_row_"+a,apex.gPageContext$).parent(),tabular.gTabFormDefaultBG=$("#init_row_"+a,apex.gPageContext$).children("td").css("background-color"),tabular.gTabFormInitRow=b.beforeRow+$("#init_row_"+a,apex.gPageContext$).html()+b.afterRow,b.initialPageLoad&&(tabular.gInternalRegionId=b.internalRegionId,tabular.gUnsavedMsg=b.unsavedMsg,tabular.gAjaxEnabled=b.ajaxEnabled,$(apex.gPageContext$).on("apexbeforepagesubmit",function(){$("input[name$=NOSUBMIT]",$("#"+tabular.gTabFormRegionID,apex.gPageContext$)[0]).each(function(){$x_disableItem(this,!0)}),$("#init_row_"+a,apex.gPageContext$).remove()})),$("#init_row_"+a,apex.gPageContext$).remove(),d=$x_FormItems($x(tabular.gTabFormReportID)),e=d.length;for(var f=0;f<e;f++)$(d[f]).attr("autocomplete","off"),d[f].name!=="X01"?tabular.gTabFormData[f]=d[f].value:tabular.gTabFormData[f]="0";$("#"+tabular.gTabFormRegionID,apex.gPageContext$).on("click","input.row-selector",function(){_highlightCheckedRow(tabular.gInternalRegionId,this,$(".row-selector",apex.gPageContext$).index(this))})},tabular.checkAll=function(a){$("input[name=f01]",$("#"+tabular.gTabFormRegionID,apex.gPageContext$)).each(function(b){$(this).prop("checked",a.checked),_highlightCheckedRow(tabular.gInternalRegionId,this,b)})},tabular.pad=function(a,b){var c=""+a;while(c.length<b)c="0"+c;return c},tabular.paginate=function(a,b){function c(){tabular.gAjaxEnabled?report.paginate(tabular.gInternalRegionId,b):apex.navigation.redirect(b)}_setModified(a)?confirm(tabular.gUnsavedMsg)&&c():c()},tabular.sort=function(a,b){function c(){tabular.gAjaxEnabled?report.sort(tabular.gInternalRegionId,b):apex.navigation.redirect(b)}_setModified(a)?confirm(tabular.gUnsavedMsg)&&c():c()},tabular.addRow=function(pNewRowVals,pNewRowMap,pDispTypeMap){var lItem,lNewRowIndex,lItemsIterator,lNewRowIdentifier,lItems=$x_FormItems($x(tabular.gTabFormReportID)),lItemsCount=lItems.length,lNewRow=tabular.gTabFormInitRow,lNewRowDatePicker=tabular.gNewRowDatePicker,lErrorItemsCount=tabular.gErrItems.length;tabular.gNewRows=tabular.gNewRows+1;for(lItemsIterator=0;lItemsIterator<lItemsCount;lItemsIterator++)tabular.gTabFormData[lItemsIterator]!==lItems[lItemsIterator].value&&lItems[lItemsIterator].name!=="X01"&&tabular.gChangedItems.push(lItems[lItemsIterator]);lNewRow=lNewRow.replace(/_0000/g,"_"+tabular.pad(tabular.gNumRows+tabular.gNewRows,4)),lNewRow=lNewRow.replace("p_element_index=\" + escape ('0')","p_element_index=\" + escape ('"+(tabular.gNumRows+tabular.gNewRows)+"')"),lNewRow=lNewRow.replace(/\$_row/g,tabular.gNumRows+tabular.gNewRows),$(tabular.gTabForm).append(lNewRow),$("#"+tabular.gTabFormRegionID,apex.gPageContext$).contents().find(".nodatafound").hide(),lNewRowDatePicker.length>0&&(lNewRowDatePicker=lNewRowDatePicker.replace(/_0000/g,"_"+tabular.pad(tabular.gNumRows+tabular.gNewRows,4)),eval(lNewRowDatePicker)),lNewRowIndex=tabular.pad(tabular.gNumRows+tabular.gNewRows,4),$(":input[id^=f][id$=_"+lNewRowIndex+"]",apex.gPageContext$).change(function(){$("#fcud_"+lNewRowIndex,apex.gPageContext$).val("C")});for(var lErrorItemIterator=0;lErrorItemIterator<lErrorItemsCount;lErrorItemIterator++)tabular.gErrItems[lErrorItemIterator].length>0&&$("#"+tabular.gErrItems[lErrorItemIterator],apex.gPageContext$).addClass("apex-tabular-form-error");if(pNewRowMap)for(var i=0;i<pNewRowMap.length;i++)lNewRowIdentifier=tabular.pad(tabular.gNumRows+tabular.gNewRows,4),$("#fcud_"+lNewRowIndex,apex.gPageContext$).val("C"),$("#"+pNewRowMap[i]+"_"+lNewRowIdentifier,apex.gPageContext$).val(pNewRowVals[i][tabular.gNewRows-1]),pDispTypeMap[i].indexOf("RADIO")>=0&&$("[name="+pNewRowMap[i]+"_"+lNewRowIdentifier+"_NOSUBMIT"+"]",apex.gPageContext$).each(function(){$(this).val()===pNewRowVals[i][tabular.gNewRows-1]&&$(this).prop("checked",!0)}),pDispTypeMap[i].indexOf("SIMPLE_CHECKBOX")>=0&&$("#"+pNewRowMap[i]+"_"+lNewRowIdentifier+"_01",apex.gPageContext$).each(function(){lItem=$x(pNewRowMap[i]+"_"+lNewRowIdentifier+"_01"),lItem.value===pNewRowVals[i][tabular.tabular.gNewRows-1]&&$(this).prop("checked",!0)});lItems=$x_FormItems($x(tabular.gTabFormReportID)),lItemsCount=lItems.length;for(lItemsIterator=0;lItemsIterator<lItemsCount;lItemsIterator++)lItems[lItemsIterator].name!=="X01"?tabular.gTabFormData[lItemsIterator]=lItems[lItemsIterator].value:tabular.gTabFormData[lItemsIterator]="0"}}(apex.widget.tabular,apex.widget.report,apex.jQuery),apex.widget.report.tabular=apex.widget.tabular;
I searched Google for TypeError: tabular.gChangedItems is undefined but received no hit.
Can anyone suggest what to do next?
Thanks!!

Similar Messages

  • Page size limitation on Sun ONE directory server 5.2

    Hi All,
    How do i know what is the Page size limitation on Sun ONE directory server 5.2?
    How do i cahnage it?
    Best Regards,
    Ayelet Regev
    [email protected]

    I enabled SSL in SUN ONE Directory Server 5.2, I use the following code to download the server certs,
         Hashtable env = new Hashtable(11);
         env.put(Context.INITIAL_CONTEXT_FACTORY,
         "com.sun.jndi.ldap.LdapCtxFactory");
         env.put(Context.PROVIDER_URL, "ldaps://bharatkumar.webm.webmethods.com:636/o=in");
         env.put(Context.SECURITY_AUTHENTICATION, "EXTERNAL");
         env.put(Context.SECURITY_PROTOCOL, "ssl");
         try {
         // Create initial context
         DirContext ctx = new InitialDirContext(env);
    System.out.println(ctx.lookup("ou=web"));
    ctx.close();
         } catch (NamingException e) {
         e.printStackTrace();
    But it throws the following error:
    javax.naming.CommunicationException: SASL bind failed: bharat.com:636 [Root exception is javax.net.ssl.SSLHandshakeException: sun.security.
    validator.ValidatorException: PKIX path building failed: sun.security.provider.c
    ertpath.SunCertPathBuilderException: unable to find valid certification path to
    requested target]
    at com.sun.jndi.ldap.LdapClient.authenticate(LdapClient.java:220)
    at com.sun.jndi.ldap.LdapCtx.connect(LdapCtx.java:2637)
    at com.sun.jndi.ldap.LdapCtx.<init>(LdapCtx.java:283)
    at com.sun.jndi.ldap.LdapCtxFactory.getUsingURL(LdapCtxFactory.java:175)
    at com.sun.jndi.ldap.LdapCtxFactory.getUsingURLs(LdapCtxFactory.java:193
    How to rectify the above error?
    Kindly Help me.
    Thanks,
    Bharat

  • PDF Printer Page Size Limitation

    I have been creating documents in Microsoft Publisher 2007 & have been trying to convert them to PDF via the Acrobat PDF Maker. When I am dealing with 11x17 & Poster size (36"x48"), the PDFMaker gets into the Converting Process (60%) then displays the following option:
    PDF Page Size in Adobe PDF printer is small causing pages to be split.
    Press OK to convert without preserving transparency, bookmarks & links.
    Press Cancel to choose a bigger sheet (at least 17.00 by 11.00 inches)
    I hit cancel & have changed every Page Size option I can find including:
    the Change Conversion Settings, in the Adobe PDF tab in Publisher
    Conversion Settings: (Created custom setting with default page size)
    Printers & Faxes in Control Panel
    Adobe PDF Printer
    Printing Preferences
    Changed default settings & page size
    I even changed the output paper 11x17
    Yet, it never fails to try to convert everything into letter size. It seems as though it won't do anything over Letter size.
    I have Adobe Acrobat 9 Standard & running Windows XP.
    PLEASE HELP!

    WOW! I was amazed to see that within minutes of posting my initial thread, I tried something that works.
    Apparently, the only way is will actually convert is if you select the regular Print option in the File tab. Then, change the Printer to Adobe PDF & the Paper Size to 11x17. It also worked for 36"x48" becuase I created a custom size named "Poster", so I changed the paper size to Poster & it worked!
    I hope this helps someone. I searched for an existing forum on this issue off & on for MONTHS before creating this thread. If anyone has any suggestions why the Adobe PDF tab /PDF Maker wouldn't work, I'd like to know.

  • Pages size limitation

    I'm wondering what Pages file size limitation might be. I put together an 83 page document that occupied around 750 MB of disk space when saved, and the next morning when I went to open it, the last 20 pages were trashed. It caused Pages to crash a couple times on launch before I got it to stay open, and I was unable to replace/repair the damage in the file. Anybody else suffered anything like this? Or have I run into a real limitation here?

    My G5 has 4 Gb of RAM and plenty of empty space on the boot drive.
    Interestingly, when I've tried to reload the images on the blown pages, Pages has reported the image files as corrupted/unopenable even though they open just fine in both PhotoShop CS2 and InDesign. For lack of time, I rebuilt the entire project, all 134 pages, each with a 5x7 300 ppi photo on it, using the very same image files, and had no trouble with it at all.
    For what it is worth, I repair permissions regularly, and carefully keep up to date with all updates/patches.
    Activity Monitor showed RAM filling upcompletely when I tried to open the file, with free memory down to about 40 Mb when Pages crashed while trying to open the damaged file. I did manage to open the damaged file when it first started misbehaving, and truncated it by chopping off the damaged 20 pages.
    This truncated file opens fine, but it also fills memory to about 40 Mb free, before the document opens and memory use frees up over 2 Gb.

  • Is it possible to have multiple page sizes and print types in the same pdf?

    Is it really possible to have a pdf which has multiple pages and each of them have pages which are of different page sizes (e.g. letter, A4, A3) and print types (e.g. Simplex, Duplex)???
    Thanks,
    Phoenix

    you can definately do different page sizes by using different master pages. You can set the paper type for each master page in the object>master page palette.

  • Specify page size for webi reports as pdf

    Hi,
    Is it posible for a webi report generated as pdf, to specify the page size used inside that pdf ?
    Let's say I want that all pages of that pdf to have page size=A5.
    Is this possible using bo sdk ?
    Thank you.

    Hi Durga,
    log file shows Error  "Continue parsing report event"and/foldername/ SUBF/file name.pdf  means failed
    Can you come accross any such error.
    Regards,
    Ganesh Bothe

  • Size limitation?

    Hi,
    ignoring the device's physical mem, are there any JAR file max size limitation to take note of? I'm worried bcos i hav alot of graphical content in my midlet.
    For JSR184 developers:
    BTW any1 know wat is the size limit for each M3G file?
    Thanks!

    Well - most Nokia phones currently in use have 64kb size limit (Series-40, version 1.0), the next generation of non-handheld-phones of nokia (Series-40; 2.0) has 128kb.
    Not to mention the object-size limit of some siemens phones - nothing may be bigger (uncrompressed!) than 16kb - no classes - no images (uncrompressed not png file size).
    No classes, no images, no arrays.
    Most symbian based devices (e.g series 60) do not have such size limits.
    lg Clemens

  • HttpSession value size limits IE vs. Netscape

    Does anyone know if IE and Netscape have different size limits for binding objects to a current session (ie. HttpSession.setAttribute()). I have some code that executes fine in IE, and terminates Netscape v4.08. I have a feeling that I am binding too much information in the Session for Netscape to handle, but have yet to find any documentation to back this up. Any help?

    I wish that was the problem. When I limit the amount of data that I am binding to the session my code executes fine. But when I store larger amounts, the code kills the Netscape browser itself. The version of Netscape I am testing with is 4.08 and have a feeling that the problem resides somewhere in Netscape's implementation of handling the problem

  • Skillbuilders Modal Page on IE8 with an IE6 compatible Apex theme

    Hi,
    We have been using Theme 13 for quite some time now - I'm aware it's not the best theme in the world to use but with the number of application pages we have now it will take a long time to upgrade them to a newer theme.
    Recently we implemented the Skillbuilders modal page with more than a little help from Dan McGhan and it looks amazing, using any Apex theme, when using IE9, Chrome, Firefox etc. For some reason, when using IE8, we are experiencing strange behaviour.
    The modal box is not showing the Close button and the right and bottom sides are hidden from view inside a parent div. This is a known issue with the jquery ui dialog, but I was hoping someone might have come up with a workaround to make it show correctly.
    If you visit [url http://apex.oracle.com/pls/apex/f?p=62488:2:0:::::]this example with IE8 and click on the names, it doesn't display correctly.
    Can anyone help? We know switching themes to a non-IE6 compatible one works but I would like to fix this without changing stuff to that extent.
    Any help would be greatly appreciated.
    Kind Regards, Pete

    Pete,
    The page templates for the main page and the modal page are missing DTDs so the browser is running in quirks mode. Try adding the HTML5 DTD as it's the simplest:
    <!DOCTYPE html>Note that this may cause other parts of the template to "break". These can be fixed but depending on the severity it may cost a lot of time to fix.
    Regards,
    Dan
    blog: http://DanielMcghan.us/
    work: http://SkillBuilders.com/APEX/

  • HP PhotoSmart Premium C310 - Windows 8 and Office 2013 - Where have the page sizes gone

    I have just upgraded to Office 2013 on my windows 8 PC.
    Now when I goto print, and click "printer properties" evert drop down is blank, and all the titles are in Chinese. HELP please.
    Also the page size options have now lost useful things like A4, Letter etc.
    Technet says to upgrade my printer drivers, but I'm on the latest ones, I can't contact support, as It says my printer is no under warranty support any more. I don't have fault with the printes, its with the driver. Please HP help.
    I can supply screen shots of the issue, but could not work out how to post them here!
    Everything worked O.K. with office 2010.
    Thanks

    So only print functions and printer-related settings are in another language?  Did you use the installation disc that came with the printer or did you download the software from the HP Website?
    Here is a video on how to uninstall the HP driver from Windows 8 in case you can not understand the words.  And here is a link to the Photosmart Premium C310 Full Feature Software and Drivers for a Windows 8 64-bit PC in United Kingdom.  When I went to www.hp.com/support, I selected your country first and then chose the Software and Drivers section after that.  You will want to click the "Download" button and follow those instructions.  I hope this helps you.  Let me know if this provides for you the proper driver.
    Don't forgot to say thanks by giving "Kudos" if I helped solve your problem.
    When a solution is found please mark the post that solves your issue.
    Every problem has a solution!

  • I have 10.6.8 and have installed two new printers HP 8610 and an Epson 7880 and can not find the Page Set-up menu anywhere in the applications I a trying to print from. There are no page sizes, paper types, appearsto be locked on a 13x19 size but It.

    Hi to the Mac Folks,
    I have 10.6.8 and have installed two new printers HP 8610 and an Epson 7880 and can not find the Page Set-up menu anywhere in the applications I a trying to print from. This is regardless of either printer selected.
    I primarily print photos from Photoshop CS5.  The term Page Set-up has gone missing in the file pull down menu. Can't make any choices  There are no page sizes, paper types, appearsto be locked on a 13x19 size paper format. Either being too large or too small.
    Saw a 2008 locked issue about this however none of the help fit my situation, options discussed are not available to me.
    Preview has no "Page Setup" - or does it?
    Does the constant struggle with computer compatability weirdness issues ever end or is it a enslavement scheme?
    Woody

    Hey,
    if you know the name(s) of the root folder(s) you want to access (eg. by making a note on the Windows side) then you can make them appear by just doing Shift-Command-G in Finder ("Go to Folder…"), and entering the full path to the required folders.  You can then navigate all the contents as normal.
    HTH,
    S.

  • How do you can change the page size of a pdf in MAC?  I have multiple pdf documents of different sizes that I want to combine.

    Help.  How do I change the page size of a pdf in MAC?  I have multiple pdf documents in varying sizes I would like to combine and print.

    There's no real need to do that. A PDF can have pages of different sizes.
    On Fri, Jun 6, 2014 at 4:11 AM, christine rambo <[email protected]>

  • I,m new to Mac book. Have used Pages and written 49  chapters of a novel. How can I get them into one doc. and have Pages number them?

    I'm new to Mac book.  Using Pages I have written 49 chapters of a novel.  Can anyone tell me in simple terms how to put them into one document and have Pages number them?   I am lost.

    Hello, Lost! Yes you are a bit; try the Pages forum here; https://discussions.apple.com/community/iwork/pages
    While I do use Pages, I don't know the answer to that one, but I'm sure you'll soon get help in the right forum.

  • I have Pages 09.  I have created custom templates and want to delete them.  How do I delete a template I have created in Pages 09?

    I have Pages 09.  I have created custom templates and want to delete them.  How do I delete a template I have created in Pages 09?

    Pages stores those you created & saved as templates in (your account) > Library > Application Support > iWork > Pages > Templates > My Templates. The door to the user's Library is hidden in Lion but it is easy to open. In Finder, hold down the Option key while clicking on the Go menu & your users Library will appear about halfway down the list.

  • PDF created from Office 2013 with Acrobat X doesn't have correct page size

    We have a process of quickly creating PDFs along with combining several Word files to PDF by utilizing the "right click" on a Word file(s) to save as a PDF within Windows.  Many times, our page size in Word is 5.5 X 8.5 and it does not save actual page size once PDF is created by using the "right click" and defaults to 8 1/2 X 11.  Is there a way to fix this or edit a setting?  It works fine from within Word if you "Save as" or "Export" but we need the right click to save as actual page size.  Please help. It worked fine in all previous versions of Word/Office.  Thanks!

    Hi pwhite2315,
    Could you please let me know what version of Acrobat are you using.
    Try using 'Create PDF' option under Acrobat ribbon in your word file and check for the same.
    Also, please open 'Preferences' for Acrobat PDFMaker and check what 'Conversion Settings' have you selected.
    Let me know.
    Regards,
    Anubha

Maybe you are looking for

  • Goods movements of material with serial numbers

    Hi, 1. Is there any report or table where I can see goods movement of material with their serial numbers? 2. Also in MMBE i can see 'On order stock'. I know this is PO open PO quantity. Now this open PO qty will not be there against any storage locat

  • Adobe InDesign Quitting on Start Up

    I recently purchased a 17" MacBook Pro, and while the other applications of my version of Adobe CS3 (Illustrator, Photoshop, etc.) work fine, InDesign simply crashes on start up. It works fine on my two-year old iMac. I appreciate it's third party so

  • TS1424 The file seems to be corrupted

    Does anyone know how to fix a song that was purchased but the message says, "the file seems to be corrupted".

  • Please help me in Downloading KERNEL

    HI,    can anybody help me in downloading the KERNEL   for NETWEAVER 2004S SR1. Please provide  me the link to download. CHEERS BALU (09986829664)

  • Error in trying to run a seeded page in Jdev

    Hi Gurus, Im trying to run a seeded page in Jdev, I have copied all the dependencies to my Jdev home. But when I tried to running it I get the error below. I haven't done any code changes to the page yet. Please help. Thanks. ## Detail 0 ## java.lang