For me this is just example using of the thin NAV client. I see a prospects for evolution this idea in work places bases on web browsers.
:-k
For using just run "Distant Codeunit" codeunit and don't shut Navision. In other computer run any web browser and open http://<NAV%20computer>:7777.
if click on any codeunit then it run on <NAV computer>.
hi YG! I've just a question: may this Codeunit be modified to satisfy more than one incoming request at the same time without waiting the end of the previous request operations?
sorry, I'm a bit much novice in Navision dev
This codeunit have SingleInstance property Yes. So in Nav work only one instance for all requests.
The delay need only till codeunit.run C/AL code, may be 5 sec realy is excess
This codeunit have SingleInstance property Yes. So in Nav work only one instance for all requests.
The delay need only till codeunit.run C/AL code, may be 5 sec realy is excess
hehe that's true, but I would like to apply your solution to my specific problem: I need to make some operations and return the results through a socket/http interface.
may I change SingleInstance to NO? would it change something?
I want to use this distant codeunit. I have imported the codeunit in my local database.
Whats the next steps for this?? what URL should I give you in browser.
I want to use this distant codeunit. I have imported the codeunit in my local database.
Whats the next steps for this?? what URL should I give you in browser.
Comments
Do you a short description about the funcionality of this? :roll:
Thank you!
A
For me this is just example using of the thin NAV client. I see a prospects for evolution this idea in work places bases on web browsers.
:-k
For using just run "Distant Codeunit" codeunit and don't shut Navision. In other computer run any web browser and open http://<NAV%20computer>:7777.
if click on any codeunit then it run on <NAV computer>.
Thank you for attention.
This is like on ASP (non .ASP)
'Navision Communication Component version 2'.CommunicationComponent.
Just look for in "X:\Program Files\Common Files\Navision\Communication Component" folder.
sorry, I'm a bit much novice in Navision dev
This codeunit have SingleInstance property Yes. So in Nav work only one instance for all requests.
The delay need only till codeunit.run C/AL code, may be 5 sec realy is excess
hehe that's true, but I would like to apply your solution to my specific problem: I need to make some operations and return the results through a socket/http interface.
may I change SingleInstance to NO? would it change something?
May be create a main server codeunit for distribution of the ports and run by requests common codeunit on this port...
need your expert comments
I want to use this distant codeunit. I have imported the codeunit in my local database.
Whats the next steps for this?? what URL should I give you in browser.
Senior Consultan
In NAV client run dispatcher codeunit,open any web browser and go on http://{NAVClientHost}:7777/ page