Responsive layout template problem

I created a master page with a responsive layout and then saved as template.
I then went to assets and created "new from template" a new page.
When I save this page as index.htm I get the following error message:
Making this change would require changing code that is locked by a template or a translator. The change will be discarded.
Pressing OK then brings up another error box with the following message:
While executing onLoad, the following JavaScript error(s) occurred:
At line 591 of the file "c:\program files (x86)\Adobe Dreamweaver CS6\Configuration\Commands\dmxUpdateHead.htm":
The object is not currently contained in a document.
My website files being developed are on F: drive so I guess this is something to do with the system files.
USING CS6 / BOOTSTRAP2 / WINDOWS 7
No idea what to do... Welcome any advice.
Thank you in advance for feedback
Terry

You will get this problem because Automatic File Update has been selected. Click the checkbox to unselect and all is well.
The reason is that the Bootsrap extension tries to refresh the association of the necessary files and the template system rejects this because the associations are located in a non-editable area.
The above dialog can be found by clicking Commands->DMXZone Bootsrap Options.

Similar Messages

  • Layout Template - Alignment Problem

    Hi,
    I´m using EP6 Version 6.0.2.4.6 and made some Layout-Templates for my Pages. It works fine, but the alignment of the Ivies in it doesn´t match.
    A short Example:
    <%@ taglib uri="prt:taglib:com.sap.portal.reserved.layout.TagLibHtmlb" prefix="hbj" %>
    <%@ taglib uri="prt:taglib:com.sap.portal.reserved.layout.TagLibLayout" prefix="lyt" %>
    <lyt:template>
        <hbj:content id="myContext" >
            <hbj:page title="Portal Page">
           <hbj:gridLayout id="GridLayout1" rowSize="2" columnSize="2" debugMode="TRUE">
                    <hbj:gridLayoutCell width="50%" rowIndex="1" columnIndex="1" horizontalAlignment="LEFT" verticalAlignment="top">
                        <lyt:container id="column1" />
                    </hbj:gridLayoutCell>
                    <hbj:gridLayoutCell width="50%" rowIndex="1" columnIndex="2" horizontalAlignment="LEFT" verticalAlignment="top">
                        <lyt:container id="column2" />
                    </hbj:gridLayoutCell>          
                    <hbj:gridLayoutCell width="50%" rowIndex="2" columnIndex="1" horizontalAlignment="LEFT" verticalAlignment="top">
                        <lyt:container id="column3" />
                    </hbj:gridLayoutCell>
                    <hbj:gridLayoutCell width="50%" rowIndex="2" columnIndex="2" horizontalAlignment="LEFT" verticalAlignment="top">
                        <lyt:container id="column4" />
                    </hbj:gridLayoutCell>
                </hbj:gridLayout>
            </hbj:page>
        </hbj:content>
    </lyt:template>
    When I look to a page with this Template, all my Iviews on it have an alignment on the right bottom corner of the cells. Is there no way to correct this? I tried a normal html-table but with the same result. Does anyone have a clue for this problem?
    Regards,
    Marcus

    Hi Marcus,
    the JSP looks fine for me.
    Probably you know http://help.sap.com/saphelp_ep60sp2/helpdata/en/d5/1b083e7623445ae10000000a11405a/frameset.htm
    The only thing where differences to the original layouts could exist seems to be the layout description within portalapp.xml, especially (and only?) the designClass value (prtlPageConR (right), prtlPageConL (left), prtlPageConM (mid) and prtlPageConF (full)). These css classes are defined within the themes, for example the most used will be under irj/root/portalapps/com.sap.portal.themes.lafservice/themes/portal/sap_standard/prtl_std/prtl_std_ie6.css, but they only define the margin and padding...
    Maybe you should copy a standard layout (from irj/root/WEB-INF/portal/portalapps/com.sap.portal.layouts.default) and start with this under new names; if they behave normal, start to manipulate them...
    Hope it helps
    Detlev
    PS: For better reading you can surround code / indentions with [ code ] and [/ code ] (without spaces). So checking the syntax would be much easier.

  • Creation of new layout templates

    Hello,
    in the portal there are some layout templates available for pages. They are used for the innerpage of default frameworkpage ,too. I like to change the width of first column of the narrowWide 2 columns layout. Found in online Help that you have to use the developer studio or change the *.jsp file directly to get a customized layout (template). I don`t like to change the available jsp files. Best idea would be to have a new jsp file in place on which a new template is based. I found the narrowWide.jsp in the file system where you can change easily the width of colums. But how can I get a new jsp File? Is this only possible by using the developer studio or is there another way to do that?
    Thanks for every response.
    Regards
    Alex

    Hello Ganesh,
    I like to go closer to your solution.
    Ok, my steps would be:
    1. Searching the folder where the narrowWide.jsp and the related portalapp.xml is found (usr\sap\...).
    2. Make a copy of the narrowWide.jsp, rename it to narrow35Wide65.jsp and save it in the same folder where the narrowWide were found.
    3. Edit the new *.jsp file and change the width of narrow column to 35% and wide column to 65% (result should be increasing the narrow column width)
    4. Rename the extension of current portalapp.xml in the same folder to portalapp.xml.bak and make a copy of the file in same folder giving the original file name.
    5. Editing the portalapp.xml and paste a new component entry based to the narrowWide component entry. Here I have to change the component name and the jsp file name only like in this example, right?
    </component>
    - <component name="<b>narrow35Wide65</b>">
    - <component-config>
      <property name="ClassName" value="com.sapportals.portal.pb.layout.PageLayout" />
      <property name="ResourceBundleName" value="pagebuilder_nls" />
      <property name="SafetyLevel" value="no_safety" />
      </component-config>
    - <component-profile>
      <property name="ComponentType" value="com.sapportals.portal.layout" />
      <property name="com.sap.portal.pcm.Title" value="2 Columns (Narrow:Wide)" />
      <property name="com.sap.portal.pcm.Description" value="Two-column layout displaying the narrow column on the left" />
      <property name="com.sap.portal.reserved.layout.TagLibLayout" value="/SERVICE/com.sap.portal.pagebuilder/taglib/layout.tld" />
      <property name="com.sap.portal.reserved.layout.TagLibHtmlb" value="/SERVICE/com.sap.portal.htmlb/taglib/htmlb.tld" />
      <property name="com.sap.portal.reserved.layout.TemplateFile" value="<b>narrow35Wide65.jsp</b>" />
      <property name="AuthScheme" value="anonymous" />
    - <property name="com.sap.portal.reserved.layout.Cont1" value="column1">
      <property name="plainDescription" value="Column 1" />
      <property name="orientation" value="vertical" />
      <property name="designClass" value="prtlPageConL" />
      </property>
    - <property name="com.sap.portal.reserved.layout.Cont2" value="column2">
      <property name="plainDescription" value="Column 2" />
      <property name="orientation" value="vertical" />
      <property name="designClass" value="prtlPageConR" />
      </property>
      </component-profile>
    All other values can stay same?
    6. Is a restart of portal server necessary?
    7. It should be able to create a new layout template in PCD based to narrow35Wide65.
    Will this work?
    Thanks and regards
    Alex

  • "Use presets for responsive layout" not working in Chrome

    I am building a responsive website. I am going to have parts of the website animated using Edge Animate. I will make the animation and then insert it into a div in the responsive website I am building.
    The Adobe Edge animation has a width of 100%, so that it resizes according to the area that it occupies the full width of the div no matter how wide that div may be in px.
    It is all working fine, but:
    I have an image in the Edge animation that is center aligned. It must stay center aligned no matter what width the animation ends up being.
    Within Adobe Edge, in Properties, in Position and Size, there is a option where, if you hover your mouse cursor over the top right button a tool tip says "Use presets for responsive layout"
    With the image on the stage selected, I can click on the "Use presets for responsive layout" button and then choose "Centre background Image".
    It works perfectly in all browsers accept Chrome (even IE is playing ball this time). In chrome the width of the image stretches out as the div stretches out..
    The "Centre background Image" setting says that it won't scale the image. But in Chrome it does.
    What can I do to "tell" Edge Animate to center the image but not scale it in the Chrome browser?
    I can see that in the image properties it is set to Background image x axis and y axis 50%. And the width is set to pixels. But in Chrome, the image stretches.
    If you go to http://www.brainstormadvertising.co.uk/demo/services.html you will see what I mean. The circle image is centering BUT stretching in chrome browsers while centering nicely and NOT stretching in other browsers.

    Thank you for your reply Josh. But the point of this setting in Edge Animate is that you can set it up that the background image is center aligned and does not scale. Yet it produces code that gives the width as 21.72%.
    A little further along I see background-size: 48px; .  This is correct.
    So all the browers are reading background-size: 48px; as the scale measurement but Chrome is reading the width only, not the background-width. So this "Use presets for responsive layout" works in all browsers except chrome.
    I don't know how to change that code after the artwork has been published. I can see the code using Firebug, but where do I change it in my code on my computer before uploading to the server?
    I have reported this bug to Adobe.
    Please see the attachment. You can see where all the settings are made and where I am getting a problem.

  • PLD layout template cannot change or modify layout contents..

    Dear Experts,
    I have duplicated a PLD layout template, but then when I wish to change either a picture or texts in the template, I was not able to save the template thereafter.
    On a closer look at the DB, I realized the RDOC.CanChange field is set to 'N'. Can anyone advice me the nature of this field if it is related to my problem? and how I can set it to 'Y' using the SBO application.
    Thanks in Advance!
    Warmest Regards,
    Chinho

    Hi LIm ,
    The header data of any PLD goes to Rdoc and Item level data goes to Ritm table .
    Actually this is right concern for u , but this should by Y.
    So pls instead of changing from backend , kkep looking  fron front end .
    If you duplicate a pld template and save this with your own given name, u can do changes .
    this is ideal application od PLD.
    Chek the  database and formula field of your pld .
    Hope this will help u .
    Rgds,
    Premraj

  • Supporting drilldowns in BIP reports defined in Web Layout Template Editor

    Hi Experts,
    We have a requirement to show a table in a BIP Report defined in a web layout template editor and within this report, if there is drilldown on one of the columns, we would want to display more details in an additional column to be displayed afresh. Also, we have a requirement to display the same whenever there is a selection from a report prompt. In addition, is such a drill down feasible from within a graph? Is this achievable? We know this is feasible in OBIEE - not sure about BIP. Any pointers in this direction is appreciated!
    Regards

    Hi Sripathy, I can't thank you enough for the help !!! We looked for all kinds of documentation and was never able to find exact information.
    Also, do you mind if we email you if we run into more problems ? We are new to this. If you think it's ok, my email is [email protected] If not, thanks again, at least this will get me started.

  • Sorting in the layout template

    Hi All,
    Is there any way to sort in your layout template or is that just handled in your queries (data template)?
    I have a report that we use the republish concurrent program so that we get the same data as the original request, just with a different template. The only problem is that they want the republished data to sort differently than the original data without querying back to the database.
    Any help would be greatly appreciated!
    Thank you!
    CC

    {a strait crib from my notes, hope it helps}
    SORTING
    You can sort a group by any element within the group. Insert the following syntax within the group tags:
    <?sort:ELEMENT;'ascending';data-type='text|number|date'?>
    NOTE: A known bug mentioned in the release notes. Oracle XSLT engine is unable to sort on an inner group when regrouping.
    (there is a workaround and a fix coming -- this may be fixed by now)
    <?sort:element name?>
    For example, to sort the Payables Invoice Register (shown at the beginning of this chapter) by Supplier (VENDOR_NAME), enter the following after the <?for-each:G_VENDOR_NAME?> tag:
    <?sort:VENDOR_NAME?>
    To sort a group by multiple fields, just insert the sort syntax after the primary sort field. To sort by Supplier and then by Invoice Number, enter the following
    <?sort:VENDOR_NAME?> <?sort:INVOICE_NUM?>
    Good luck,
    Scott

  • Parallax responsive design template needed

    I would like to play around with parallax responsive design templates. I would like to find a simple template without all the bells and whistles that come with the major template house's examples of parallax responsive design. Can anyone direct me to examples of clean and simple parallax responsive templates?

    While designing Responsive layout we have three css frameworks: Skeleton, Bootstrap and Foundation.
    If we are creating CMS Responsive layout (where user can edit using Contribute), is there any way to decide which CSS framework is more preferable for Contribute?
    Use whichever stylesheets best support your project goals.
    See Using Contribute Tutorials
    http://help.adobe.com/en_US/contribute/using/index.html
    Contribute Community Forums
    http://forums.adobe.com/community/contribute
    Nancy O.

  • I am having trouble getting buttons to work in Captivate 8 trial version using a responsive design template. Any suggestions?

    I have a trial version of Captivate 8 that I am evaluating to determine if it will be an option to replace a software we currently use. However I am having a lot of trouble getting even the simplest of tasks to work using the responsive design template. To troubleshoot I created 2 projects 1st a completed empty project using responsive design and a 2nd blank project using the blank project template. I created an audio file that the button, when pressed, will play. I can place a button on first slide of both projects, rollovers work fine, but in the responsive design project buttons will not work to trigger the action. Is this a known issue in the trial version?

    A Blank project is a normal cptx-project, not a responsive project, it has no breakpoint views like a responsive project, it is meant to have always the same layout but on publishing you can choose to have it 'rescale' automatically.  A responsive project allows you to create slightly different layouts for the three breakpoint views: Primary (desktop/laptop/landscape on tablets), Tablet (portrait on tablet) and mobile (phones, where the browser has much lower resolution than the real phone resolution). The 'look' of a project, whether it is responsive or not will be defined by the Theme that is the default theme at that moment, and with the default theme colors that you have at that moment. I think in newbie mode the default theme is White (not sure, never used newbie mode). If you choose another theme as default theme, a blank project and a responsive project will open with that theme applied to it. All themes coming with CP8 are responsive, but you can use them also for normal projects, in that case you only use the object styles for Primary view. Each object style normally has 3 versions, for the 3 breakpoint views.

  • API to merge XLIFF and layout template

    Is there any api which merges the XSL-FO layout with the XLIFF file..
    Actually our customer is implementing 2 languages. English and german. We have made layout templates in English..We have a 3rd party vendor who converts the english text to german text. So if we send the xliff files to them , then they will convert the english text to german text in the xliff file.
    Now is there any mechanism to merge that xliff file ( where the target will be in german) to that of the original layout template ( which is in English) to generate a layout template that would be in german..
    Like getXLIFF() [of TemplateHelper class] extracts the xliff for the template, is there any API which takes the xlf file and layout file and gives the template back in the target language
    Thanks
    Ravi Kanth

    for TemplateViwer
    may be it's a bug for xsl-fo + xml data + xliff
    because for rtf + xml data + xliff working fine
    also want to note that TemplateViwer load xliff before processing/merging
    [082412_135739006][][STATEMENT] Log Level is changed to STATEMENT
    [082412_135739007][oracle.xdo.template.FOProcessor][STATEMENT] FOProcessor.setXLIFF(String) is called with 'c:\tmp\color.xlf'.
    [082412_135739007][oracle.xdo.template.FOProcessor][STATEMENT] FOProcessor.setData(InputStream) is called.
    ...but not used for xsl-fo; but used for rtf
    post SR. it's interesting problem :)

  • Where to buy responsive website templates for use with Dreamweaver CS6

    I know you can create responsive designs from scratch easy enough once you get going, but I'm in a hurry to get an existing site changed over to a responsive layout and was wanting recommendations for sites to buy ready done templates from that are designed for using in DWCS6
    Thanks

    This free of charge extension comes complete with starter templates.

  • Hidden lines around tables re-appear when I re-open a layout template

    Hi,
    Has anyone run into this issue? I hide the lines around my main table and save the file (I have another table nested within the main table). The next time I go to work on the report, the lines re-appear around the table! The is the second layout template that I have that is behaving like this... what is causing this?
    Thanks
    -CC

    Hello~
         I also tried to remove "air." package name in air application. And i encounter the same problem.
         I do not find any solution to decode the xml inside res folder by AXMLPrinter2.jar. And those xml inside is compressed which is unreadable.
         However, what you can do is copying the structure of res folder. And go to your air sdk file path -  adobeair-sdk-folder/lib/android/lib/resources/
         Replace those file exists in your res folder. And copy "values" folder to your res folder.
         Hope this solve your problem~

  • I have an early 2011 MacBook Pro which has been running slow for a while. After looking at responses to similar problems I have downloaded and run EtreCheck and will post the output. Please can someone help me with what it all means.Thanks in advance

    I have an early 2011 MacBook Pro which has been running slow for a while. After looking at responses to similar problems I have downloaded and run EtreCheck. Please can someone help me with what it all means.
    Thanks in advance.
    EtreCheck version: 1.9.15 (52)
    Report generated 19 September 2014 08:07:14 GMT+8
    Hardware Information: ?
      MacBook Pro (13-inch, Early 2011) (Verified)
      MacBook Pro - model: MacBookPro8,1
      1 2.3 GHz Intel Core i5 CPU: 2 cores
      4 GB RAM
    Video Information: ?
      Intel HD Graphics 3000 - VRAM: 384 MB
      Color LCD 1280 x 800
    System Software: ?
      OS X 10.9.4 (13E28) - Uptime: 0 days 0:4:29
    Disk Information: ?
      Hitachi HTS545032B9A302 disk0 : (320.07 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted>: 209.7 MB
      Macintosh HD (disk0s2) / [Startup]: 319.21 GB (147 GB free)
      Recovery HD (disk0s3) <not mounted>: 650 MB
      MATSHITADVD-R   UJ-898 
    USB Information: ?
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Inc. BRCM2070 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ?
      Apple Inc. thunderbolt_bus
    Gatekeeper: ?
      Mac App Store and identified developers
    Kernel Extensions: ?
      [not loaded] com.seagate.driver.PowSecDriverCore (5.2.4 - SDK 10.4) Support
      [not loaded] com.seagate.driver.PowSecLeafDriver_10_4 (5.2.4 - SDK 10.4) Support
      [not loaded] com.seagate.driver.PowSecLeafDriver_10_5 (5.2.4 - SDK 10.5) Support
      [not loaded] com.seagate.driver.SeagateDriveIcons (5.2.4 - SDK 10.4) Support
      [loaded] com.sophos.kext.sav (9.1.55 - SDK 10.7) Support
      [loaded] com.sophos.nke.swi (9.1.50 - SDK 10.8) Support
    Launch Daemons: ?
      [loaded] com.adobe.fpsaud.plist Support
      [loaded] com.microsoft.office.licensing.helper.plist Support
      [running] com.sophos.autoupdate.plist Support
      [running] com.sophos.configuration.plist Support
      [running] com.sophos.intercheck.plist Support
      [running] com.sophos.notification.plist Support
      [running] com.sophos.scan.plist Support
      [running] com.sophos.sxld.plist Support
      [running] com.sophos.webd.plist Support
      [running] com.trusteer.rooks.rooksd.plist Support
    Launch Agents: ?
      [loaded] com.divx.dms.agent.plist Support
      [loaded] com.divx.update.agent.plist Support
      [running] com.sophos.uiserver.plist Support
      [running] com.trusteer.rapport.rapportd.plist Support
    User Launch Agents: ?
      [loaded] com.adobe.ARM.[...].plist Support
      [running] com.amazon.music.plist Support
      [loaded] com.google.keystone.agent.plist Support
      [not loaded] jp.co.canon.Inkjet_Extended_Survey_Agent.plist Support
    User Login Items: ?
      iTunesHelper
      TomTomHOMERunner
      AdobeResourceSynchronizer
      Dropbox
    Internet Plug-ins: ?
      FlashPlayer-10.6: Version: 15.0.0.152 - SDK 10.6 Support
      DivX Web Player: Version: 3.2.1.977 - SDK 10.6 Support
      AdobePDFViewerNPAPI: Version: 11.0.09 - SDK 10.6 Support
      AdobePDFViewer: Version: 11.0.09 - SDK 10.6 Support
      Flash Player: Version: 15.0.0.152 - SDK 10.6 Support
      EPPEX Plugin: Version: 10.0 Support
      Default Browser: Version: 537 - SDK 10.9
      OVSHelper: Version: 1.1 Support
      QuickTime Plugin: Version: 7.7.3
      SharePointBrowserPlugin: Version: 14.4.4 - SDK 10.6 Support
      iPhotoPhotocast: Version: 7.0 - SDK 10.7
    Safari Extensions: ?
      Ultimate
    Audio Plug-ins: ?
      BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
      AirPlay: Version: 2.0 - SDK 10.9
      AppleAVBAudio: Version: 203.2 - SDK 10.9
      iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins: ?
      Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    3rd Party Preference Panes: ?
      Flash Player  Support
      Perian  Support
      Trusteer Endpoint Protection  Support
    Time Machine: ?
      Skip System Files: NO
      Auto backup: YES
      Volumes being backed up:
      Macintosh HD: Disk size: 297.29 GB Disk used: 160.38 GB
      Destinations:
      Data [Network] (Last used)
      Total size: 2 TB
      Total number of backups: 99
      Oldest backup: 2012-04-20 17:05:32 +0000
      Last backup: 2014-09-18 23:49:25 +0000
      Size of backup disk: Excellent
      Backup size 2 TB > (Disk size 297.29 GB X 3)
      Time Machine details may not be accurate.
      All volumes being backed up may not be listed.
    Top Processes by CPU: ?
          6% InterCheck
          5% iCalExternalSync
          3% WindowServer
          2% CalendarAgent
          2% SystemUIServer
    Top Processes by Memory: ?
      152 MB SophosScanD
      147 MB InterCheck
      106 MB SophosAntiVirus
      66 MB Dropbox
      57 MB com.apple.iTunesLibraryService
    Virtual Memory Information: ?
      161 MB Free RAM
      1.55 GB Active RAM
      1.41 GB Inactive RAM
      902 MB Wired RAM
      611 MB Page-ins
      0 B Page-outs

    Uninstall Trusteer software
    http://www.trusteer.com/support/uninstalling-rapport-mac-os-x
    Remove Sophos
    https://discussions.apple.com/message/21069437#21069437

  • Can i make a book in iPhoto without using any of the built in layout templates, which are too limiting when i have already cropped my pictures to show just what I want. Ideally I just want to drag and drop and arrange and size the pictures myself

    Can i make a book in iPhoto without using any of the built in layout templates, which are too limiting when i have already cropped my pictures to show just what I want. Ideally I just want to drag and drop and arrange and size the pictures myself

    If you have Pages you can create customs pages for your book as TD suggested. If you have Pages from iWork 09 or 11 this app will add 80 or so additional frames to those offered:  Frames and Strokes Installer. Don't use it on the latest Pages version, however.
    This tutorial shows how to create a custom page with the theme's background: iP11 - Creating a Custom Page, with the Theme's Background for an iPhoto Book.  Once the page is complete to get it into iPhoto as a jpeg file follow these steps:
    Here's how to get any file into iPhoto as a jpeg file:
    1 - open the file in any application that will open it.
    2 - type Command+P to start the print process.
    3  - click on the PDF button and select "Save PDF to iPhoto".
    NOTE:  If you don't have any of those options go to Toad's Cellar and download these two files:
    Save PDF to iPhoto 200 DPI.workflow.zip
    Save PDF to iPhoto 300 DPI.workflow.zip
    Unzip the files and place in the HD/Library/PDF Services folder and reboot.
    4 - select either of the files above (300 dip is used for photos to be included in a book that will be ordered).
    5 - in the window that comes up enter an album name or select an existing album and hit the Continue button.
    That will create a 200 or 300 dpi jpeg file of the item being printed and import it into iPhoto. For books to be printed choose 300 dpi.

  • Since the last update I have been unable to print from Firefox. No problem printing from Safari or any other program. I've seen a few responses to this problem but only to people running Windows. I'm on a Mac running v. 10.5.8

    Since the last update I have been unable to print from Firefox. No problem printing from Safari or any other program. I've seen a few responses to this problem but only to people running Windows. I'm on a Mac running v. 10.5.8.

    Also when I click on the link in my email to activate my account (in the hopes that a solve will be emailed to me) I get this message -
    "Something is wrong
    We could not activate your account. Please make sure that you have clicked the correct link in your email or typed in the correct address."
    Same message if I cut and paste the link.

Maybe you are looking for

  • Currency Translation in BO 4.0 Analysis Edition Office 1.1

    Hi, We are using Analysis Edition Office 1.1 for reporting and SAP BW system as source. After I create the report, I would like to change the currency for USD instead of report currency which is CAD. We have an option of Currency Translation availabl

  • Zero fill and max length VC7 Compile to WebDynpro not working

    Hi, i try to call Customer get list and set the attributes zero fill and max length to the input table form. But the user has to put in the exact length and zero filled. Any idea what to do Thanks Uwe

  • Tab order moving to second page of form

    I have a two page form. I can set up the tab order perfectly on the first page, but when I try to set up the first object on the second page as the next tab after the last first page tab, it starts back at the first object on page one. Does anyone kn

  • OIM - Task Assignment Adapter - How to get the object instance key?

    Hello experts, I'm trying to use a task assignment adapter to assign an approval task dynamically. Basically, the user can request a resource like "CustomApp Profiles" and we create an object form to let them choose the profile that he needs. Each pr

  • Unable to perform for-each on quer-database() result

    Hi I am using the quer-database function in my XSLT which is returning more than 1 value. when i try assigning these values I am only able to assign the first row of elements. When I try dragging the for-each activity and try using it with the qurey-