Desktop version

Main > Forum > 1C:Enterprise Platform > Studying 1C:Enterprise platform > How to print message in information panel?

Forum

Search UsersRules
How to print message in information panel?
#1
Just came
Points:: 0
Joined:: Dec 3, 2013

Hi, i'm studying 1C, and i want to see some values,when i debugging app. pls, help??  How to see values in information panel?

Profile
#2
Active user
Points:: 0
Joined:: Sep 26, 2012

Its used function Message for this

Quote
Produces message text in the message box. If the message box is not present, then a new message window will be opened. The message can be noted by one of the pictograms in the predefined set, depending on its purpose.
Code
Message("Selected article is unavailable in the warehouse!", MessageStatus.Important);

Profile
#3
Guest
Points::
Joined::

If you set a breakpoint and an application stops on it, you can move mouse over some variable and see the contained value.
You can evaluate any expression when application is stopped on breakpoint, simply select it, right click on selection, and in context menu click Evaluate expression.
You can also use Designer -> Main menu -> Debug -> Immediate window in debug mode. To run in debug mode click Main menu -> Debug -> Start debugging -> and select which mode to debug (in general Thin client: start debugging) when your configuration is opened in Designer mode.

Profile
#4
Just came
Points:: 0
Joined:: Dec 3, 2013

Tnx :)

Profile
Subscribe
Users browsing this topic (guests: 1, registered: 0, hidden: 0)



© 1C LLC. All rights reserved
1C Company respects the privacy of our customers and visitors
to our Web-site.