Why this runtime error

i use webview and firebase another screen are good but screen2 was say this error


1 Like

It means you created something then you call it somewhere, after that you deleted that. But on the other side, they are trying to call it. That’s why this error comes.

For example:
1. I created a demo procedure and called it in Screen_initialize block.

blocks

2. Then I deleted that procedure but didn’t deleted that event from .Initialize block. Then error comes.

blocks%20(1)

I hope you understand. Now, try to find and delete that error. :+1:

what was the runtime error say i dont understand

ohhh ok let me see again