Any way to return to the calling page from the User Profile Editor page?

I built a url to the User Profile Editor page, and upon playing around with some of the parameters in the url itself, I have the Editor page returning to My Page (home page) for the logged in user. I would like to get it to return to the calling page, which is not necessarily a My Page. It might be a Community page. I'm not quite sure what the Editor Type value is and if it is even relevant. (it is hard-coded right now, and I've tried changing it to several values). Here is the url string:
http://awg1/portal/server.pt?open=space&name=UserProfileEditor&psname=OpenerPageID=253&cached=false&in_hi_userid=257&control=EditorStart&editorType=10. It would be really nice to be able to open the editor with a tag!

You can use a table
This was answered in the Numbers forum by someone else so cant take any credit.
Put "1" in first cell
put 2 in cell below
Select both cells and hover mouse over botton right hand corner ( you should get a cross) click and drag down and sequential numbers will fill into the blank cells - and over the page if you wish.
Is that what you are after?
Or you can always use a numbered list but that would be by paragraph not line.
Message was edited by: John H

Similar Messages

  • Cisco 2504 Local radius configuration, is their any ways for backing up the user db? In case the WLC dies

    Cisco 2504 Local radius configuration, is their any ways for backing up the user db?  In case the WLC dies

    Please find the guide to keep the backup:-
    http://www.cisco.com/en/US/partner/docs/wireless/controller/7.0/configuration/guide/c70mfw.html#wp1063850

  • Is there ANY way to return to the former Safari?  I find Safari 6 frustrating and basically terrible!!

    Does anyone know (even though I have talked with Applecare - and they can't help) how to get rid of the new Safari 6 and return to the previous one?  I am having such a frustrating time with this new Safari that I feel I must drop it completely and go to a brower like Firefox.  I am constantly frustrated with the long bar for both search and address and I keep trying to return to previous pages and find myself back to my desktop again and again.  I feel like I have lost many capabillites and experience absolutely no advantages to this "update." 

    yes, like dominic23 said. if u have a older version saved on an external hard drive from backing up thru time machine u can do a clean erase and recover thru time machine and just re do all your updates and apps and what not. that's what i did. i found 5.1.7 by googling it because apple has pulled it from their site. GOOD LUCK!

  • Is there any way to turn off the auto formatting in Pages?  I just want to type a letter and add pictures and titles, and Pages keeps changing font sizes and doesn't let me "Do it my way".  I HATE this!

    Is there any way to turn off the auto formatting in Pages?  I'm using a blank document, so I figured I could write my letter and add pictures any way I wanted to.  But NO!  Pages keeps changing the font size!  I typed a large heading as a title, and when I try to change to a smaller font for the body of the letter, it changes the size back to the larger size!  I am getting SO FRUSTRATED!  I've spent over an hour trying to get the stupid program to let me just type my letter!  Can anyone help?

    The only one left is the "unsubmitted text" dialogue, which would not be a problem if I were not a Facebook user; after updating the "Richard is..." field (which does not require a manual submit to actually send) I get the above message. This is obviously Safari just not realising that the info has been sent and is therefore (I imagine) one for Apple themselves to answer!!
    You're welcome Rich. Glad to help.
    Not being a Facebook User, I'm not sure how to respond to the error situation. However, this would be something to report to Apple as a bug via the Safari Menu. First, open to the page in question, then select "Report Bugs to Apple".
    Mahalo for the and Aloha from Big Island.

  • In addition to the FormsCentral subscription charge ($152.87 including tax) I was billed about the same time for $15.93. I can't find any way to get in touch with anyone from Adobe. The phone number I'm supposed to call is cut off on my invoice. Can someo

    In addition to the FormsCentral subscription charge ($152.87 including tax) I was billed about the same time for $15.93. I can't find any way to get in touch with anyone from Adobe. The phone number I'm supposed to call is cut off on my invoice. Can someone respond ASAP? Thanks

    I have forwarded your request to the support team that should be able to resolve this issue for you quickly. Expect to hear from them shortly.
    Andrew

  • I have an iphone 3gs, and i keep getting blocked number calling me (prank calls) im getting really fed up with it all now i have had 12 calls from the same person! i was just wondering if there is any way i could block this caller from calling me?

          i have an iphone 3gs, and i keep getting blocked number calling me (prank calls) im getting really fed up with it all now i have had 12 calls from the same person! i was just wondering if there is any way i could block this caller from calling me?

    Contact your carrier and ask them.

  • Had to restore iphone from a backup that was done 1 week ago.  any way to get back the texts, call logs, etc. that happened within the last week?

    this morning, i had to restore iphone from a backup that was done 1 week ago.  is there any way to get back the texts, call logs, etc that happened within the last week?

    No

  • Is there any way to hook into the SQL report pagination process?

    I have a SQL report (based on EMP) with a radiogroup row selector.
    The scenario 1 and 2 are in place
    1) When the employee row radio group is clicked the P900007_JOB the text item is populated with the JOB for the employee.
    2) When the page is initially displayed or submitted via the button the first row’s radio group is programmatically clicked and therefore populates the additional job information in P900007_JOB
    Info (radio Group) Employee No Name
    (+) 7369 SMITH
    () 7499 ALLEN
    () 7521 WARD
    P900007_JOB CLERK
    1-3 Next>
    Once the report has been displayed and the next or previous pagination is used then none of the radio groups will be selected and the data in the P900007_JOB text item will still display the job of the last selected employee row.
    What I require is on pagination some sort of mechanism to either
    a) Call the page_init() that should then set the first row as selected and populate the text item via the programmatic click. (preferred option)
    b) OR blank out the additional text item P900007_JOB.
    Is there any way to hook into the pagination process?
    I have a work around – Set the ‘Enable Partial Page Refresh’ to ‘No’ but this means a full refresh every time the pagination is used.
    Details of my page
    Report Region (Based on EMP table) – radio group as a row selector
    select     APEX_ITEM.RADIOGROUP(1,EMPNO,'X21',null) CHECKRG, EMPNO,
         ENAME,
         JOB
    from     EMP
    Report Attributes -
    Report template :- P900007_ROWTEMPLATE (custom template see later)
    Report Attributes Substitution :- id="emp_report" (used in page_init see later)
    Enable Partial Page Refresh :- Yes
    Columns – All columns are selected as show but job is left out of the template below.
    P900007_JOB - Text item in report region (disabled does not save state). Populated with the employees job when the radio group is clicked.
    Control region :- HTML region that just holds a button <GO> just to submit the page and redirect back to the same page.
    P900007_ROWTEMPLATE (named column row template)
    Row template 1
    <tr style="cursor: hand; cursor: pointer;" onmouseover="row_mouse_over(this, 1)" onmouseout="row_mouse_out(this, 1)" #HIGHLIGHT_ROW# ">
    <td class="t15data" onclick="selectRow('#JOB#');">#CHECKRG# </td>
    <td class="t15data">#EMPNO# </td>
    <td class="t15data">#ENAME# </td>
    </tr>
    Before rows
    <table class="t15standard" summary="" #REPORT_ATTRIBUTES# id="report_#REGION_STATIC_ID#" >
    <th class="t15header" #ALIGNMENT# >Info</th>
    <th class="t15header" #ALIGNMENT# >Employee Number</th>
    <th class="t15header" #ALIGNMENT# >Name</th>
    After Rows
    <tr>
    <td colspan="99" class="t15afterrows">
    <span class="left">#EXTERNAL_LINK##CSV_LINK#</span>
    <table style="float:right;text-align:right;" summary="pagination">
    #PAGINATION#</table>
    </td>
    </tr>
    </table>
    *Javascript in page Header*
    <script src="#WORKSPACE_IMAGES#apex_show_hide_region.js" type="text/javascript"></script>
    <script language="JavaScript" type="text/javascript">
    <!--
    function selectRow(pJob)
    /* console.log('pete got here!'+pJob)*/
    $x('P900007_JOB').value =pJob;
    /* Start Page init*/
    function *page_init*()
    /* Used to set radio groups on reports */
    /*console.log('START pete got here!');*/
    var is_checked = false;
    var l_check = $x_FormItems($x('emp_report'), 'radio');
    /*Loop and set flag if checked*/
    for(var i=0,len=l_check.length;i<len;i++)
    if(l_check.checked){
    is_checked = true;
    /*end loop*/
    /*If none checked force a click*/
    if(!is_checked){
    /*no longer need as doing click below*/
    l_check[0].checked=true;
    /*Force a click on the first radio group - extra details should then be
    populated*/
    var l_click = l_check[0].click();
    /* console.log('END pete got here!');*/
    /*END page_init*/
    // -->
    </script>
    *Application shared component.* – This fires a DB packaged procedure when the page is loaded.
    P330_PART_NO_HIST
    Process Point On load after Body region
    Process Text show_hide_memory.part_no_history_details();
    *Packaged Procedure* – This kicks off the page_init javascript in the header (earlier) to click on the radio group in the first row.
    PROCEDURE part_no_history_details AS
    BEGIN
    htp.prn('<script type="text/javascript">' || CHR(10));
    htp.prn('<!--' || CHR(10));
    htp.prn('page_init();'|| CHR(10));
    htp.prn('//-->' || CHR(10));
    htp.prn('</script>' || CHR(10));
    END part_no_history_details;
    Thanks Pete
    Edited by: Pete @ LSC on 26-Jan-2010 06:56

    Anybody any ideas? Should I be looking down the route of using my own pagination buttons and adding my code to this?
    There seems to be a routine $a_report that I can use for the pagination but I am finding it difficult to get the current first and last record values that I would need to pass. I've seen references to below in the form but when I'm using partial refresh they do not seem to change.
    wwv_flow.g_flow_current_min_row
    wwv_flow.g_flow_current_max_rows
    wwv_flow.g_flow_current_rows_fetched
    wwv_flow.g_request
    Thanks Pete

  • If I ordered the iPhone 5s in space gray, is there any way I could change the color to silver??

    If I ordered the iPhone 5s in space gray, is there any way I could change the color to silver??

    Call Apple and ask.  If they have not shipped yet due to backlog, perhaps.  If they did ship already, return without opening and wait for silver model to be shipped back to you.

  • I recently downloaded a program ScanFont 5, When I try to open the installer I get the following message: "You can't open the application "(null)" because it may be damaged or incomplete. Is there any way I can get the installer to open anyway?

    I recently downloaded a program ScanFont 5, When I try to open the installer I get the following message: "You can't open the application "(null)" because it may be damaged or incomplete. Is there any way I can get the installer to open anyway?

    The message means just what it says. Remove the damaged copy and try downloading it again.
    Edit: Looking at FontLab's page, there's two issues going on.
    1) It's a PowerPC app and will not run on any version of OS X newer than Snow Leopard, 10.6.x.
    2) The "workaround" they offer is to purchase the Windows version and then run it in the the open source Wine, Windows emulator.

  • I bought a iphone 4 on online . But the guy forgot the his apple id pasword and i cant restore the iphone cuz i need the password is their any way i can restore the iphone . ?

    I bought a iphone 4 on online . But the guy forgot the his apple id pasword and i cant restore the iphone cuz i need the password is their any way i can restore the iphone . ??

    iOS 7 has an antitheft feature. A stolen phone can NEVER be used again, except by the original owner or with the authorization of the original owner. If you bought a stolen phone that was your mistake; get your money back. While it's possible that the seller "forgot" their password, that is an easily corrected problem. In most countries knowingly possessing stolen property is a crime. Even if you don't know it is stolen, it can be taken from you and returned to the rightful owner.
    If it really wasn't stolen, and it was an honest mistake on the part of the seller, the seller can easily correct the mistake and authorize your activation of the phone.

  • Is there any way to recover deleted documents in pages?

    Is there any way to recover deleted documents in pages, or off of icloud?

    Youi can look in the Trash. If it hasn't been emptied, the file may still be there.
    Jerry

  • Is there any way to have a skype call open when no...

    I wonder if there's any way to keep a skype call on even though no one is in the conversation online, so when you get online you can join the conversasion and hope there is anyone there
    For 1UpTeam

    What are the buttons doing? Just delete their pausing point and when they reach the end of the slide, and the Exit action is set to Continue or Go to Next slide, everything will play on.
    Lilybiri

  • Sir, the subject is, I do not know the original owner Will helped me know that the owner or on the way to end this problem, or any way to communicate with the person in question

    Sir, the subject is, I do not know the original owner Will helped me know that the owner or on the way to end this problem, or any way to communicate with the person in question

    This is a user to user forum.  You are not addressing Apple.  It appears that you may be having issues related to Activation lock: ( http://support.apple.com/kb/PH13695).  If you cannot contact the original owner to have them remove activation lock, you should return the device for a refund.
    HTH

  • Is there any way to not use the plugin container for firefox?

    Is there any way to not use the plugin container for firefox? Ever since I updated, my firefox browser has been crashing almost every day and it always says that the plugin container crashed, but the rest of firefox freezes up as well, so I am forced to end the process itself.

    See http://kb.mozillazine.org/Plugin-container_and_out-of-process_plugins
    You can set the prefs dom.ipc.plugins.enabled.* to false on the about:config page to disable the plugin-container process.
    dom.ipc.plugins.enabled (currently false by default in Firefox 3.6.6)
    dom.ipc.plugins.enabled.npswf32.dll (Flash)
    dom.ipc.plugins.enabled.npctrl.dll (Silverlight)
    dom.ipc.plugins.enabled.npqtplugin.dll (QuickTime)

Maybe you are looking for

  • The Connection String for the Query Log table is automatically encrypted.

    When I try to use the Usage Based Optimization to apply Aggregation Design to my measure group, it shows me the following error message. The connection string cannot be found. Open Microsoft SQL Server Management Studio and, in the Analysis Server Pr

  • Siebel Error while configuring in IDM ?

    Hi, I am trying to connect to Siebel system via IDM resource configuration wizard. I have put following 2 jars in WEB-INF/lib folder - Siebel.jar SiebelJI_enu.jar The Siebel version is 7.8.2.3. Please assist. According to Siebel team, all the paramet

  • Connecting a KM repository from another portal to KM via WebDAV - meda data

    Hello there, we are evaluating the option of connecting a KM repository from another portal to KM via WebDAV in our Federated Portal Scenario (in fact, we wish to get rid of the the remote roles as soon as possible). This can be accomplised as descri

  • Purchasing Photoshop CS6 from elsewhere?

    Hi All, On my journey trying to find Photoshop CS6 at the best price, I have come across other sites offering it for far less than advertised on adobe site. I am fully aware of the scammers trying to make a quick quid, but some of the sites do mentio

  • 4G LTE No Longer Available in Harrisburg, PA?

    As of yesterday, my Galaxy Note 3 only connects via 3G in Harrisburg and surrounding cities - it seems to be a common theme cropping up here, if 4G LTE is being turned off, I need to know so I can cancel my account as soon as possible and start up wi