@givirus its because of your script logic, maybe you dont call the function? OR you dont have proper error handling which results into certain parts of your script being skipped since they are inside an if statement. I encountered this problem many times in the past, you will need to handle errors and it'll will be most likely fixed, for the purpose of debugging you can use the "Log" function at several points to see where it will print it.
Run button web interface
-
How can I print a variable in the bas command to the web interface?
how to use multiple run buttons in my web user form.This is exactly what I want to do ;
I want to put 3 run buttons and whichever one presses it does the job I defined.
For example :
- run button go to a website and download an image
- run button go to a website and download a video
- run button go to a website and download documents
I want users to press all of them
so the user can only use 1 of them
whatever it is, use that button