1 - In Studio, I have defined a Document Library view as a menu element:
For example in a RPG logon program where I can configure menu items, can I programmatically change the Folder property of this Document Library view (for example, changing to /CPDP/SP/?
2 - In Studio, I have defined a menu a Web view as a menu element:
For example in a RPG logon program where I can configure menu items, can I programmatically change the URL property of this Web view (for example, changing to http://.../LongRange/resource/CPDP/SP/codigos_de_los_compradores.pdf?
Regards,
[RPG] Programmatically changing Document view and Web view
Re: [RPG] Programmatically changing Document view and Web vi
I don't think you can change them, but you could have multiple menu items defined, and show and hide them as required.
Re: [RPG] Programmatically changing Document view and Web vi
Thanks Mark, that's a good idea.