Reload button missing from toolbar

I added the “Reload” button Scriptcase provides to a Toolbar on a form of mine, but it did not show up.
I never did figure out why… but a quick fix was to create my own PHP button and do an sc_redir to the same application.

In my case the application accepted a Global Variable in order to produce the form… which is perhaps the reason the button did not show up… Im not sure.

So in my case I did this in the PHP button:

sc_redir(MyAppName, MyGlobalVar=[MyGlobalVar]);

I hope this helps someone in the future… possibly even myself. :slight_smile:

1 Like