B
bart.syryn
Guest
The RETURN in login.p is just for ending the procedure on the appserver side. So on the appserver (login.p): ..... MESSAGE "test on appserver". RETURN. The message 'test on appserver' is in the appserver-logfile. On the client: RUN login.p ON SERVER hAppServer(...). MESSAGE "test on client" VIEW-AS ALERT-BOX. The message "test on client" isn't executed This is OE11.6 SP03.
Continue reading...
Continue reading...