Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Hello all,
Need an advise.
Trying to avoid making dashboards for UI (quite time consuming).
The control loop which I am thinking to use as follow:
-call ProWindowURLShowvia Pro/Toolkit command. The URL to be shown is a web/link html page.
-web/link html page is generated byPro/Toolkit app.
-allow user to fill necessary data on a web page.
-action button on a web page stores user input and calls Pro/Toolkit app via pfcDll.ExecuteFunction() to deal with the user input.
Did anyone try to do something like this? I would appreciate any input.
TIA.
Feliks.
Hy,
i use html-pages for ProToolkitInput too. I don't tryed to generate the html-page from toolkit. I usually call the html page with some parameters and create the content with javascript dynamic or, I have a static page.
Robert