Options

Navision Application Server 3.6

matteo_scaleramatteo_scalera Member Posts: 13
Hi everybody!
II'm working with Navision Application Server in 3.7
I have a question: how to test if it's a normal client or Nas application running a piece of code ?
( something like
IF ISNAS() THEN ...ELSE...)
)

Best regard an thank you in advance ...

Comments

  • Options
    Luc_VanDyckLuc_VanDyck Member, Moderator, Administrator Posts: 3,633
    Try this:
    IF GUIALLOWED THEN ... ELSE ...
    No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)
  • Options
    matteo_scaleramatteo_scalera Member Posts: 13
    Thank you for your anaswer it does work!!
Sign In or Register to comment.