Accessing Field Help from item on different Page

I manually created a tabular form used for posting and I wanted to implement the field help for the column headers. I have a seperate maintenance form that already has the appropriate help text stored for each item. I want to have my tabular form popup help get the help text from the other form. I looked at the code from the other form and it was doing this for the field:
javascript:popupFieldHelp('25020711860698767','439667227918056')
So I went into the Report attributes section of my tabular form and entered this:
<a href = "javascript:popupFieldHelp('25020711860698767','439667227918056')"> Security Type </a>
It seems to work perfectly, but I just want to make sure this is the best way to do this. Are the arguments sent to popupFieldHelp unique for every item in an application?

Sorry. Had to change the href so you could see what I typed:
<-a href = "javascript:popupFieldHelp('25020711860698767','439667227918056')">Security Type<-/a>

Similar Messages

  • Error in OHW Configuration when accessing OCS help from OCS Admin Page

    Hi.
    Getting "Error in OHW Configuration OHW configuration file error detected. Please contact the system administrator." when i try to access help info from the OCS Adminsitration Page.
    Any feedback on what's wrong is welcomed ...!
    Regards, Luis ...!

    http://dbatoolz.orapros.com/tp/3125.how-to_recreate_corrupted_ohwconfig-xml.html

  • Accessing a dll from classes in different packages

    Hello java community,
    I am new to Java and especially the jni so your help is greatly appreciated.
    I am having trouble accessing a Windows native dll from classes in different packages. I placed the .dll in my ClassPath. I am able to loadLibrary successfully from class X in my 'common' package. However, when I try to access the same .dll from another class Y in package 'notsocommon'. I get an unsatisfied link error. I changed the X.h file to include common in the function definition (eg. Java_common_X_functionName) and I did the same to the Y.h file (Java_notsocommon_Y_functionName). I am able to work with the dll from the X class but not the Y class. I don't know what I am doing wrong. I am very new to Java, so any help is appreciated.
    Thank you.

    I apologize to everyone for posting this. I figured out my mistake, it was in the dll and not in the java. Also using
    javah -jni notsocommon.Y
    creates the correct header file.

  • MS Access & MS SQL from a Java Server Page

    I'm new to JSP but I know how to write Active Server Pages and was wondering how to set up a JSP so that I can access data in my MS Access database and also my MS SQL server.
    Anyone have code snippets that connect to these two databases, retrieve and update data in a table?
    Also, what's the easiest way to deploy a JSP page, I've got J2EE, JDK, Tomcat, Apache installed not sure how to just deploy a JSP page so I can test it.
    Thanks in advance,
    dez

    the above connection example is ok, to deploy the jsp first you need of course
    Apache with some servlet container such Tomcat or Resin or JServ...
    For Tomcat there should be an folder in server root where the static pages are to be put
    (as htdocs in apache for example) for every application, and usually is webapps and in this folder
    you put another folder that will contain all of your stuff. In this folder, let say is named myapp, you
    can put the jsp's and html's. Yes you can simply put it there but for the jsp to work you need in
    this folder another one named WEB-INF that must have an xml file named web.xml where you must
    set up a lot of stuff for your web-application, you can for test just to copy it from
    wbapps\examples\WEB-INF\web.xml and
    delete everything between <web-app></web-app>. Then start or restart your web server and if the
    jsp is in webapps\myapp and it is named test.jsp then type in your browser:
    http://127.0.0.1:8080/myapp/test.jsp.
    Another thing: for the connection to work of course the connection parameters should be ok and the
    database connection driver should be put in the tomcats classes classpath.
    Just put it in webapps\myapp\WEB-INF\classes... where ... is of course the package folders.
    Hope I'd helped you a little bit.
    whiteadi

  • Document ID - Property field shows on item view property page after deactivating the Document ID Service features at Site Collection level

    Hi,
    When a site collection was created, I enabled the Document ID feature at site collection level.  Then some item was created in a document library as well as list libarary
    Now it was decided that we dont want the Document ID feature so I disable the feature from Collection feature list
    Still when a user view the property of a document it shows the Document ID property with the ID (when click on the ID it shows the message that 
    This Site Collection is not configured to use Document IDs.
    Troubleshoot
    issues with Microsoft SharePoint Foundation.
    Correlation ID: 9640ac9f-4b9c-4ae8-9f0b-402ed7e3b3c5)     Is there anything that I should do so that DOcument ID property does not show on the document property page... I tried
    to looked at the content type to see if I can remove the document ID but I could not find the Document ID as a property that can be removed from the type

     
    Hi,
    I would just remove the column from the view.  You can make views for each list, it you look under the list by Clicking List while the list is open, you should see a link in the ribbon which say "Modify view" click this link. 
    This link will open the edit view page you can then uncheck the box for the column which will remove it form that view.
    According to this
    http://msdn.microsoft.com/en-us/library/ee559302.aspx
    Deactivating the feature removes links to the Site Collection Settings page, makes the page that is used to look up document IDs no longer available, turns off the document ID service, and stops assigning document IDs. The server does not remove the columns
    that it adds at the site level when the feature is first activated so that, even after deactivation, the existing document IDs are preserved. After the feature is deactivated, users who try to use a static URL to look up an item by its document ID see an error
    message indicating that "This Site Collection is not configured to use document IDs."
    The Document id service will add new columns to the document content type and the document set content type. 
    It also adds an event receiver which should be deactivated when you deactivate the doc id service. 
    Theoretically.  You should be able to go in and remove the columns from the document type, and then force an update.
    Thanks,
    Rock Wang
    Rock Wang TechNet Community Support

  • Unable to access SP App from host machine. Page not found

    I have created a virtual machine and configured SharePoint environment for the trail period on my windows 7 machine. I am able to do the Remote desktop connection from my host machine and access my SharePoint sites from the host machine browsers.
    But when I try to access the apps created for SharePoint, it shows the page cannot be found. I am able to access the same App for the same user in the SharePoint server but not its host machine.
    I have added this App domain to the intranet zone of host machine and to the server.
    Could you pls suggest me what I am missing?
    Thanks Sandy (MCTS, MCP)

    Hi Sandy,
    You can check if this issue is related to your virtual machine application network settings.
    Please try to ping your SharePoint server from Windows 7 client see if it could be successful.
    Please try to access your SharePoint site via IP address from Windows 7 IE browser, see if it works, may add SharePoint server ip map in your hosts file  on windows 7 machine.
    also check if it is related to SharePoint AAM configuration.
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/f40c6451-8c49-46ea-a344-ebf9977024d9/sharepoint-top-site-page-keep-getting-the-webpage-cannot-be-found-on-the-remote-machine?forum=sharepointadminprevious
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/16bc995d-de85-42f2-a082-98c357965191/sharepoint-on-virtual-machine?forum=sharepointgenerallegacy
    Thanks
    Daniel Yang
    TechNet Community Support

  • How do you access one list from more than one page?

    So I have 3 pages to my sharepoint site and I would like to access a particular list on all 3 of the pages by adding an app part of the list to each page. However I've noticed that this isn't possible, and that you can only add a list as a web part if the
    list was created on that page. How could I do this? I am completely new to sharepoint so a simple step by step guide would be appreciated!
    Thanks!

    After Creating a custom list > Create page > Click Page in the Ribbon > Edit >  Insert > Apppart > Click on the list you created > Add.
    I was able to add to another page and replicate changes on both ends.

  • HELP - Combining files with different page views

    Hi - I am trying to combine pdf files - some are to be viewed 2-up and others to be viewed as single page. I have not found a way to do this. Even if I save each individual file with its own page view - when I combine them I have to define the new file with a page view so it alters the individual files. Has anyone found a way to manage this problem and have each file retain its individual identity? I would rather not save them as a package but rather as merging files into one pdf file. I can only imagine there should be a way around this. Any ideas???? Thanks, Robin

    You may want to ask in the proper forum for whatever application you use to combine the files.
    This is the free Reader forum.

  • Message bundles accessed from JSF and JSP pages

    Hello, everybody!
    I'm developing a localized JSF application. It is working pretty well until now.
    These are my message files:
    mensagens.properties
    mensagens_en_US.propertiesThis is how they're configured in faces-config.xml:
    <application>
        <resource-bundle>
            <base-name>br.urca.www.biblioteca.web.mensagens</base-name>
            <var>msg</var>
        </resource-bundle>
    </application>And this is how I access the messages in a page:
    <h:outputText value="#{msg.titulo}" />Nothing new until now. But now there was a need for me to have a raw jsp page in
    my web application. This page is displaying ok but I also need to access the
    message bundles as I'm able to access in the normal jsp with the JSF components.
    As you should know I can't use something like the above code with an +<h:outputText>+
    to access the messages because this is a JSF component and I'll not be able to use
    JSF components with this raw jsp page.
    So, my question is: how do I access my localized messages from a raw jsp page? I
    suppose there should be a way to do this, but unfortunately I started programming
    to the web world in Java with JSF, not JSP, so I don't know how to do this with
    JSP.
    Thank you very much.
    Marcos

    BalusC wrote:
    Just include [jstl-1.2.jar|https://maven-repository.dev.java.net/repository/jstl/jars/] in your classpath and define the fmt taglib in your JSP. Nothing more is needed.
    Hello, BalusC. Thank you for your help. We're almost there. After I have included the jstl-1.2.jar you provided me I can use the fmt tag and access message bundles from my raw jsp page (even though I had to provide other message bundles instead of the ones that I use in the other jsf pages, but it's better than nothing).
    Now there just on problem to be fixed. The jsp page is not aware when I change the locale of my application. I change this locale in a jsf page.
    I have this component:
    <h:selectOneMenu value="#{pesquisaAcervo.idiomaAplicacao}"
        valueChangeListener="# {pesquisaAcervo.idiomaAplicacaoMudado}" onchange="submit();">
        <f:selectItems value="#{pesquisaAcervo.idiomasAplicacao}" />
    </h:selectOneMenu>that calls this event in my backing bean class:
    public void idiomaAplicacaoMudado(ValueChangeEvent e)
        fIdiomaAplicacao.liberarItens();
        Idioma idioma = Idioma.deString(e.getNewValue().toString());
        // This line is for JSF
        FacesContext.getCurrentInstance().getViewRoot().setLocale(idioma.localidade());
        // This line is for Tiles
        FacesContext.getCurrentInstance().getExternalContext().getSessionMap().
            put(org.apache.tiles.locale.impl.DefaultLocaleResolver.LOCALE_KEY, idioma.localidade());
    }So, do I have to include another line in the idiomaAplicacaoMudado event above in order for the jsp page load the correct resource bundle? Or what else do I have to do?
    Thank you.
    Marcos

  • How can i create a link in the context help from frontpanel elements like knobs and so on

    i want to create on context sensitive online help and therefore need to know how i can place a hyperlink in the context help from labVIEW of a frontpanel element

    lotto;
    You can place your help file in LabVIEW help directory, which should be in \help. If you place your help file in that directory, then when you start LabVIEW, you can access your help from LabVIEW's help menu (there will be an extra entry with the name of your help file.)
    To link your control or vi to this help file, open the front panel (or the panel where you edit the control) and open the VI setup. In the help path field write the following:
    :\name.hlp
    Where "name" in the name of your help file. in the "Help Tag" field you should enter the tag you already assigned to the topic in the help at design time. (I suggest the tag to be similar as the vi or control name.)
    After all this, the next time you start LabVIEW,
    you should be able to access the context help file to your control or vi by right-clicking on it and selecting "Online Help".
    IMPORTANT NOTE: Be aware that you may loose files you locate in special directories in LabVIEW, like the help, because those directories might be overwritten when you upgrade your software. Another option can be to locate your help file in a directory other than LabVIEW's help. The steps are almost the same, except that you won't be able to access your help file from LabVIEW's help menu.
    Best regards;
    Enrique
    www.vartortech.com

  • SAP R/3 4.6c online help from html help CD

    Hi :
    I copied SAP R/3 4.6c help into SAP Server .
    How to access this help from online SAP screen .
    Please help for this .
    Thanks in advance,
    Chimsi

    Hi,
    Wouldn't it be more helpful to use help.sap.com instead?
    Eddy

  • Access Photoshop "Help" without launching Adobe AIR?

    Is there a way to access Photoshop Help, from the Help menu, without installing or launching Adobe AIR?
    I'm not a mobile app developer, plus I've been seeing many security concerns and other problems related to Adobe AIR, like log files filling up hard drives.
    Also, I really don't like installing or opening apps on my computer that are not necessary and don't seem safe.
    Please help.

    Hi,
    AIR gets installed with your point product, but you will get AIR update notifications, at launch of an AIR app, if it's outdated.
    If you really don't want to use the AIR based Help app, then you can change a preference in said app. This will change the way Help is called from Ps and launch directly to the web based Help content in your default browser. You can also download the PDF help content if you don't have internet connection or would like to print out some content.
    To change the Help launch target, first launch the AIR based app via Help> Photoshop Help... (cmd+/) Then at the top menu bar, go to Adobe Help> Preferences (cmd+,). In this dialog (see screen shot below) go to the Accessibility Mode: section and select the 'Open Help in browser' radio button. Now close the dialog via Done button, and quit the application.
    You may need to relaunch Ps, I'm not sure.
    regards,
    steve

  • Reference Items from different pages

    Hey Guys,
    I have a short question:
    How can I reference Items from a different page?
    I have a query, which references to a datepicker from another page.....
    Can anybody help?
    Thanks,
    Tim

    Tim,
    just as you would reference the item on the same page.
    The current value is written to session state.
    For example, you datepicker on page 1 is called P1_DATE1.
    Then you can reference is using the usual methods on page 2:
    select v('P1_DATE1') from dual;
    select :P1_DATE1 from dual;
    select '&P1_DATE1.' from dual;~Dietmar.

  • Apex 4.2  passing value from one item to other page

    I have a page where i accept a starting date and ending date as a parameter
    its source i set it as preference or application item
    Now in the other page I calls a jasper report..
    so it refers the first page.. I am not able to access the start_date which is in other page
    start_date and end_date
    Start_date shows as null
    Am confused over what is preference and application item
    Where will we use preference as a source type.
    Again example
    page 103
    p103_start_issue - preferenec
    p103_end_issue -- preference
    A buttons calls other page
    The other page
    when i call jasper report I Pass the parameter value as :p103_start_issue and :p103_end_issue
    But the actual value is null for those fields..
    How can i acess the actual value..
    Do i need to use application item. ? I tried application item as source type but still the same issue.
    Thanks

    Am confused over what is preference and application item
    Where will we use preference as a source type.A Page item is the most short-lived way to store variables in session state. Page items are routinely (although not always) cleared when entering or leaving a page. They are generally used to store a value that changes most times that you enter a page. Page items are also generally intended for use primarily by code on that page. This is not to say that other pages can not or will not use them, but access from other pages has to be controlled so that they are not trying to reference a page item from a different pages after the cache for that page has been cleared.
    Application items are for data that is longer-lived and/or is intended to be accessed by multiple pages. Application Items are not cleared unless a session end or a specific call to clear them is made.
    Preferences are for data that is intended to be stored and retrieved for specific users across multiple sessions. Log out of an app and back in and the data is still available.
    That said, from your description of the problem, I would guess that the cache on page 103 was cleared and the page item values erased. I suspect that you should be using an application item from what you have posted.

  • Is it possible to have different fields go to different pages?

    I have 6 fields that will serve to search records a button either hidden or not will then be called to branch to that page only if there are more than 1 records. Otherwise it will display the results on the same page, populating those fields that match the exact criteria. I'm guessing I need a process first to find out if there are more than 1 records found. Is it possible then to go to a different page from the process then select the record and return the values to the previous page. I was using LOV for this but the user doesn't want to do it this way. They want to enter as many values they think they need to find the records and display the results in a column based report.
    Now the user will then continue entering some other values in other fields and then submit the page. Submit saves the data into a table. Of course the user wants to use the mouse as little as possible and magically the application will go to the right place depending on the field where the enter key is pressed.
    Does anyone have done something like this?
    Could you give me some pointers?
    I really appreciate any help you could provide.
    Thanks
    juan

    Hi Juan,
    If you use a Text Field (always submits page when Enter pressed) field you will see that it calls a submitEnter() javascript function.
    This function is:
    function submitEnter(itemObj,e){
    var keycode;
    if (window.event) keycode = window.event.keyCode;
    else if (e) keycode = e.which;
    else return true;
    if (keycode == 13){
    doSubmit(itemObj.id);
    return false;
    }else{
    return true;
    You could create your own function that sets the value of a hidden page item (say, P1_PAGE) and then calls the submitEnter() function. Or, you create a replacement to the submitEnter() function to do both. You would need to use a normal Text Field item and add a call to your function by adding onkeypress="return yourfunction('Page', this, event) into the HTML Form Element Attributes for your item.
    Then, when the page is submitted, the branch should be to &P1_PAGE. instead of a number. P1_PAGE should have a default value to ensure that there is always a page to go to in the branch.
    Regards
    Andy

Maybe you are looking for

  • How to Send an Email at a Specific Time in the Future Using Mozilla Thunderbird.

    Hi guys, I downloaded Thunderbird for my Mac for one single purpose, simpy to be able to send an email by executing the time and date i wish my email to be send, automatically. The extension saves the message to draft and monitors the messages in the

  • Is This A Possible Work Around for Lack of Firewire Syncing?

    I just learned that Apple discontinued firewire syncing on the newer iPods. Oh well, so much for using my sexy Cube as an iTunes server any more since it's non-expandable... I just came across this firewire hard drive enclosure from OWC. http://eshop

  • Autofill works for forms with autocomplete="off"

    From what I can grasp here: https://developer.mozilla.org/en-US/Firefox/Releases/30/Site_Compatibility#Security If a field or form has autocomplete="off" set, the password manager should prompt the user to save the password, but the password can not

  • Payment Wizard - nothing showing as due

    hi, We are trying to get this to work. We have created an invoice dated 5th feb. Attached to is 7 days terms so should be due now. It has the correct payment method attached to it of outgoing cheque. when we do a payment wizard run though the supplie

  • Date and Time formats change in transfer rules

    Hello Experts, Could someone please help me to fix the following issue with DATE AND TIME format. I have two info objects zdate with data type DATS (length 8) and ztime with data types TIMS (length 6). The data in the data source (alalertdb table) is