Can i control ORACLE FORMS from external

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Kaix

    Can i control ORACLE FORMS from external

    Hello,

    is there a possibility to control oracle forms form a external
    application.
    I like to push a value in a text field in a oracle forms app and
    "press" a button in this form.
    Maybe i can use OLE like EXTRA Attchmate.

    Thanks.
    Kai
  • Maximus

    #2
    Re: Can i control ORACLE FORMS from external

    If you're using web-based Forms you can pass values via URL parameters

    "Kaix" <kai.koehler@we b.dewrote in message
    news:96b73b24.0 307280312.1575c 726@posting.goo gle.com...
    Hello,
    >
    is there a possibility to control oracle forms form a external
    application.
    I like to push a value in a text field in a oracle forms app and
    "press" a button in this form.
    Maybe i can use OLE like EXTRA Attchmate.
    >
    Thanks.
    Kai

    Comment

    • shay

      #3
      Re: Can i control ORACLE FORMS from external

      In client server you can have an activeX that listens to events and
      then fires an Oracle Forms trigger.
      If you are on the Web you can have a Javabean in Oracle Forms that
      does the same.

      Check the Oracle Forms home page on OTN.
      Access cloud trials and software downloads for Oracle applications, middleware, database, Java, developer tools, and more.

      Comment

      Working...