background top icon
background center wave icon
background filled rhombus icon
background two lines icon
background stroke rhombus icon

Download "Краткий состав документа в форме списка документов 1С"

input logo icon
Video tags
|

Video tags

1C
обучение 1С
программирование 1С
1С 8.3
1С 8.2
1с бухгалтерия
1С зуп
1С предприятие
Subtitles
|

Subtitles

subtitles menu arrow
  • ruRussian
Download
00:00:02
Finnish, you should already recognize me by my voice,
00:00:05
maybe they will stop
00:00:07
introducing themselves at some point,
00:00:08
I would like to finish the task that I started
00:00:11
in the last video, but what did I want to say about
00:00:14
this recruitment document of the
00:00:16
list, it is
00:00:17
completely unclear how
00:00:21
the first one is different document from 2 now, well, obviously
00:00:25
they differ in number and date, yes, but
00:00:28
try to say for a discount what
00:00:31
is contained in the first document, that the second one
00:00:33
will have to be opened with the mouse like this,
00:00:35
and this is wildly inconvenient, what
00:00:39
can be done in such a situation, let’s
00:00:42
think about it, in general, we could create
00:00:45
some props usually when you say
00:00:50
usually I mean tooth 25 I don’t know
00:00:54
why exactly 25 the short composition of
00:00:57
the document is called props let’s
00:00:59
make a string of unlimited length
00:01:01
say no to restrictions at least in such a
00:01:05
small question then open the
00:01:07
object module and we need to create a handler
00:01:09
before writing the object you see how I
00:01:12
I do this, create a handler before recording,
00:01:15
then I need to fill out this attribute in the order of the
00:01:18
composition of the document and so
00:01:21
initialize it with an empty line and then I
00:01:24
bypass the tabular part here, I think
00:01:27
you are already very skilled in this matter, you can
00:01:30
easily bypass the tabular part without
00:01:33
my prompts, and then we begin to
00:01:35
build up this.
00:01:38
we add the variable brief composition of the document to
00:01:40
it, what do we add? Well, firstly, let’s use a
00:01:43
comma as a separator, and
00:01:45
secondly, it would be
00:01:47
nice to have the name of the employee,
00:01:52
and it seems intuitive that
00:01:54
this is enough, let’s
00:01:57
check the work, you see, I’ve already
00:02:00
checked it before you click click on the ok button and
00:02:04
you can see that the result is almost normal,
00:02:07
why almost because this is it,
00:02:10
in front of you,
00:02:11
or great, it’s not needed here on the
00:02:14
second document, let’s check the work in the second
00:02:18
document, it looks like it will need to be written down,
00:02:20
yes, in the same way, in front of the employee’s name,
00:02:24
it’s not necessary here, which is usual are doing and what is in
00:02:28
principle justified to do, but the first
00:02:31
first option is for dummies the
00:02:34
first lame option, but obviously we
00:02:37
need to check what about the
00:02:39
completeness of the summary of the document,
00:02:42
if the summary of the document is an empty
00:02:46
line
00:02:47
then we don’t need to add this
00:02:50
comma then we will make it
00:02:55
short like this the composition of the document this, in principle,
00:02:57
will be the name of the employee,
00:02:59
otherwise, what does it mean otherwise, well, otherwise, if
00:03:03
it is not empty, that is, in
00:03:05
principle, it already contains the name of the employee, only in
00:03:07
this case we begin to
00:03:10
add these commas to it, we look,
00:03:14
we restart the program, we rewrite
00:03:17
the document, but as you can see there is no comma, but
00:03:20
it was reminiscent of the lame option,
00:03:23
cool programmers don’t do that,
00:03:25
of course there’s a lot of code, you’ll agree there’s a
00:03:28
lot of it, well, maybe you won’t agree, but
00:03:32
now you’ll see how much you can
00:03:34
shorten the process. Is there such an operator
00:03:37
called? and you will see it often,
00:03:40
so it’s good that I
00:03:43
’ll tell you now and how does it work
00:03:46
?
00:03:47
now the first operator of this is like the
00:03:51
first first parameter of this operator
00:03:55
which will be here,
00:03:57
this very condition of the condition will be
00:04:00
what, well, this short
00:04:03
document composition is empty
00:04:05
if the short document composition is empty
00:04:08
then what do we do then write it into a
00:04:13
variable this is the line employee
00:04:17
names in Otherwise,
00:04:20
we write down here 2 baidu,
00:04:22
that is, can we say
00:04:24
? which doesn’t even fit into the screen,
00:04:27
unfortunately you’ll have to
00:04:31
do this? this can be said to be such a
00:04:35
shortened notation of a
00:04:36
conditional operator if this condition is met
00:04:41
there and the variable on the left will be written under this
00:04:44
expression, otherwise we will write
00:04:47
this expression but pay attention
00:04:49
here from not an operator, that is, there is not an assignment operation here,
00:04:52
not what kind of procedure is this a
00:04:54
function or what -the
00:04:57
expression fluff, well, I hope I explained it clearly, let's
00:05:01
see now what happened,
00:05:04
of course, the result should be
00:05:06
exactly the same,
00:05:07
that is, nothing should have changed, it will be
00:05:09
spoiled, it really works
00:05:12
well, and also pay attention to the details of the
00:05:15
brief composition of the document, it’s on the form, I did
00:05:17
n’t have it I display it for us and don’t need it, that
00:05:19
is, it shouldn’t be possible to
00:05:22
edit manually, it should be
00:05:25
automatically generated like this, well, I
00:05:28
think the topic is cool, now you
00:05:30
know where these
00:05:32
presentations of documents with tabular
00:05:35
parts in standard configurations come from, it’s
00:05:38
a little more complicated, but the essence the essence is something
00:05:40
like this, well, all that remains is to
00:05:43
ask you to like this video,
00:05:45
subscribe to the channel, and if you are
00:05:48
tired of these calls to like, then
00:05:51
write about it in the comments,
00:05:53
take your soul away, but that’s all for now, I’m
00:05:56
waiting for you in the next video

