[progress Communities] [progress Openedge Abl] Forum Post: Re: Oo Control Flow Of Program...

  • Thread starter Thread starter Laura Stern
  • Start date Start date
Status
Not open for further replies.
L

Laura Stern

Guest
Sorry, I'm totally confused. 1. It would help to see what the CLASS statement looks like. Does this class inherit from a Form? I assume so. 2. I don't know what you mean by that you don't want any "visualization with the first constructor. None of these constructors actually visualizes the form. That is done by the caller. The visualization happens when you call ShowDialog(). If you don't want to see it, why are you doing that? 3. The call to Close() is failing because the form hasn't been displayed yet. You can't close something that hasn't been opened. You don't need to call that. 4. And if you are not going to visualize this w/ contructor 1, why is it part of a class that is a form? And why would you call InitializeComponent() which is setting up all the controls, etc that will be visualized if you never want to visualize it? 5. What does this have to do with polymorphism? I think maybe you mean method overloading?

Continue reading...
 
Status
Not open for further replies.
Back
Top