I
I
Ivpd2018-10-25 07:56:42
1C
Ivpd, 2018-10-25 07:56:42

How to find a form from 1C: Enterprise in the Configurator?

Dear colleagues, please help.
There is an arbitrary form in user mode, how can I find this particular form in the configurator?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Anton Anton, 2018-10-25
@monolitHC

Try the following method:
1. Run the client in debug mode.
2. In 1C Enterprise mode, find a command, action, event, or whatever you have, after which your form opens.
3. In 1C Configurator mode, specify the following Debug -> Stop
4. In enterprise mode, perform the action that opens your form.
After that, the debugger stops at the event, then go through the lines and look for the following code, something like OpenForm("Form.YourForm");
Or, if the form is already open, then do the same, but directly from the form (execute any command, event directly from your desired form in user mode) and the debugger will stop you in your form module
For the most part, I do just that. Much faster than using a global search.
I hope it helps

S
Sgr_A, 2018-10-25
@Sgr_A

By the name of this form; in a logical chain: see where it opens from and see the code.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question