Converted RUI screen that opens a file folder - How?
Posted: Wed Nov 09, 2016 7:22 pm
We are just starting our conversion to ProfoundUI and are in the process of fixing some basic issues that come from running through a browser before converting every screen in Visual Design. One RPG/DDS program/screen has a function key, that when pressed, used to run STRPCO/STRPCCMD to open a file folder on the network in Windows Explorer. We are using Chrome and IE is not an option, so we cannot use the applet.. And we are asked to NOT install the listener to enable the STRPCCMD, since it will be needed on every PC. Is a hyperlink field on the new screen the only way to do this? (The way the folder is presented on the browser tab is less than desirable.)
Other places where STRPCO/STRPCCMD was used to open an URL, we used the window.open command in the onload definition of the record format of a dummy program that is sent the URL (i.e. http://www.maps.google.com). When the folder path is sent as the parameter value (i.e. file://P:/Common/Directory1) into the dummy program, the new browser tab opens blank. Is there a method other than converting the entire original screen? (Yes, we will return later to convert each screen after this initial cleanup.)
Any suggestions?
Other places where STRPCO/STRPCCMD was used to open an URL, we used the window.open command in the onload definition of the record format of a dummy program that is sent the URL (i.e. http://www.maps.google.com). When the folder path is sent as the parameter value (i.e. file://P:/Common/Directory1) into the dummy program, the new browser tab opens blank. Is there a method other than converting the entire original screen? (Yes, we will return later to convert each screen after this initial cleanup.)
Any suggestions?