Deze browser wordt niet meer ondersteund.
Upgrade naar Microsoft Edge om te profiteren van de nieuwste functies, beveiligingsupdates en technische ondersteuning.
If you run the following code, when will the message be displayed? (if GuiAllowed() Then Message(Text000);)
If the code runs on a client, which means that the user interface is available, a message box will appear with the message.
If the code runs on an application server, which means that the user interface is available, a message box will appear with the message.
If the code runs on a mobile device, which means that the user interface is available, a message box will appear with the message.
If the code runs through a web service, which means that the user interface is available, a message box will appear with the message.
How can you make sure that certain pieces of AL code that you've created can't be accessed outside of the object?
Put the AL code in a procedure and make it a global procedure.
Put the AL code in a procedure and make it a local procedure.
Put the AL code in comments by using two forward slashes.
Put the AL code in comments by using brackets.
You must answer all questions before checking your work.
Is deze pagina nuttig?
Hulp nodig bij dit onderwerp?
Wilt u Ask Learn gebruiken om iets te verduidelijken of u door dit onderwerp te leiden?