Skip to content

OracleFormsObject

Oracle Forms Object.

UI element class: regex:oracle\.(ewt||forms)\..*

Extends JavaObject

Extends SeSSimulatedObject

Behavior Pattern: OracleFormsGenericBehavior

Action Summary

Action Description
DoSetFocus Sets keyboard input focus to this editor control.
DoSoftKey Send softkey to this editor control.

Action Detail

DoSetFocus

Sets keyboard input focus to this editor control.

SeS('SomeOracleFormsObject').DoSetFocus()

DoSoftKey

Send softkey to this editor control.

SeS('SomeOracleFormsObject').DoSoftKey(softKey, bNoFocus)

Parameters:

Name Type Description
softKey string Soft Key Code Possible values: "NEXT FIELD", "CLEAR RECORD", "DISPLAY ERROR", "PREVIOUS FIELD", "DELETE RECORD", "PRINT", "CLEAR FIELD", "DUPLICATE RECORD", "COUNT QUERY", "UP", "INSERT RECORD", "UPDATE RECORD", "DOWN", "NEXT SET OF RECORDS", "FUNCTION 0", "SCROLL UP", "NEXT RECORD", "FUNCTION 1", "SCROLL DOWN", "PREVIOUS RECORD", "FUNCTION 2", "EDIT", "CLEAR BLOCK", "FUNCTION 3", "RETURN", "BLOCK MENU", "FUNCTION 4", "LIST OF VALUES", "NEXT BLOCK", "FUNCTION 5", "HELP", "PREVIOUS BLOCK", "FUNCTION 6", "EXIT", "DUPLICATE FIELD", "FUNCTION 7", "SHOW KEYS", "CLEAR FORM", "FUNCTION 8", "COMMIT", "ENTER QUERY", "FUNCTION 9", "NEXT PRIMARY KEY", "EXECUTE QUERY", "LIST TAB PAGES"
Optional, Default: "NEXT FIELD".
bNoFocus boolean Don't try to set focus before sending softkey.
Optional, Default: "true".