How to reload same screen again

I’m uanble to reload my same
database has been changed and i want to reload same screen with new database

please show what you have tried till now

1 Like

Your explanation is confused. You need to explain it better.

1 Like

I wanna just initialise my current screen again tell me the methods how can i do that

Put all your blocks that are in the initialise screen block into a procedure. Then call that procedure when needed.

1 Like

Note : this is not efficient…

Setscreen(your current screen name);

@Romnigames’s answer is better
:slight_smile:

1 Like

Follow what @Romnigames said.

2 Likes