Hello. I am new to PowerServer, tasked with trying to see how much work is involved with taking our large PB2019 project and making it available via the web.
I've got a non-visual object (nvo_security) that I'm having trouble calling. It's instantiated as a global variable in the application. Whenever I call a function on it, nothing happens.
For example, in my menu, I call: g_security.uf_open_item(al_id)
I put a messagebox as the first thing in the function, but it never fires off. The analysis report doesn't contain any information about the nvo_security object.
Any ideas?
Also, sub-question: How to get images to show that are contained in the PBRs?
Thanks!