Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
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
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question