03-11-2008, 04:52 PM
Hi,
I found the solution.I had to force the DFF from to open up.Added the middle line in my code.
Thanks
Prashant
I found the solution.I had to force the DFF from to open up.Added the middle line in my code.
Code:
OracleFormWindow("Specification Elements").OracleTabbedRegion("Reasonable Range").OracleTable("Q_SPEC_CHARS").EnterField 1,"Higher Reasonable Limit",""
'------------------------------------------------------------------
OracleFormWindow("Specification Elements").OracleTabbedRegion("Reasonable Range").OracleTable("Q_SPEC_CHARS").InvokeSoftkey "NEXT FIELD"
'----------------------------------------------------------------
OracleFlexWindow("Specification Elements").OracleTextField("UOM").Enter "PCT"
Thanks
Prashant