Description:

Как украсить форму списка документов в 1С. Вывод списка сотрудников из табличной части документа в форму списка. Использование знака вопроса как условного оператора. Читайте статьи по 1С на нашем сайте: http://programmist1s.ru/materialyi-po-1s/

Preparing download options

popular icon
Popular
hd icon
HD video
audio icon
Only sound
total icon
All
* — If the video is playing in a new tab, go to it, then right-click on the video and select "Save video as..."
** — Link intended for online playback in specialized players

Questions about downloading video

mobile menu iconHow can I download "Краткий состав документа в форме списка документов 1С" video?mobile menu icon

  • http://unidownloader.com/ website is the best way to download a video or a separate audio track if you want to do without installing programs and extensions.

  • The UDL Helper extension is a convenient button that is seamlessly integrated into YouTube, Instagram and OK.ru sites for fast content download.

  • UDL Client program (for Windows) is the most powerful solution that supports more than 900 websites, social networks and video hosting sites, as well as any video quality that is available in the source.

  • UDL Lite is a really convenient way to access a website from your mobile device. With its help, you can easily download videos directly to your smartphone.

mobile menu iconWhich format of "Краткий состав документа в форме списка документов 1С" video should I choose?mobile menu icon

  • The best quality formats are FullHD (1080p), 2K (1440p), 4K (2160p) and 8K (4320p). The higher the resolution of your screen, the higher the video quality should be. However, there are other factors to consider: download speed, amount of free space, and device performance during playback.

mobile menu iconWhy does my computer freeze when loading a "Краткий состав документа в форме списка документов 1С" video?mobile menu icon

  • The browser/computer should not freeze completely! If this happens, please report it with a link to the video. Sometimes videos cannot be downloaded directly in a suitable format, so we have added the ability to convert the file to the desired format. In some cases, this process may actively use computer resources.

mobile menu iconHow can I download "Краткий состав документа в форме списка документов 1С" video to my phone?mobile menu icon

  • You can download a video to your smartphone using the website or the PWA application UDL Lite. It is also possible to send a download link via QR code using the UDL Helper extension.

mobile menu iconHow can I download an audio track (music) to MP3 "Краткий состав документа в форме списка документов 1С"?mobile menu icon

  • The most convenient way is to use the UDL Client program, which supports converting video to MP3 format. In some cases, MP3 can also be downloaded through the UDL Helper extension.

mobile menu iconHow can I save a frame from a video "Краткий состав документа в форме списка документов 1С"?mobile menu icon

  • This feature is available in the UDL Helper extension. Make sure that "Show the video snapshot button" is checked in the settings. A camera icon should appear in the lower right corner of the player to the left of the "Settings" icon. When you click on it, the current frame from the video will be saved to your computer in JPEG format.

mobile menu iconWhat's the price of all this stuff?mobile menu icon

  • It costs nothing. Our services are absolutely free for all users. There are no PRO subscriptions, no restrictions on the number or maximum length of downloaded videos.