Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need to know how to determine a field is enterable
#2
Not Solved
There is an object attribute named "isContentEditable" that you might try using. Something like this:

Code:
If OracleFormWindow("XXXX").OracleTextField("YYYYYY").Object.IsContentEditable Then
    OracleFormWindow("XXXX").OracleTextField("YYYYYY").Enter "ABC"
End If
Reply


Messages In This Thread
RE: Need to know how to determine a field is enterable - by tdevick - 03-24-2011, 03:55 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  getting the value from the field learning 0 1,046 03-19-2019, 09:13 AM
Last Post: learning
  Password field kumar19041980 0 2,776 09-05-2012, 03:33 PM
Last Post: kumar19041980

Forum Jump:


Users browsing this thread: 1 Guest(s)