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

srp_show_window

A user is reporting a random error message (i.e. cant aleays be reproduced)
line 107 non-numeric data when numeric required.

Could you tell me which parameter this could be refering to.
I only pass parent and window (I think)

Comments

  • Here's the line that's breaking:

    If IsWindow(Get_Property(Window, "HANDLE")) else Window = ""

    This line is checking to make sure an OI form is valid by passing the form's Win32 API Handle to the IsWindow API function. My guess is that the "HANDLE" property is returning "" instead of a numeric handle value, which indicates that SRP_Show_Window is being given a fully qualified OI window name that does not actually exist.
Sign In or Register to comment.