this may seem a silly question, but I'm not sure of the behaviour of
Axapta when declaring methods "server" or "client" in 2-tier and 3-tier
environments.
Please can anyone confirm (or correct) the following?
2-tier: Code runs on the client machine in both "Client / server"
methods
3-tier: "client": code runs on the client machine
"server": code runs on the AOS machine
My problem is that I wrote a class method which contains a call to
WinAPI::ShellExecute(...) (to run an external vb-script). I don't
understand exactly what happens when I declare this method "client" or
"server". I'm working in a 3-tier environment and the script is located
in the AOS machine, with "client" it starts running (but seems to fail
for a user permission matter) with "server" it does not run.
Thank you very very much, as usual :-) !
--
The information transmitted is intended for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.
[Non-text portions of this message have been removed]
SPONSORED LINKS
| Computer part | Programming languages | Microsoft axapta |
| Support exchange |
YAHOO! GROUPS LINKS
- Visit your group "development-axapta" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

