Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
Equ True$ to 1 
Equ False$ to 0 

 // Set the caption and accelerator for the OK button 
Set_Property(@Window:".OLE_OK_BUTTON", "OLE.Caption", "&OK") 

 // Set the button as the Default Push Button 
Set_Property(@Window:".OLE_OK_BUTTON", "OLE.Default", True$)

See Also

CancelOnClick