Substitude a value for Page Template #REGION_POSITION_06# in template 15

I want to define some HTML code to be inserted into #REGION_POSITION_06# of the Page Template 15 in version 3.2
How/where would I define a string of HTML code for it to use.
The intention is to insert some Text that appears below the #Logo#
I thought that perhaps the "Application> Definition> Substitution String" area might be the place to do this,
but I have not had any success in my format there.

Hello:
If the text to be inserted is static, you simply add the text to the template. However, if the inserted text is dynamic you could create an application item which is populated with the needed HTML as needed.You then reference this application item in the template using the '&' notation. For example
&APP_ITEM.
varad

Similar Messages

  • Any good online resources for pages templates?

    I typically use Google docs for basic word processing. Needed some more robust features from time to time, but I hate having to run Word in VM Ware and not a fan of Word anyway. Really loving Pages so far.  Any good online resources for pages templates?
    Trent
    < Edited By Host >

    There are several options for templates you can use in Pages. First, there those submitted by other users & available at iWork Community.
    You'll find some links in the Resources section  here.
    I haven't tried these Microsoft sites for awhile, so I'm not sure if these steps are still valid, but it does give you a starting place.
    Try Microsoft Office templates. to find links to many PC templates. Then comes the Microsoft trickery part. Choose the category then sub-category & then click the name of a template. Next is a page with a "download" button that takes you to the "Your operating system doesn't meet system requirements" page. All that means is that you can't use their automatic download service. Click the "download now" button in the section to manually download. Somewhere along the process was a license agreement. The file I chose downloaded as 06369101.cab. Double-clicking it launched Stuffit & resulted in a folder. I then had to change the .dot file in the folder to have the .doc extension. It then opened in Pages with only one unsupported warning.
    The Mactopia site has a lot less templates to choose from, but was less involved to download. Most templates for Word will open nicely in Pages. I haven't come across one that doesn't, but that doesn't mean someone else might. The only thing to watch for is the file extension. Some Word templates have an extension other than .doc. You will still be able to use them, just change the extension to .doc in the Finder or Pages won't recognized them as Word files. Of course, you can't change just any file's extension to .doc & have Pages open it. It must be a Word document.

  • Setting Default or Derived value for watermark template

    Hi,
    I want to set default value for watermark template id. The condition is like if dUser(Logged in user) is "a", then default value of template should be "1". I have created template in pdfwatermark administrator with contentid of template as "1".
    How to write that idocscript?
    Thanks in advance

    Dear Kick,
    There is no such option of default scrap value in IMG. You will have to put that amount in asset master.
    If the data quantum is high then better to write LSMW or CATT
    Regards,
    Ajay

  • How to code a Psd file for page template in DW to upload in bc

    Hi everyone. I was wondering. I have a psd file that I created that is my page template for my website. All the menus are on there, most of the content, and fancy designs. I've imported the psd in DW. I was wondering if anyone could tell me how to code it or where I could find a link to learn or follow the precedures to code a standard page template? I would really appreciate it! thanks

    Hello Pierre,
    Seeing that you are familiar with Photoshop, but not with Dreamweaver I assumed you are a designer. If my assumption is not correct, the rest of the message does not apply.
    You could try Adobe Muse for your task. Its purpose is to aid designers create HTML websites without writing code.
    Here's the product page (it is already free if you subscribed to Creative Cloud): http://www.adobe.com/products/muse.html
    And here is a tutorial explaining what you wanted to achieve: http://tv.adobe.com/watch/creative-suite-podcast-designers/how-to-use-photoshop-files-in-y our-muse-website/
    I hope that helps.
    Best regards,
    Iulian Radu.

  • How to set the default value for page item in report

    Hi Gurus
    I currently i have company name as page item in one of my report screen ,but it is displaying the value for company name in its drop down column ,but i want to make it "*ALL* as default after the query result ",this is user requirement ,please share ,how can i make it ,is it possible ??,thanx in advance
    thanx
    Pratap

    Hi,
    I don't think this is possible. You can of course use a parameter to select the page item and default the parameter but then the user will have to rerun the report to see other pages items.
    Rod West

  • Setting default user information for Pages templates

    Over time I've added email & phone numbers to "my card" in Address book. How can I tell Pages which address & phone number to use for templates like Letters etc. right now it seems to pick old addresses & phone numbers (which I still need in my card, they just are not my first choice anymore.)
    (Right now, I'm using Modern letter, but it applies for others as well.)
    I know I could create my own templates, but it would be nice to be able to just use the builtin templates.
    I can't find any preference in Pages or way to indicate a default in Address book.
    thanks

    But, to me, it seems logical that this would work.
    Use -and instead of -or.
    EDIT: To summarize, here's how you can get all mailboxes except a few:
    $mbxs = Get-Mailbox | Where { $_.SamAccountName -ne 'bigboss' -and $_.SamAccountName -ne 'someoneelse' }
    Here's how you'd return only the specific mailboxes you want:
    $mbxs = Get-Mailbox -Filter "SamAccountName -eq 'user.three' -or SamAccountName -eq 'user.four'"
    Don't retire TechNet! -
    (Don't give up yet - 13,085+ strong and growing)
    Thanks for all the responses! This was exactly what I was after, and it works perfectly. There is, however, one final question, if I may.
    Before submitting the final command to amend the Default user permissions on every mailbox within the variable, I would like to export the values of these to a .txt file. So, I'm submitting the code below, but I don't know how to push the results out to
    a .txt file (ideally without it also printing the results to the console window).
    foreach ($m in $mb) { Get-MailboxFolderPermission -Identity $($m.UserPrincipalName+":\calendar") -User Default | fl }
    I've tried adding the following both within the parenthesis of the foreach loop and outside of it but it doesn't work.
    > C:\tmp\calendar.txt
    I also tried the following.
    | Add-Content C:\tmp\calendar.txt
    But this did not output the same data as it does when I leave this bit out.

  • Default Value for Page Items

    Hi,
    I use page items quite heavily in my workbooks to allow the user to filter the recordsets as they require.
    Some of these page items are based on dates - i.e. Extract Date (my underlying tables are updated on a daily basis, so the Extract Date soon contains several values).
    Is there any way I can set the Page Item to show the latest (MAX) Extract Date when the work book is opened?
    Many thanks
    Mark

    Hi all
    Also, when alternate sorts are in use these will generally trigger Discoverer to add the NOREWRITE hint to the SQL, which can cause horribly slow performance.
    I used to use alternate sorts a lot but these days I use them very sparingly. When I want a list of values to come up in a certain order I now use a custom folder and add the ORDER BY in there. This allows the list to come up right when my users are picking and stops the NOREWRITE hint, but it also removes the alternate sorting from the display.
    There are other causes for the inclusion of NOREWRITE hint but this is the main one.
    Best wishes
    Michael

  • How to reference SQL column value for  page item text field

    greetings,
    I created a simple report based on sql query. the query is select employeeid,salary from emp_tbl. under the report column i see employeeid and salary. I created a page item text field with the source type pl/sql function body. inside this source is simple block.
    begin
    if salary < 10000 then
    return (1);
    else
    return (2);
    end if;
    end;
    from the error i take it that it doesn't understand salary. I have tried bind variable (:salary) , hash marks (#salary#), ampersand (&salary.) but nothing works. Is this even possible?
    thank you,
    mon

    Hi Mon,
    I think you will find that anything you do in Forms, you can achieve in Apex, but you may have to think a little differently. Finding direct equivalents in both environments may not be easy or even possible in some circumstances, but with a little knowledge and thought an equivalent overall business flow can be achieved that is just as efficient.
    For example, in Forms where you have a multi row block based on a table, if you need to add any derived fields then you will add these at the block level. I can see that this is what you are trying to achieve in Apex.
    In Apex this will be more easily achieved by specifying the derived fields as part of the query for the region, and if the derivation of the fields is complex you can use user defined functions. If you require page type items to be displayed such as text boxes, LOV's, radiogroups, datepickers etc then these can be embedded in the query with the use of the Apex API, see the APEX_ITEM supplied package.
    I know this is still very high level, but I hope it helps you on your way in your journey with Apex.
    Regards
    Andre

  • Discoverer Report: Select all values for a Page Item

    Hi Guys
    I have created a Disco Report which has one Page Item.
    It populates all columns based on values I select for Page Item that is perfectly fine.
    How do I Display column values for all possible values of Page Item?
    Is thera ny way I can have Option to select All possible values for Page Item?
    Cheers
    Vijay

    Hi Vijay
    Just to confirm what Rod has said, this capability to manage ALL in Page Items was introduced as part of 10.1.2 and has been maintained into 10.1.2.3 and 11g. It will not be back ported to previous releases.
    Best wishes
    Michael

  • Puzzled by Default Page Template value

    I am looking at the 11.1.1.4 Spaces VM trying to understand how the product works.
    On the Configuration tab of the Administration page, in the Resources section, the Default Page Template value is "gsr15fd08a7_5f0f_4f6e_9150_2a7eb8b5fb7a". When I look at the GUID values for each of the Page Templates available as Resources, none match.
    questions:
    where can I find the "gsr15fd08a7_5f0f_4f6e_9150_2a7eb8b5fb7a" Page Template?
    is there a general way to find a resource given a GUID?
    Thanks

    See Re: How to setup "Alternating row" type of report as default for newpages

  • How to crate a page template for multiple page instances?

    Hello,
    When I use the Administration Portal to create a page with portlets in the Portal Resource Library, I can choose to use that page it in my portal. The problem is that I can use it only once. How can I crate a page template with portlets so I can use use it as a template for many page instances in one portal?
    I'm using Portal 8.1.6.
    Regards,
    Eirik

    Hey Dave, See the image below:

  • How to set a default value for a page item

    I am working with a facility table that has name and address information. The user can add contact name information on a separate page. Since the address for the facility and contact is usually the same, I want to add a default value for the contact address. The facility page is on 201 and the link to add a new contact row is on page 202. I showed in the default value :P201_street for the contact's address. But, when I run the page, the contact address field shows the :P201_street, not the actual facility address. What am I leaving out? Must be something obvious?!
    Thanks very much.
    Judy

    In the default value, I showed: v('P201_STREET1') with the default value type of: PL/SQL Expression and received the following oracle error ==> Item default is not a PL/SQL expression. Use &ITEM syntax. The v('ITEM') syntax is not valid for item defaults. So I changed it to: &P201_STREET1 and got another oracle error , ERR-9132 error in PLSQL expression for item default code, item=P202_STREET1.
    Any more suggestions? Thx.
    Judy

  • How to set a page template for news detailed view?

    Is there a way to set a page template for the detailed view of the news module?
    I have a page template setup and added the {module_announcement,,,,,} to the page. When the news item is clicked it always opens the default template - is this how it is designed to work or is there a way I can specify it to use a different page template?
    Dave.

    Hey Dave, See the image below:

  • How to change page template for a single page?

    I create a new document based on the Pages "Reports > Business Report".
    Now the first page is formatted as a "Cover" page with a larger top margin.
    Via "Format > Advanced > Manage Pages..." I see there are what I assume are the "Page Templates":
    - Cover
    - Table of Contents
    - Chapter Page
    - Text Page
    - Appendix
    My question: How can I change the template for a single page in my document? E.g. I don't want Page #1 to be formatted as "Cover". I'd like it to be a "Text Page".
    Any hints?

    Just delete the Cover section and insert a Text Page.
    Click on:
    +Toolbar > View > Page Thumbnails+
    Click on the Cover thumbnail, it will be outlined in yellow, hit delete.
    It may start off with certain defaults but you do not have to accept them.
    Peter

  • How can I add a new Template to My Templates in Pages? I've read most of the discussions on the subject but it doesn't work for me. By the time I reach the Templates folder, I only see templates for Numbers and not for Pages. Need help, please.  Thanks

    How can I add a new Template to My Templates in Pages? I've read most of the discussions on the subject but it doesn't work for me. By the time I reach the Templates folder, I only see templates for Numbers and not for Pages. Need help, please.  Thanks

    Si vous avez utilisé la commande Save As Template depuis Pages, il y a forcément un dossier
    iWork > Pages
    contenant Templates > My Templates
    comme il y a un dossier
    iWork > Numbers
    contenant Templates > My Templates
    Depuis le Finder, tapez cmd + f
    puis configurez la recherche comme sur cette recopie d'écran.
    puis lancez la recherche.
    Ainsi, vous allez trouver vos modèles personnalisés dans leur dossier.
    Chez moi, il y en a une kyrielle en dehors des dossiers standards parce que je renomme wxcvb.template quasiment tous mes documents Pages et wxcvb.nmbtemplate à peu près tous mes documents Numbers.
    Ainsi, quand je travaille sur un document, je ne suis pas ralenti par Autosave.
    Désolé mais je ne répondrai plus avant demain.
    Pour moi il est temps de dormir.
    Yvan KOENIG (VALLAURIS, France)  mercredi 23 janvier 2011 22:39:28
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
    My iDisk is : <http://public.me.com/koenigyvan>
    Please : Search for questions similar to your own before submitting them to the community

Maybe you are looking for

  • Unspecified Error while deleting a component

    Hi   I have a component with a <form> tag; which refers to a servlet which is registered with a particular path. When i try to delete the component I am getting "Unspecified Error" - error. Once i run the page am not able to select the component to d

  • RE:Using host built-in to use forms to open a report in MS-Excel

    Hello all! i'm using Developer/2000 and trying to run a report in MS-Excel instead of run_product eg. host('C:\Program Files\Microsoft Office\OFFICE11\excel.exe'); This open excel but without the any records. What else do i need to add plz. Thnx in a

  • Purging Old Data

    pls help in solving one issue related to purging the data. There are some 40 tables in the database am working in. And I need to check these tables for data which is 5 years old and have to delete those data but these tables are interlinked with othe

  • Null pointer exception in bursting

    Hi Experts in BIP, Please some one help me.....stil googling but not find exact solution....please help me to solve this issue...very urgent...please my data source is obiee answers and able to view the data individually and my temple is rtf. after c

  • Dimension value based on cell referece

    Hi, I've a requirement with GLAccount and Trading partner in rows. I need to derive the trading partner based on the property of GLAccount. Note: This inputschedule is dynamic (ACCOUNTS may change depending upon the selection). Example: GLAccount is