[progress Communities] [progress Openedge Abl] Forum Post: Re: Is This "clobject1"...

  • Thread starter Thread starter jbijker
  • Start date Start date
Status
Not open for further replies.
J

jbijker

Guest
Why don't you make use of a static class? A static class will only be loaded once, so no need to do checks if it's loaded or not. Otherwise you might need to use SESSION:FIRST-OBJECT and recursively make use of the NEXT-SIBLING property on this object to cycle though all objects in memory. To check if the object is of a specific type you can make use of the object's GetClass():TypeName property.

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