At one time, I thought I wanted to have a message box pop up when the form opened, but now I see how that feature can quickly become very annoying so I would like to remove it. Unfortunately, I can't find it. Wow. That sounds really stupid. Anyway, I hope some kind person can tell me how to locate this scrip in the scrip viewer so I can delete it.
Form is attached. Thanks!
Solved! Go to Solution.
Views
Replies
Total Likes
If you click on the form1 node in the hierarchy then select "Events with Scripts" then the editor will show you all of the scripts on your form (see the image bleow). I highlighted the section where that message is coded.
Paul
Views
Replies
Total Likes
If you click on the form1 node in the hierarchy then select "Events with Scripts" then the editor will show you all of the scripts on your form (see the image bleow). I highlighted the section where that message is coded.
Paul
Views
Replies
Total Likes
Oh, cool. Thanks!
Views
Replies
Total Likes
How do I delete it? I highlighted it, right clicked and 'cut' but it didn't go away. I can't seem to get rid of it by backspacing through it or anything either.
Views
Replies
Total Likes
Just add a // to the beginning of the code. You cannot change the line above it as it is a descripter that tells you where the code
is. That turns it into a comment.
Paul
Views
Replies
Total Likes
Views
Likes
Replies