[progress Communities] [progress Openedge Abl] Forum Post: Re: How To Know Handle Of .p...

  • Thread starter Thread starter Tim Kuehn
  • Start date Start date
Status
Not open for further replies.
T

Tim Kuehn

Guest
[quote user="joey eisma"] from the object i needed to run a procedure in the instantiating .p. i don't want to pass the handle to the constructor cause in some cases, i may not be calling the procedure. [/quote] Then make two constructors - like so: CONSTRUCTOR MyClass(hHandle AS HANDLE): /* Stuff */ END CONSTRUCTOR. CONSTRUCTOR MyClass(): /* Stuff */ END CONSTRUCTOR.

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