How do I get the largest or custom page size in Acumatica to work on a report? I attached a screenshot of the settings screen, but nothing seems to work.
Thank you,
Related
I am trying to restore a content page (which is a primary page) but when I am selecting the radio button "Restore this page and move the existing page to trash" it shows error "The value provided is already in use."
But as per below SAP documentation if I have same page name and page label, it supposed to restore this page and move the existing page to trash but it is throwing an error. Did anyone faced similar issues. Your help would be much appreciated. Thank you.
https://help.sap.com/viewer/86dd1373053a4c2da8f9885cc9fbe55d/1811/en-US/9c46244de9e242bdaba0b3da6621dc85.html
We can restore the page only when Page ID and Page Label is same but Page name should be unique. but the document says we can restore the page when Page name and Page Label is same.
I am trying to find out if it's possible to customise what gets shown when I hover over any of the properties inside the Data Panel (inside the Spotfire Analyst). The current behaviour is to show the name of the property itself but I would like to change it so it shows a description showing what the property means.
According to TIBCO community, the option to see a description upon hover over is available in Spotfire 10.3. The version I am running is 10.0.
I have create a custom field that inherits from SPFieldUser. Everything works fine on the site and the value displays fine in InfoPath as long as I am either in preview mode or select Edit In InfoPath. As soon as I view the form in the browser the field's value no longer displays. Has anyone seen anything like this before?
Thanks,
I might be wrong but that kinda makes sense to me, If editing a publishing page in SharePoint, the owner field for example is metadata on the page and can be filled in edit mode but when in display mode this metadata is not shown unless I explicitly show it. The fields shown in edit mode and display mode are different for pages and I am assuming the same for InfoPath forms.
Recently the DataSheet view of my list refuses to dispaly. I tried numerouse times and with no luck. Other lists works just fine, except for this one.
there is a Java error message on the left bottom corner of the screen that disapears in 2 seconds, then it renders the list in Standard view any time you try it.
I even created a new Datasheet View - the result a Standard View.
Any suggestions?
Thanks,
Here is a MS site regarding the data sheet view and why it may not be available - http://support.microsoft.com/kb/909506
The error occured after we installed an add-on to restrict users permissions. It looks like this solution afftects the functionality of the site (we tested it for a few days then disable it). Will wait for an improved solution.
http://www.codeplex.com/SPViewPermission
I am using 5 UIWebViews in a UIScrollView to show the result of my game. Intention is to allow the user to scroll through the results screen. I had a problem where the UIWebViews won't load when scrolled to the next page. This means the first page will load successfully however when you scroll to Page 2, you will see a white blank page. Page is loaded as I can see the alert which was given in all the 5 pages, but it won't show.
I tried a workaround as mentioned here
inserting various views into UIScrollView
http://pinchzoom.com/blog/items/view/1386/one-of-the-problems-with-the-uikit-at-the-moment-is-an-issue-embedding-a-uiwebview-within-a-table
This fixed my problem, however when I submitted the app to iTunes, it got rejected with the following comment.
"3.3.1 Applications may only use Documented APIs in the manner prescribed by Apple and must not use or call any private APIs."
The non-public API that is included in your application is _documentView
I would like to fix this issue and resubmit. Can someone help please ?
Thanks
Jugs
Just use one WebView for all results (which will scroll if it doesn't fit into the screen).