Sign up on the Revelation Software website to have access to the most current content, and to be able to ask questions and get answers from the Revelation community

At 20 JAN 1998 08:41:59AM Dave Pociu wrote:

Thanks to Cameron for providing this solution (the Check-Out window is not a regular OI window - it's written in C I believe - so it cannot be called with StartWindow).

subroutine invoke_checkout(void)

declare function FindWindow

declare subroutine SendMessage

equ WM_COMMAND$ to 273 ;* 0x111

equ IDM_CHECKOUT$ to 8280

hWnd=FindWindow("RTI_OINSIGHT":\00\, "")

SendMessage(hWnd, WM_COMMAND$, IDM_CHECKOUT$ , 0)

return

View this thread on the forum...

  • third_party_content/community/commentary/forums_nonworks/3e72fbffd7ff91e585256592004b4195.txt
  • Last modified: 2023/12/28 07:40
  • by 127.0.0.1