Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
D DQuote s 1 Inz('''')
D E_Sender s 100
D E_Address s 100
D E_Title s 50
D E_Body s 1000
C Eval Cmd_String = 'JAVA CLASS(Email) ' +
C 'PARM(' + D_Quote +
C %Trim(E_Sender) +
C D_Quote + ' ' + D_Quote +
C %Trim(E_Address) +
C D_Quote + ' ' + D_Quote +
C %Trim(E_Title) +
C D_Quote + ' ' + D_Quote +
C %Trim(E_Body) +
C D_Quote + ') ' +
C 'CLASSPATH(' + D_Quote +
C %TRIM(EMLPTH) +
C D_Quote + ') '
C Eval Cmd_Length = %Len(%Trim(Cmd_String))
C Call (E) 'QCMDEXC'
C Parm Cmd_String
C Parm Cmd_Length