• Oracle forms 12c How to debug

    That is after the recording, how to test another thing or test something or debug that stuff? Thanks Javier Ruano
  • Browser driven and Oracle Forms

    Is it posible to combine Browser Drven and Oracle Forms in one Silk Performer script?
  • OraFormsConnect issue when launching TryScript

    Hi everyone, I have an issue with OraFormsConnect function and I can't find where I've made a mistake. In fact, the script is specified on below: function Start(sEtape : string; sServeur : string; sTitre : string ;formUrl : form) : string var i…
  • Oracle Forms

    I am using SP 15.5 and trying to record an Oracle Forms scenario but I am facing issues.. Only the web part of the script is getting recorded , I am getting nothing for the oracle forms part , not even the oraconnect. I am using Oracle Applications 12i…
  • RE: How to Capture value from type "PROP_TYPE_SUB_MESSAGE" in ORA Forms

    Hi Neil, Thanks a lot for your suggestion. We have used the function "OraFormsGetPropString( )" previously for to capture value from "PROP_TYPE_STRING" type and it was successful to capture its value . In our Function " OraFormsGetPropString("3545…
  • How to Capture value from type "PROP_TYPE_SUB_MESSAGE" in ORA Forms

    MSGTYPE: DESTROY CLASS: 0/0 ID: 4715 TITLE: N/A RESPONSE: 0 PROPERTIES: MSGTYPE: GET CLASS: 0/0 ID: 3545 TITLE: N/A RESPONSE: 0 PROPERTIES: TYPE: PROP_TYPE_STRING Name: CUSTOM_PROPERTY/402 Value: WUT_MAX_BYTES MSGTYPE: TERMINAL CLASS: 0/0 ID: 0 TITLE…
  • Unable to capture dynamic Handler ID in ORA forms in-Data

    I need to capture the dynamic handle ID from true log of ORA forms in data section . In Data details are as follows, MSGTYPE: CREATE CLASS: 5/3 ID: 2777 TITLE: N/A RESPONSE: 0 PROPERTIES: TYPE: PROP_TYPE_STRING Name: MESSAGE/172 Value: Updated We…
  • Capture Status Bar message during Oracle form script replay

    Hi, I need to capture Status bar message during Oracle form script replay. I need to run the script for about 100K data and success of the script depends on whether the action performed is saved properly. On saving, the confirmation appears on the status…