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...
Continue reading...