[progress Communities] [progress Openedge Abl] Forum Post: Re: Adm1 Question

  • Thread starter Thread starter Brian K. Maher
  • Start date Start date
Status
Not open for further replies.
B

Brian K. Maher

Guest
Piotr, Okay, what you need to do is to create an override procedure for adm-initialize in the SmartWindow. This will create a procedure named local-initialize. In that procedure, insert the following after the comment block that says "code place here will execute AFRTER standard behavior"... RUN init-pages ('a comma delimited, no spaces list of page numbers goes here'). So if, for example, you have three tabs on your folder and you want to preload the objects on all three tabs your code would look like: RUN init-pages ('1,2,3'). Brian

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