Hi..
I am currently working on upgrade from NV 4.0 SP1 to NAV 2009 RTC.
The client will be using classic client aswell as RTC.
The database runs a form evertime the user logs in.
i.e., form.run is called in codeunit 1.
so now, in case the user uses RTC, the client should be able to open the Page instead of the form.
For this i need to add some code in CU 1 to recognise if client is opening the DB using classic client
or RTC.
something like,
IF Classic client then
FORM.RUN
else if RTC then
PAGE.RUN.
But How exactly??
0
Answers
Never stop learning
Van Vugt's dynamiXs
Dutch Dynamics Community
you will probably do not need to use ISSERVICETIER instruction
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
Thanks a lot