Can i initialize screen 1 programmatically?

cart before the horse

I'm using dynamic component buttons, 1 per entry after user makes entry.
on restart the buttons need to be made again, so I save them to a file, reload after restart, also after editing or saving a new one.

I have a procedure for that, but i cant find a way to dependably clear out and make them all new without having a non unique id.

seems if I could initialize screen 1 that would resolve.

i cannot create buttons in the screen1.initialize because the configuration file hasnt been read.

There nothing like call Screen1.Initialize method call, to trigger screen initialization. As a work around you can call a dummy screen and from there you can come back immediately from screen2.initialize event.

and

4 Likes

@rnareshu
now that's thinking outside the box, or ... outside the screen! thank you, that will do the trick!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.