Desktop version

Main > Forum > 1C:Enterprise Platform > Studying 1C:Enterprise platform > How to open a form?

Forum

Search UsersRules
How to open a form?
#1
Just came
Points:: 0
Joined:: Dec 3, 2013

hi, i have a catalog named USER. and this catalog have 2form(Form1, Form2). Form1 have a one button. If button is clicked, must call Form2. How to call Form2? :)

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

You can use function OpenForm or GetForm like following:

Code
OpenForm("Catalog.User.Form.Form2");

Form2 = GetForm("Catalog.User.Form.Form2");
Form2.Open();

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.