How to implement MOAC on custom pages OAF.

Hi all

How to implement MOAC on custom pages OAF. Please help it is very urgent.

Thank you and best regards,
MS

Hello

Please visit http://mukx.blogspot.com/2009/04/moacmulti-org-access-control-in-oa.html

Kind regards
Out Sharma

Tags: Oracle Applications

Similar Questions

  • Custom pages OAF does not not in the R 12.2.4 upgrade

    Hi guys,.

    We are upgrading to R R 11.5.10.2 12.2.4. We have copied our instance of generation of Production and improved to R 12.2.24. Now, there is a problem with the custom pages OAF. It seems that the custom java class files are not get covered by the application.

    Since it is the body build, I am applying custom patch directly in the file system to run (fs1) and I am getting below error while executing one of the custom of the OPS page:

    oracle.apps.fnd.framework.OAException: could not create Java class: (oracle.apps.xxfe.f486.asn.lead.webui. ASNLeadQryCOEx) associated with the area: (ASNLeadQryRN). It is probably because the class name is incorrect or not included in the project.

    at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1247)

    at oracle.apps.fnd.framework.webui.OAPageErrorHandler.processErrors(OAPageErrorHandler.java:1435)

    at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2848)

    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1991)

    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:567)

    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:455)

    I think that it is simply saying that it couldn't find the java class. But I checked in the system as indicated below, the class files are roughly:

    $ cd $JAVA_TOP

    $ cd oracle/apps/xxfe/f486/asn/lead/webui /.

    $ ls - ltr

    total 10

    -rw - r - r - 1 a2bur12a s/n 5693 7 Jan 13:23 ASNLeadLstCOEx.class

    -rw - r - r - 1 a2bur12a s/n 3397 7 Jan 13:23 ASNLeadQryCOEx.class

    I also checked the class path, which is also to top java:

    $ cd $JAVA_TOP

    $ pwd

    / opt/lapp121/FS1/EBSapps/COMN/java/classes

    $ echo $CLASSPATH

    /opt/lapp121/fs1/EBSapps/comn/util/jdk32/lib/dt.jar:/opt/lapp121/fs1/EBSapps/comn/util/jdk32/lib/tools.jar:/opt/lapp121/fs1/EBSapps/comn/util/jdk32/jre/lib/rt.jar:/opt/lapp121/fs1/EBSapps/comn/shared-libs/ebs-3rdparty/WEB-INF/lib/ebs3rdpartyManifest.jar:/opt/lapp121/fs1/FMW_Home/Oracle_EBS-app1/shared-libs/ebs-fmw/WEB-INF/lib/ebsFMWManifest.jar:/opt/lapp121/fs1/FMW_Home/Oracle_EBS-app1/shared-libs/ebs-appsborg/WEB-INF/lib/ebsAppsborgManifest.jar:/opt/lapp121/fs1/FMW_Home/oracle_common/modules/oracle.uix_11.1.1/uix2.jar:/opt/lapp121/fs1/EBSapps/comn/java/classes:/ opt/lapp121/fs1/EBSapps/10.1.2/forms/java:/opt/lapp121/fs1/EBSapps/10.1.2/forms/java/frmall.jar:/opt/lapp121/fs1/EBSapps/10.1.2/jlib/ewt3.jar:/opt/lapp121/fs1/EBSapps/10.1.2/j2ee/OC4J_BI_Forms/applications/formsapp/formsweb/WEB-INF/lib/frmsrv.jar

    I've heard that it takes run the utility adcgnjar and when I tried, I got the message below:

    Generation customall.jar...

    Do not create custom not customall.jar like no java directory under JAVA_TOP.

    Maybe it's because the location of the custom folder which is$JAVA_TOP/oracle/apps/xxfe

    I also tried to install these custom features of the OPS in online marking (as per my understanding following the features of online marking is not required (this is just an instance of generation) so earlier I had installed directly in the file system to run). But in following mode of patch, I had some error in ADOPTION (prepare) as below:

    FATAL ERROR *.

    PROGRAM: (/ opt/lapp121/fs1/EBSapps/appl/ad/12.0.0/patch/115/bin/txkADOPPreparePhaseSynchronize.pl)

    TIME: Fri Jan 9 15:07:37 2015

    FUNCTION: main::validatePatchLocation [level 1]

    ERRORMSG: / opt/lapp121/fs_ne/EBSapps/patch/19258581 directory does not exist.

    [UNEXPECTED] Error occurred during execution 'perl /opt/lapp121/fs1/EBSapps/appl/ad/12.0.0/patch/115/bin/txkADOPPreparePhaseSynchronize.pl-


    Notice that I use the commands below to bounce at the intermediate level:

    1. stop adapcctl.sh
    2. admanagedsrvctl.sh stop oacore_server1
    3. Enter the password for Weblogic: < pass >
    4. admanagedsrvctl.sh start oacore_server1
    5. Enter the password for Weblogic: < pass >
    6. adapcctl.sh start


    I am mainly looking for the installation of this file system customization to run if it is absolutely not necessary to do so in the patch file system.


    Please let me know if anyone knows about it, or any way to go?

    Thank you

    Anupam

    Hello

    I could solve this problem. I am writing the solution that worked for reference:

    1. When the custom java files are placed in one of the shipped Oracle directories of the application (for example $JAVA_TOP/oracle/apps/fnd, $JAVA_TOP/oracle/apps/ad, etc) then the creation of custom jar file is not necessary.
    1. When the custom java files are placed in $JAVA_TOP // and then run the utility adcgnjar.
    1. Deploy customizations that are created in the package. oracle.apps.xxprod * and no xxprod.oracle.apps. * or xxprod.oracle.apps.xxprod. * on EBS 12.2.X?

    It was our case because we have a custom directory under $JAVA_TOP/oracle/apps/xxfe

    When the custom java files are placed in any other non-standard location (for example $JAVA_TOP/oracle /, $JAVA_TOP/oracle/java / etc) then custom jar file must be created manually and must be made available for WebLogic to pick it up.

    Detailed instructions are given below:

    Create a temporary custom.zip file that contains the entire application customized to the non-standard location directories/files:

    (1) cd $JAVA_TOP

    (2) zip r - customprod.zip. Where the list of all directory paths are present, compared to $JAVA_TOP for the custom to the non-standard location application java files.

    Generate customprod.jar file & sign 3).

    Command: adjava oracle.apps.ad.jri.adjmx - areas $JAVA_TOP/customprod.zip - outputFile $JAVA_TOP / customprod.jar - jar $CONTEXT_NAME 1 CUST jarsigner - storePass - keyPass

    (4) delete temporary customprod.zip.

    Command: rm $JAVA_TOP/customprod.zip

    (5) follow the steps below to allow the custom WebLogic jar

    (a) to take a backup copy of the existing /admin/template/ebsProductManifest_xml.tmp

    (b) modify /admin/template/ebsProductManifest_xml.tmp to add the customprod.jar (after customall.jar)

    (c) execute AutoConfig

    (d) bounce midrange services

    Thank you

    Anupam

  • How to activate the FDF in page OAF (where DFF is based on the custom table).

    Hello Experts!
    I'm trying to to de facto in the page of the OFA. I'm not able to activate the FDF is used the custom table.

    Ex:
    Let's assume that my XX_DFF FDF uses this custom table XX_TABLE Att1, att2...
    I am able to activate the FDF in page OAF, but not able to do these values entered to get stored in the custom table.

    I need helping hands to tide me over for the FDF entered values stored in my custom table.

    Please provide me with the steps so that I can follow...

    Best wishes
    Thiru.

    Good.

    Pls close the message by mentioning what answer is useful or appropriate. This will ensure the reusability of the wire by other members of the forum.

    Reference http://forums.oracle.com/forums/ann.jspa?annID=914

    -Anand

  • On a w form Validation, how to redirect to a custom page

    Hello. I created a form in Dreamweaver CS5 that uses validating spry successfully. Once the form is submitted, the user is redirected to the home page. But I don't want this redirect.

    My question is, how can I have validated page redirect to a custom thank you page I designed? I do not know the code syntax / exact to write to do what I want and, even if I had the code, I don't know exactly where it should be placed. Please help if you can. Here is the source code. (Redirect) BTW, when I use Dreamweaver behaviors to add a URL, it ignores the required validation and allows you simply click the button submit and redirect.) Thank you very much!

    <! DOCTYPE HTML >

    < html >

    < head >

    < meta charset = "UTF-8" >

    "" < link href = "... / _css/main.css ' rel ="stylesheet"media ="screen, projection">

    "" < link href = "... / forms.css/_css" rel = "stylesheet" media = "screen, projection" >

    < title > < / title >

    <!-[if lt IE 9] >

    " < script src =" http://ie7-js.googlecode.com/svn/version/2.1 (beta4) / IE9.js "> < / script > <! [endif]-->

    "" < script src = "... / SpryAssets/SpryValidationTextField.js" type = "text/javascript" > < / script >

    "" < link href = "... / SpryAssets/SpryValidationTextField.css" rel = "stylesheet" type = "text/css" >

    < script type = "text/javascript" >

    <!-* I think that the line of code for redirection is here? ... I don't know how to write code to redirect to the page I want to *->

    function MM_goToURL() {//v3.0

    var i, args is MM_goToURL.arguments; document. MM_returnValue = false;

    for (i = 0; i <(args.length-1); I += 2) eval(args[i]+".location='"+args[i+1]+"'");

    }

    < /script >

    < / head >

    < body >

    < header id = "pageHeader" >

    "< a href ="... / index.htm "" > < img src = ""... / _images/logo.gif "width ="170"height ="91"alt ="Logo of HMN"id ="logo"> < /a >"

    "" < img src = "... / _images/tagline.png" width = "296" height = "92" alt = "Slogan HMN' id 'slogan' = >

    < / header >

    < nav id = 'mainNav' >

    < ul >

    "< li > < a href ="... / index.htm "> home < /a > < /li >"

    "< li > < a href ="... / press.htm "> news < /a > < /li >"

    "< li > < a href ="... / about.htm "> on < /a > < /li >"

    "< li > < a href ="... / contact.htm "> Contact < /a > < /li >"

    < /ul >

    < / nav >

    < br class = 'clear' >

    < div class = "headerContact" >

    < / div >

    < section >

    <!-the webformmailer.php file is located on the web at godaddy.com where server issues->

    < section id = "Request" >

    < id p = "intro" > ask your link to download < span id = "highlight" > </span > media Kit, please provide the following information: < /p >

    "< name of the form = 'Request' method ="post"action ="... /... / webformmailer.php "> < id p ="formCaption"> the fields marked with * are required." < /p >

    < p > < span id = "sprytextfield1" >

    < label for = "FirstName" > name: * < / label >

    < input type = "text" name = "FirstName" id = "name" >

    < span class = "textfieldRequiredMsg" > (required) </span > < / span > < / p >

    < p > < span id = "sprytextfield2" >

    < label for 'name' = > name: * < / label >

    < input type = "text" name = "name" id = "name" >

    < span class = "textfieldRequiredMsg" > (required) </span > < / span > < / p >

    < p > < span id = "sprytextfield3" >

    < label for 'society' = > company: * < / label >

    < input type = "text" name = "company" id = "company" >

    < span class = "textfieldRequiredMsg" > (required) </span > < / span > < / p >

    < p >

    < label for = "address" > address: < / label >

    < input type = "text" name = "address" id = "address" >

    < /p >

    < p >

    < label for = "address_2" > address 2: < / label >

    < input type = "text" name = "address_2" id = "address_2" >

    < /p >

    < p >

    City of < label for 'city' = >: < / label >

    < input type = "text" name = "City" id = 'city' >

    < /p >

    < p >

    State of < label for 'State' = >: < / label >

    < input type = "text" name = 'State' id 'State' = >

    < /p >

    < p >

    < label for "zip" = > Zip: < / label >

    < input type = "text" name = "zip" id = "zip" >

    < /p >

    < p > < span id = "sprytextfield4" >

    < label for = "email" > Email: * < / label >

    < input type = "text" name = "email" id = "email" >

    < span class = "textfieldRequiredMsg" > (required) </span > < span class = "textfieldInvalidFormatMsg" > Invalid format. </span > < / span > < / p >

    < p >

    < input name = "submit" type = "image" id = "submit" onClick = "MM_goToURL ('parent', 'media_kit_download.htm'); return document. MM_returnValue"src ="... / _images/btn_submit.png ">"

    < /p >

    < p > < / p >

    < / make >

    < p >

    < /p >

    < / div >

    < / div >

    < / section >

    < / item >

    < script type = "text/javascript" >

    var sprytextfield1 = new Spry.Widget.ValidationTextField ("sprytextfield1", "none", {validateOn:["blur"]});})

    var sprytextfield2 = new Spry.Widget.ValidationTextField ("sprytextfield2", "none", {validateOn:["blur"]});})

    var sprytextfield3 = new Spry.Widget.ValidationTextField ("sprytextfield3", "none", {validateOn:["blur"]});})

    var sprytextfield4 = new Spry.Widget.ValidationTextField ("sprytextfield4", "email", {validateOn:["blur"]});})

    < /script >

    < / body >

    < / html >

    You can try to change this:

    If ($landing_page! = "") {}

    Header ("Location: http://". $_SERVER ["HTTP_HOST"].) "" / $landing_page ");"

    }

    else {}

    Header ("Location: http://". $_SERVER ["HTTP_HOST"].) " /");

    }

    to: (thankyou.html is a custom page, you can configure)

    If ($landing_page! = "") {}

    Header ("Location: http://". $_SERVER ["HTTP_HOST"].) "" / $landing_page ");"

    }

    else {}

    Header ("Location: http://www.yourDomain.com/thankyou.html");

    }

    OR try the reverse, if the above does not work. I don't know what the variable $landing_page is referring to:

    If ($landing_page! = "") {}

    Header ("Location: http://www.yourDomain.com/thankyou.html");

    }

    else {}

    Header ("Location: http://". $_SERVER ["HTTP_HOST"].) " /");

    }

  • OFA Custom Pages frequently when the applied error fix

    We have developed a customized page oaf to download files from the system windows in a custom folder Top local. The page worked fine. But whenever any patch (patch no OAF) has been applied, the page-error message "you have encountered an unexpected error. Please contact the administrator of the assistance system. When clear us the cache, sometimes the page opens. But some times, even empty the cache also does not help. Anyone has faced this question? Do you have a solution for this?

    All I have is a CO, 01:00 and a simple page with the messageFileUpload component and submit button. Here's the code in CO. Anyone has faced this problem?

    ' Public Sub upLoadFile (pageContext OAPageContext, OAWebBean webBean)

    {

    String filePath = pageContext.getParameter ("filepath");

    System.out.println ("The path by default->" + filePath);

    String fileUrl = null;

    Try

    {

    DataObject fileUploadData = pageContext.getNamedDataObject("MessageFileUpload");

    if(fileUploadData!=null)

    {

    String uFileName = (String) fileUploadData.selectValue (null, "UPLOAD_FILE_NAME");

    String contentType = (String) fileUploadData.selectValue (null, "UPLOAD_FILE_MIME_TYPE");

    System.out.println ("File-> user name" + uFileName);

    FileOutputStream output = null;

    InputStream input = null;

    BlobDomain uploadedByteStream = (BlobDomain) fileUploadData.selectValue (null, uFileName);

    System.out.println ("uploadedByteStream->" + uploadedByteStream);

    File = new file (filePath, uFileName);

    System.out.println ("output-> file" + file);

    output = new FileOutputStream (file);

    System.out.println ("output->" + output);

    entry = uploadedByteStream.getInputStream ();

    System.out.println ("seizure->" + input);

    Byte abyte0 = new ubyte [0 x 19000];

    int i;

    While ((i = input.read (abyte0)) > 0)

    output. Write (abyte0, 0, i);

    output. Close();

    Input.Close ();

    OAException confirmMessage = new OAException ("the file downloaded successfully", OAException.CONFIRMATION);

    pageContext.putDialogMessage (confirmMessage);

    }

    }

    catch (Exception ex)

    {

    throw new OAException (ex.getMessage (), OAException.ERROR);

    }

    }

    We had to bounce application service and OA Core Service to solve the problem.

  • How to create a custom page to page seeds in OFA

    Hello

    I have a requirement in which I need to create a custom Page that should be a replica of Page Standard OAF. Can someone guide me on markets to do so.

    Thank you

    Nancy

    Agree with 1658152...

    But if you still want to create to create your own page and pagelayout region. Take the seeded page from server to the local computer.

    Open both pages in Jdeveloper and copy the page of seed items to your custom page.

    Copy could lead to an error you need to identify and resolve.

    Let us know if you need assistance.

    BR, FLS

  • How to make an image uploaded to a custom page in a link?

    For my Portfolio from Adobe site, I have an image uploaded to a custom page. I want this picture to be a link to a different Web site. How is that possible?

    I see that you can transform the caption of the image into a link, but I don't mean to do that. I would like the image to be the link.

    Any help is greatly appreciated.

    Thank you!

    Hello! We have just released the feature linkable images for custom pages! When you upload an image on a custom page, place the cursor over the image and click on the pencil icon that appears in the upper left corner > click Add a link.

  • Hello. I just know that the muse and I need an organization of customers in alphabetical order. The problem is that you will always get new clients. I need to know how to insert a new customer (square), and it is already in alphabetical order on the page.

    Hello.

    I just know that the muse and I need guests alphabetical organization. The problem is that you will always get new clients. I need to know how to insert a new customer (square), and it is already in alphabetical order on the page. The site will be as in the link below, and each customer will have a window of these: http://www.connary.com/. I look back.

    A hug, Murilo.

    I believe you are referring to the rectangles of tile as visitors on the page? not exactly customer database?

    You can add rectangle with different effects with rollover State of mouse and about adding new, you must do this manually in design mode.

    Thank you

    Sanjit

  • How to disable personalization in any particular OAF page?

    Hello

    How to disable personalization in any particular OAF page?
    Please provide me with the full navigation.

    Thank you.

    Kumar,

    Please follow the steps as jyothi said:

    Functional administrator - > personalization - > enter your path of the page as a whole (for example: / oracle/apps/irc/candidateManagement/webui/CandAplDetsPG)

    "" If any customization is made to the page, then it will appear in a tabular form, click on "manage personalization" he navigates to another screen
    where you can choose to delete / disable the specified customization.

    Disable will remove just the customization of the page, where personalization permanently of the MDS delete will remove.

    Had

  • How to make my profile Page in Custom Page model

    Hello Experts

    We created a custom in webcenter PS3 page template. The model has a "goLink' called 'Profile' with
    "Href: / webcenter/spaces/page / + my profile."

    Problem: when we click on the link, it renders (displays) profile in the seeded page template page for example 'WebCenter spaces Top Navigation. "

    How to get the 'My profile' page in the custom page template?

    Help, please.

    Concerning

    Hello

    There is a way that we used to render the page my profile in our custom page template.
    Here it is:

    Use the following URL:
    http://<:port-if-required>/webcenter/faces/oracle/webcenter/page/scopedMD/s8bba98ff_4cbb_40b8_beee_296c916a23ed/businessRolePages/MyProfileMainView.jspx?wc.contextURL=

    : the host name where webcenter is installed.
    <:port-if-required>: If the spaces are accessible via the port, mention it here.
    : for example: / space/myspace (instead of myspace, specify your name space... If the page template is applied to several spaces that mention this: #{spaceContext.currentSpaceName} for the current space)

    The above url works with 11.1.1.4 and 11.1.1.6.

    Hope I said clearly. If it helps please mark my post correct or useful.

    Kind regards.

    Published by: khuishaque on July 3, 2012 15:34

    Published by: khuishaque on July 3, 2012 17:18

  • How to create a custom page for ADF security?

    Dear all,

    Now I am developing an application. I am facing the problem of security. Now I need to guarantee me the application (user, group, role etc...)

    Oracle recommends me to use internal LDAP WebLogic or OID. But how to create custom for this security management pages? Are there examples?

    Reason:
    (1) the customer does not have LDAP
    (2) Admin or Manager client without having to access Weblogic server (no sense).

    We need to create pages on my request and is managing the internal users, role and group using LDAP or OID.

    Thank you.

    You don't need to create an additional custom page for the use of LDAP. Just set up security WLS and group mappings to use users configured on the LDAP server (any).

    If you already use the ADF security, you should have a created even when custom login page. This can be used. (as described here: http://www.oracle.com/technetwork/developer-tools/jdev/ccset29-all-089763.html)

    HTH,
    -olaf

  • Implementation of the custom permission JSF pages login problem

    ADF 11 g

    Hello
    I created an application of small adf secured using Basic authentication formed and implemented a login JSF custom page as described in the developer's guide the merger and 11 g JDEv manual.

    The only difference being that my homepage is protected, which means that the login page is called before you reach the home page, and there is no link connection on the home page.

    The home page has a button calling a stubborn workflow.

    If I use the original login page, login.html, I log on, access the home page and the button calls the stubborn properly workflow.
    However, if I use the JSF login page I login, access the home page but the button does not call the bounded flow taks - there is no error no displayed, its as if the button is more "connected".

    Here's the doLogin code in the bean connection
        public String doLogin() {
            byte[] pw = _password.getBytes();
            FacesContext ctx = FacesContext.getCurrentInstance();
            HttpServletRequest request = (HttpServletRequest)ctx.getExternalContext().getRequest();
            CallbackHandler handler = new SimpleCallbackHandler(_username, pw);
            try {
                 Subject mySubject = Authentication.login(handler);
                 ServletAuthentication.runAs(mySubject, request);
                 //String loginUrl = "/adfAuthentication?success_url=/faces" +ctx.getViewRoot().getViewId();
                 String loginUrl = "/adfAuthentication?success_url=/faces/main.jspx" ;        
                 HttpServletResponse response =
                 (HttpServletResponse)ctx.getExternalContext().getResponse();
                 sendForward(request, response, loginUrl);
                 } catch (FailedLoginException fle) {
                 FacesMessage msg = new FacesMessage(FacesMessage.SEVERITY_ERROR,
                                                     "Incorrect Username or Password",
                                                     "An incorrect Username or Password" + " was specified");
                 ctx.addMessage(null, msg);
                } catch (LoginException le) {
                    reportUnexpectedLoginError("LoginException", le);
                }
             return null;
         }    
    I have the impression that I am authenticated but not authorized.
    Can someone explain what is happening?

    Concerning
    Paul

    Hello

    Try changing

    String loginUrl = "/ adfAuthentication?success_url=/faces/main.jspx";

    TO

    LoginUrl = string ' / adfAuthentication? "success_url = / face/hand;

    (without the .jspx at the end).

    Pedja

  • How to add new tabs to custome page

    Hello
    I created a new custom page
    now, I want to add new tabs to this page
    and desire to give the link to this tabs to other pages
    Server

    HA,

    The easiest way is to create a menu & even join page. Another approach is to create throught Jdeveloper, embedded in the Page of the OFA.

    Kind regards
    GYAN

  • [JS CS5] How to get custom Page size

    I was looking for the answer to this simple question but no way looking around.

    I have an InDesign document with different page size for example at left of page width is PT. 621 and on the same document right page width is 837 points.

    Now I need to get the width of the pages using script, but the app.documentPreferences.pageWidth return the standard document preset size (PT. 621) no custom page size.

    One has the idea to get the size of page customized using script.

    Thanks in advance

    Mac

    Mac,

    as the documentation shows there are some new properties of 'page' for InDesign CS5.
    Among those who are:

    defines the unit of measure (number or string) readonly array limits Page, in the format [x 1, x 2, y2, y1].

    So:

    myPage.bounds

    and pageWidth for the documentPreferences can be:

    myPage.bounds [3] - myPage.bounds [1]

    unless myPage is transformed (e.g., rotation and/or sheared or scaling) with:

    myPage.transform)

    void transform (in: CoordinateSpaces, from: varies, withMatrix: varies [, replacingCurrent: varies] [, consideringRulerUnits: boolean = false])
    Turn the page element.

    var d = app.activeDocument;
    var myPage = d.pages[0];
    
    var oldPB = myPage.bounds;
    
    var rAngle = -45;
    var sAngle = 40;
    
    var myTransformationMatrix1 = app.transformationMatrices.add({counterclockwiseRotationAngle:rAngle});
    
    myPage.transform(CoordinateSpaces.INNER_COORDINATES, AnchorPoint.CENTER_ANCHOR, myTransformationMatrix1);
    
    var myTransformationMatrix2 = app.transformationMatrices.add({clockwiseShearAngle:sAngle});
    myPage.transform(CoordinateSpaces.INNER_COORDINATES, AnchorPoint.CENTER_ANCHOR, myTransformationMatrix2);
    
    var newPB = myPage.bounds;
    
    $.writeln(oldPB);
    $.writeln(newPB);
    

    Now oldPB and newPB differ a lot.
    So, the question remains: what is a reliable way to show whether the myPage was or was not turned against documentPreferences. pageWidth or if my page is of rectangular shape at all. See the ability to add a wide angle of the transformation matrix. Also see screenshot:

    Transform_Page_CS5.PNG

    Uwe

  • D110 printer custom page size

    I have a PC of HPE-400y under Windows and Office 2010.  "I have a document in Word that has a size of custom page 5.5" x8.5 ".  It will not be printed on a paper 5.5x8.5.  In Word when I select Preview before printing, the D110 shows up the print, the page size as 8.5x11.  "If I click on the page and go to"more formats of paper and dΘfinir the page size to 5.5x8.5, the box shows custom page size 5.5"x 8.5" with one "! "in the box.  When I click on print, it prints it centered in the middle of a page of 8.5x11.0.

    So I have shows the properties of the D110, and saw that the driver was list as Micorsoft.  So I download the driver full features on the HP site.  It made no difference.

    If I go in Word and open the document and select the printer preview and select Microsoft XPS Document Writer printer, the size of the page shows that education 5.5 x 8.5.  If I then select the D110, it shows the size of the page as letter 8.5 "x 11".

    So, how can I print 5.5 x 8.5 page size in the D110

    HP Chat has solved my problem.  We open the print properties, then choose the features tab.  You click size, and then in the drop-down list, click Custom...    It then opens a window of the custom page size.   In the name field, enter the name you want the custom size to call.  Change the width and length you want, and then click on SAVE and then on OK.

    I then went in Word and the name that I created in the custom page was there.  And it prints correctly.

Maybe you are looking for