Desktop version

Main > Forum > 1C:Enterprise Platform > 1C:Enterprise – Business applications platform > Get List of Currently Opened Forms

Forum

Search UsersRules
Get List of Currently Opened Forms
#1
Active user
Points:: 1
Joined:: Jul 20, 2011

I need to get the list of currently opened forms (documents, catalogs, data processors) from my data processor and get an access to its data for editing and calling procedures and functions of these forms. Is there a way to do that?

Profile
#2
Just came
Points:: 7
Joined:: Mar 15, 2012

ClientApplicationWindows = GetWindows();
For k = 0 to ClientApplicationWindows.Count()-1 Do

ClientWindow = ClientApplicationWindows[k];
ContentForm = ClientWindow.GetContent();

EndDo;

Profile
#3
Active user
Points:: 1
Joined:: Jul 20, 2011

Thanks, Mikhail!

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.