Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.

AboutBox Method

I have a form with an SRP OLE Button on it and when I click it I try to load the About Box, but I can't get it to work. I can read the version of the control from the version property and put that in a message, but for some reason nothing happens when I call the AboutBox method. Any thoughts on why this might be the case? I can't think of what I'd be missing. Thank you!

This code does nothing for me:
rv = Send_Message(@Window:'.OLE_BUTTON','OLE.AboutBox')

This code works:
Version = Get_Property(@Window:'.OLE_BUTTON','OLE.Version')

Comments

Sign In or Register to comment.