Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
Loading multiple forms
Hi all. I am trying to load 2 separate forms onto one screen. My initial thought was to use 2 panels and load one form into each. But it seems that I cannot have 2 panels on one form? Every time I have 2 there, it just hangs after load and doesn't allow input. So my next thought would be to load both forms onto one panel. Bu the only way I see to do this is to load all of the controls from both forms into a structure and load the single structure to the panel.
Is there a method that I didn't see or is possible to load 2 forms to one panel aside from what I am trying?
Or is it possible to have 2 panels on one form and there is something I am missing to allow this. All I did for this was make a new blank form with no data association and added 2 ole controls flagged to SRP.PANEL.1. They were side by side. screen loads and then doesn't allow input (including close, minimize, and maximize)
Thanks in advance for any feedback, hints, tips, etc.
Is there a method that I didn't see or is possible to load 2 forms to one panel aside from what I am trying?
Or is it possible to have 2 panels on one form and there is something I am missing to allow this. All I did for this was make a new blank form with no data association and added 2 ole controls flagged to SRP.PANEL.1. They were side by side. screen loads and then doesn't allow input (including close, minimize, and maximize)
Thanks in advance for any feedback, hints, tips, etc.
Comments
The overall goal is just to load those 2 screens onto our new home screen without having to rewrite them to work on the new screen (so just embed them).
We are running with SRP Controls.ocx 4.0.0 on the server we are working on if that makes a difference.