Hi:
I am trying to define the second action of a cursor key and here is
what I have done so far:
set a = activesettings.cursorkeys
print a(1).key 'the result was left arrow
set f=a1.secondaction 'resulting in a CursorKeyAction object
print f.description 'undefined
Now, in order to change the section should i use the ActionID property
or the ActionParameter property.
I understand that i have to set it to a CursorKeyActions Numid such as
CKAMouseToWindow, but I keep getting an error no matter what I try.
What should I be doing?
Kevin Huber