Error Beeping in E1 HTML Form

OWDev

Member
Hi All,

I have a requirement for an E1 HTML Form to beep when it encounters an error.

I have tried 2 things but have been unsuccessful. They are as follows.

1. I created a simple exe that just beeps called Beeper.exe. Then within my E1 form I used the system API Run Executable. But for some reason it does not run the exe in the path I specified. Instead it runs it in http://localhost:8888/jde/servelet/Beeper.exe. Am I doing anything wrong here?
confused.gif


2. I created a simple HTML page that just beeps. If I run it in IE it beeps. How do I call this html page from an E1 HTML page??

Is there anyway of dynamically executing an HTML script within an E1 HTML Form? Any help would be greatly appreciated.
smile.gif


Regards
Sam

E1 8.12, AS400, DB2400
Tool Release 8.98
 
Take a look at text block controls. You can embed HTML into the control, or even JavaScript.
 
Back
Top