B
bart.syryn
Guest
Hi, We have a application running through AIA->AppServer. This all works fine, but on one site there's a problem. The run procedure is : IF VALID-HANDLE(hAppServer) THEN DO: RUN Login ON SERVER hAppServer(....). MESSAGE "test" VIEW-AS ALERT-BOX. END. Problem is, at the end of login.p (on the server), there's a RETURN statement. I'm sure that login.p is executed (placed some messages in it, and looked in the AppServer-Logging). But the clients (application) just hangs (not responding). So the message-box 'TEST' doesn't get executed. What can be the reason that login.p gets executed, but that the client don't shows the message-box. Kind regards Bart S.
Continue reading...
Continue reading...