Summary Table

Categories Total Count
PII 0
URL 0
DNS 0
EKL 0
IP 0
PORT 0
VsID 0
CF 0
AI 0
VPD 0
PL 0
Other 0

File Content

:function AutoStartEvent
:function HandleCustomWindows
:Returns int True means speaking was handled.
:Synopsis process special functions for CPRS
:Description Can this be in main file and then overriden in site?
:Param handle/FocusWIndow Focused Window Handle

:script MoveToNewNote
:function FindNotesWindow
:Returns handle No Return Description
:Synopsis Look for a wwindow with the appropriate propertis of a Note and return the handle.
:Description Uses a cache (ghLastNotesWindow ) and enumerateChild functions to search for the notes window within the notes tab and returns that window handle.
:Param handle/hReal The handle of the window to start the search with.

:function MarkNotesEditWindow
:Returns int No Return Description
:Synopsis Check window to see if it meets the properties of a Notes edit text window.
:Description Returns false if the handle provided is a notes window. This function uses the global ghLastNotesWindow as a cache.
:Param handle/hwnd No Description

:function MarkNotesLabelWindow
:Synopsis Check window to see if it meets the properties of a Notes va508 label window.
:Param handle/hwnd No Description

:function GetHandleFromAddress
:Returns handle The handle of the child at that adress; 0 if the address is invalid for the parent.
:Synopsis This utility function walks down the windows hierarchy
:Description The component ID's vary from compile to compile, so constants aren't much help for identifying the components. Instead, we use the component's hierarchical position as an address to locate it as a descendant of the form.
:Param handle/Parent The handle of a window we have already identified
:Param string/Address A space-separated list of numeral integers indicating the relationships from generation to generation. Each integer indicates which child to choose from its parent, with 1 being the first child.

:function SiteCodeInitialize
:Synopsis Placeholder for site customization.
:Description This code will be run when the USE statement for site specific code is commented out. It is just an empty function call.

:function NewTextEvent
:Synopsis This event gets overridden when JAWS starts talking too much
:Description The edit field of TORComboBoxes uses highlighted text to auto-complete what has been typed in so far. We only want JAWS to say the selected list item.