# this is a formatted code snippet.
# paste your code between ```
```Warning: Form1.Result does not exist. Trying to set the 'show' event handler of self.label_hasil from Form1.
**Clone link:**
*share a copy of your app*
I highly recommend checking the Docs and Tutorials to see how this is handled in Anvil. Also check out this pinned post on asking a good question
Pretty hard to diagnose whats going on with out the code or clone, but that warning means that you have created an event handler in the Designer and there is no matching function in the Code.
If you click the arrow on the event handler it will create a function for you or change the name of the event to a valid function in the code