Этот браузер больше не поддерживается.
Выполните обновление до Microsoft Edge, чтобы воспользоваться новейшими функциями, обновлениями для системы безопасности и технической поддержкой.
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.
Были ли сведения на этой странице полезными?
Нужна помощь с этой темой?
Хотите попробовать использовать Ask Learn для уточнения или руководства по этой теме?