Getting Forms version at runtime

We need to display the current Forms Runtime version in an about dialog box.
What is the built-in to use to the Forms Runtime version at runtime?
Thanks in advance.

FUNCTION GET_APPLICATION_PROPERTY(property NUMBER);
VERSION
Returns the version number of the Forms Runtime that is running the application. This value is returned as a string e.g. 9.0.2.0.1
regards
Anna

Similar Messages

  • Getting forms url at runtime

    hi,
    I have the requirement to get at runtime the url that the user entered in the browser window to access he forms application.
    Is that possible? my applications run in a separate window.
    i'm using forms services 10.1.2.3
    thx
    Edited by: miguellima on 04-Mar-2009 11:05

    hi,
    A paramenter i already have. The problem is that some users access the application internally and externally, and the url they use is different. In forms there is no problem, because i do web.show_document using relative addresses. When i call a link from a report i'm not managing to use the same approach, because it puts file:// .
    thx

  • Keystroke to get forms name in runtime env.

    Is there a way to get the forms' name (6i) by a combination of keystrokes at runtime enviroment???.
    I have an application and need to modify several forms but I want to determine the name of the form to be modified, and I want to avoid going to several forms just to know the name of the one I have to modify.
    Tx a lot.!

    Yes u cant get it with get_application_property('current_form')
    Thanks
    MAQ

  • Getting Forms' version at runtinme

    Hi,
    I need to check the version of Forms for which the currently running form was compiled. How may I get that information in Oracle Forms 4.5?

    At least there is one in 10g http://www.oracle.com/webapps/online-help/forms/10g/state?navSetId=_&navId=3&vtTopicFile=f1_help/builtg/getappli.html&vtTopicId=
    get_application_property(version);I have no 4.5 online documentation right now, so you might want to look at the documentation which comes with your installation to see if this works in 4.5 too.
    cheers

  • Getting java version at runtime

    Can it be done?

    Sorry wrong one:
              String javaVersion = System.getProperty("java.version");
              if (javaVersion.compareTo("1.1.2") < 0)
                   System.out.println(getResourceString("versionWarning"));
    Klint

  • I am trying to upload new version iTunes into Windows 7 and getting error message that runtime is loading incorrectly. Cannot connect to online support. Any ideas please?

    I am trying to upload new version iTunes into Windows 7 and getting error message that runtime is loading incorrectly. Cannot connect to online support. Any ideas please?

    See Troubleshooting issues with iTunes for Windows updates.
    tt2

  • Where I can get the version of Oracle Forms 11.1.1.1

    Friends.
    Someone can help me get this version of Oracle Forms 11.1.1.1.
    In the Oracle site exists only version 11.1.1.2 and 11.1.1.3
    Thanks

    That's right, look for this version of Oracle Forms 11.1.1.1, someone knows where I can download.
    Thanks

  • HT5654 I am unable to update latest version of Itune, I get error R6034 C runtime library incorrect. My windows are up to date and I have been able to access itune until today and now I don't have it.

    I am unable to update latest version of Itune, I get error R6034 C runtime library incorrect. My windows are up to date and I have been able to access itune until today and now I don't have it.

    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features (later)
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support (if this won't uninstall move on to the next item)
    Bonjour
    Apple Application Support
    Reboot, download iTunes, then reinstall, either using an account with administrative rights, or right-clicking the downloaded installer and selecting Run as Administrator.
    The uninstall and reinstall process will preserve your iTunes library and settings, but ideally you would back up the library and your other important personal documents and data on a regular basis. See this user tip for a suggested technique.
    Please note:
    Some users may need to follow all the steps in whichever of the following support documents applies to their system. These include some additional manual file and folder deletions not mentioned above.
    HT1925: Removing and Reinstalling iTunes for Windows XP
    HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    tt2

  • Can I get the former version of Firefox back? The updated version stalls while browsing several times a day. I then have to close and restart.

    Since updating Firefox, several times a day browsing will 'stall'. I have to close the browser and wait several minutes before I can restart it. Can I get the former version back? Please.

    Fx 3.6.19
    http://www.mozilla.com/en-US/firefox/all-older.html
    As a matter of interest what is this in your User Agent String? -
    GACID=dfc_1689; LTID=1689)

  • How to find Oracle form version number at runtime in Form 6 webform

    hi ,
    i developing form at offshore , form server is running at somewhere in UK.
    i am running form from development PC , can i find out exact form version number at runtime with some code?
    Thank u

    Beginning with Forms 6i you can use GET_APPLICATION_PROPERTY(VERSION).

  • Not able to get Form 16 A (SAP Business One 8.8 Version)

    Hi all,
    I am not able to get Form 16 A, after giving necessary information in Form 16 A Selection criteria screen (after posting  Outgoing payment for vendor and Govt authority), then system opens another window  u201CForm 16 A reportu201D  and clicked u201Cgenerate certificate nou201D , but not able to view form 16A.
    system is throwing a message "No certificate number marked to any invoice included in this form",
    where to mark the certificate number in the invioice?
    In BP master under accounting , tax subtab, for Subject to withholding tas there we have a feild for certificate no, update this feild also the same system mesaage is popping up
    Is there any other process to view?
    Am working on SAP Business One 8.8 (8.80.229)  SP: 00  PL: 10
    Can anyone help how to get Form 16 A
    Thanks
    Kumar
    Edited by: kumar on Jun 29, 2010 1:11 PM
    Edited by: kumar on Jun 29, 2010 1:12 PM

    Hello Dear,
    After posting outgoing payment and payment of TDS on TDS account,Update the challan entries.
    You can get the update challan entries form under Financial --CXS-TDS.
    After that open the Form 16 A form you will get the report.
    Thanks,
    neetu

  • Is there a way to get the version of the C++ coherence library

    Hi,
    I've noticed that the API for the PofExtractor class has changed from 3.5.1 to 3.5.2. It does break binary compatibility so I need a way to know if I'm loading the right dll.
    Is there a way to get the version of the C++ coherence library? I've been unable to find a "getVersion" like function in the C++ headers...

    Hi Serge,
    It sounds like you are looking for a way to do this at runtime, which unfortunately we do not have. We do have an existing enhancement request (COH-2399) to add this support, but it is currently not available.
    You can check the library version externally in a few ways however:
    - run "sanka -version", using the sanka.exe tool shipped with coherence, it will print out the version string of the coherence DLL it loads
    - use the standard UNIX "what" command supplying it the shared library, and it will do the same, even on Windows
    You could in fact write your own version of 'what' in a function and then do things programatically. Here is the description from the 'what' man page.
    what reads each file name and searches for sequences of the form
    ``@(#)'', as inserted by the source code control system. It prints the
    remainder of the string following this marker, up to a null character,
    newline, double quote, or ``> character.''
    So basically scan the library binary for the pattern and you'll find the version string.
    Regarding PofExtractor, it was unfortunate we had to break backwards compatibility, it is not something we do often, or take lightly. Please note that we did it in such a way to still retain on the wire compatibility, so if that is the reason for your question you should be able to simply not worry about it.
    thanks,
    Mark
    Oracle Coherence

  • How to get the Version History of a stored document?

    Hi,
    I am trying to store and retrieve the content using Content Services features of ADEP 10.0.
    I am able to store and retrieve content where as I am not able to get the version of the document. I am trying to store same or different document, but I donot get the version history or version label. Please guide me how I can get  the version of a stored document.
    Also, please advise me if there are simple alternative to do the same in ADEP10.
    Please see below my sample code below:
    package test.sample;
    import java.io.File;
    import java.util.*;
    import com.adobe.idp.Document;
    import com.adobe.idp.dsc.clientsdk.ServiceClientFactory;
    import com.adobe.idp.dsc.clientsdk.ServiceClientFactoryProperties;
    import com.adobe.livecycle.contentservices.client.CRCResult;
    import com.adobe.livecycle.contentservices.client.impl.DocumentManagementServiceClientImpl;
    import com.adobe.livecycle.contentservices.client.impl.UpdateVersionType;
    public class AddContent {
        public static void main(String[] args) {
            try{
                //Set connection properties required to invoke Document Services in EJB mode                                
                Properties connectionProps = new Properties();
                connectionProps.setProperty(ServiceClientFactoryProperties.DSC_DEFAULT_EJB_ENDPOINT, "jnp://localhost:1099");
                connectionProps.setProperty(ServiceClientFactoryProperties.DSC_TRANSPORT_PROTOCOL,Service ClientFactoryProperties.DSC_EJB_PROTOCOL);          
                connectionProps.setProperty(ServiceClientFactoryProperties.DSC_SERVER_TYPE, "JBoss");
                connectionProps.setProperty(ServiceClientFactoryProperties.DSC_CREDENTIAL_USERNAME, "administrator");
                connectionProps.setProperty(ServiceClientFactoryProperties.DSC_CREDENTIAL_PASSWORD, "password");
                //Create a ServiceClientFactory object
                ServiceClientFactory myFactory = ServiceClientFactory.createInstance(connectionProps);
                //Create a DocumentManagementServiceClientImpl object
                DocumentManagementServiceClientImpl    docManager = new DocumentManagementServiceClientImpl(myFactory);
                //Specify the store and node name
                String storeName ="SpacesStore"; 
                String nodeName = "/Company Home/Test Directory";
                //Retrieve the document to store in /Company Home/Test Directory
                Document contentA =  new Document(new File("C://Adobe/New files/Data-A.pdf"), false);
                Document contentB =  new Document(new File("C://Adobe/New files/Data-B.txt"), false);
                Document contentC =  new Document(new File("C://Adobe/New files/Data-C.xlsx"), false);
                //Create a MAP instance to store attributes
                Map<String,Object> inputs = new HashMap<String,Object>();
                //Specify attributes that belong to the new content
                String creator = "{http://www.alfresco.org/model/content/1.0}creator";
                String description = "{http://www.alfresco.org/model/content/1.0}description"; 
                inputs.put(creator,"Veeraganteppa Sajjan");
                inputs.put(description,"A sample application form");
                //Store MortgageForm.pdf in /Company Home/Test Directory
                CRCResult resultA = docManager.storeContent(storeName, 
                         nodeName,
                        "dataA.pdf",
                        "{http://www.alfresco.org/model/content/1.0}content", 
                        contentA,
                        "UTF-8",
                        UpdateVersionType.INCREMENT_MAJOR_VERSION,
                        null,
                        inputs); 
                CRCResult resultB = docManager.storeContent(storeName, 
                        nodeName,
                       "dataB.pdf",
                       "{http://www.alfresco.org/model/content/1.0}content", 
                       contentB,
                       "UTF-8",
                       UpdateVersionType.INCREMENT_MAJOR_VERSION,
                       null,
                       inputs);
                CRCResult resultC = docManager.storeContent(storeName, 
                        nodeName,
                       "dataC",
                       "{http://www.alfresco.org/model/content/1.0}content", 
                       contentC,
                       "UTF-8",
                       UpdateVersionType.INCREMENT_MAJOR_VERSION,
                       null,
                       inputs);
                //Get the identifier value of the new resource
                String idA = resultA.getNodeUuid();
                String idB = resultB.getNodeUuid();
                String idC = resultC.getNodeUuid();
                System.out.println("A -The identifier value of the new content is "+idA);
                System.out.println("B - The identifier value of the new content is "+idB);
                System.out.println("C - The identifier value of the new content is "+idC);
               System.out.println("A - The Browse Link is "+resultA.getBrowseLink());
                System.out.println("B - The Browse Link is "+resultB.getBrowseLink());
                System.out.println("C - The Browse Link is "+resultC.getBrowseLink());
              System.out.println("A-The Version Label is "+resultA.getVersionLabel());
              System.out.println("B-The Version Label is "+resultB.getVersionLabel());
              System.out.println("C-The Version Label is "+resultC.getVersionLabel());
              System.out.println("The Version History is "+docManager.getVersionHistory(storeName,nodeName, true));
        }catch(Exception e)
            e.printStackTrace();
    Message was edited by: V B Sajjan

    Sorry I did not attach the output and errors. Please find the same below.
    A -The identifier value of the new content is f5427f5b-c7c1-4c3c-b959-cb84e4e49a13
    B - The identifier value of the new content is b237d22c-5ff5-4628-a83a-23f5e49ae48e
    C - The identifier value of the new content is 34a9992c-3705-4488-bb55-6dd7ddfa0517
    A - The Browse Link is http://localhost:8080/contentspace/wcs/api/node/content/workspace/SpacesStore/f5427f5b-c7c 1-4c3c-b959-cb84e4e49a13/dataA.pdf
    B - The Browse Link is http://localhost:8080/contentspace/wcs/api/node/content/workspace/SpacesStore/b237d22c-5ff 5-4628-a83a-23f5e49ae48e/dataB.pdf
    C - The Browse Link is http://localhost:8080/contentspace/wcs/api/node/content/workspace/SpacesStore/34a9992c-370 5-4488-bb55-6dd7ddfa0517/dataC
    A-The Version Label is null
    B-The Version Label is null
    C-The Version Label is null
    ALC-CSV-30015-000: com.adobe.livecycle.contentservices.client.exceptions.CSInvocationException: ALC-CSV-030-015-The node [/Company Home/Test Directory] is not versioned.
    at com.adobe.contentservices.webscripts.impl.AbstractContentManager.doGetVersionHistory(Abst ractContentManager.java:1362)
    at com.adobe.contentservices.webscripts.impl.ContentManagerImpl.executeParams(ContentManager Impl.java:198)
    at com.adobe.contentservices.webscripts.impl.CSRetryingTransactionCallback.execute(CSRetryin gTransactionCallback.java:45)
    at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransacti onHelper.java:326)
    at com.adobe.contentservices.webscripts.impl.ContentManagerImpl.execute(ContentManagerImpl.j ava:114)
    at org.alfresco.repo.web.scripts.RepositoryContainer$2.execute(RepositoryContainer.java:333)
    at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransacti onHelper.java:326)
    at org.alfresco.repo.web.scripts.RepositoryContainer.transactionedExecute(RepositoryContaine r.java:386)
    at org.alfresco.repo.web.scripts.RepositoryContainer.transactionedExecuteAs(RepositoryContai ner.java:404)
    at org.alfresco.repo.web.scripts.RepositoryContainer.executeScript(RepositoryContainer.java: 246)
    at org.alfresco.web.scripts.AbstractRuntime.executeScript(AbstractRuntime.java:294)
    at org.alfresco.web.scripts.AbstractRuntime.executeScript(AbstractRuntime.java:172)
    at org.alfresco.web.scripts.servlet.WebScriptServlet.service(WebScriptServlet.java:122)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at com.adobe.idp.um.auth.filter.CSRFFilter.doFilter(CSRFFilter.java:86)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
    at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.ja va:183)
    at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:95)
    at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEs tablishmentValve.java:126)
    at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEst ablishmentValve.java:70)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java: 158)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.ja va:598)
    at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:451)
    at java.lang.Thread.run(Thread.java:662)

  • To Get Different Version of program through programatically.

    Hi Experts,
    My requirement is to find no. of line changes betwwen two version of program.
    I did the following steps
    i) Got  the Transport request number from table e070 for corresponding users.
    ii) Got the pgmid object obj_name from table E071.
    iii) Got the remaining details from TADIR and trdir table.
    And for Each name file from TADIR table,
    By using Read Report statement I got the program in Internal table and able to count the no of lines,
    But how i can retrieve the different/old version of program.
    Your early reply would be highly appreciated.
    Thanks
    James

    Hi Vikranth,
    I know VRSD is the table we can get the version number, but for both version the
    Program/object number will be the same. So we cannot achive my requirement.
    Hi Markus,
    I am looking into the compare_versions form, but its clueless for me!,
    How it works any idea?
    Regards
    James

  • OIM 11g: Form Version of Linked Recon Event

    If an old reconciliation event is linked (Ad-hoc link) to a user, what form version is given to the form?
    The current active version?
    The active version at the time the recon event was created?
    Based on our testing, it appears as though #2 is the answer. Somehow the form version at time of recon is retained, and given to the form when the recon event is linked.
    Is this expected behavior? In our environment we'd like for #1 to be the case, and we can't seem to find a way to prevent this from happening. (The FVC util doesn't seem to help here).
    How can we ensure any linked recon events always get the current active form version?
    Thanks

    If anyone else is running into this, the "current" and "active" form versions are stored in the recon profile XML files. So, if you update a form version, you need to also regenerate the recon profiles to bring them up to the current active version.

Maybe you are looking for