{"id":884,"date":"2019-03-25T17:32:42","date_gmt":"2019-03-25T20:32:42","guid":{"rendered":"http:\/\/xexeu.elipse.com.br\/pt\/kb28203-keeping-more-than-one-user-from-opening-the-same-screen-simultaneously\/"},"modified":"2020-01-22T14:10:56","modified_gmt":"2020-01-22T17:10:56","slug":"kb28203-keeping-more-than-one-user-from-opening-the-same-screen-simultaneously","status":"publish","type":"post","link":"https:\/\/kb.elipse.com.br\/en\/kb28203-keeping-more-than-one-user-from-opening-the-same-screen-simultaneously\/","title":{"rendered":"KB-28203: Keeping more than one user from opening the same screen simultaneously."},"content":{"rendered":"<div align=\"justify\">\n<p><b>Question:<\/b><\/p>\n<p>Can I keep more than one user from opening the same screen at the same time?<br \/>\n<b><br \/>\nSolution:<\/b><\/p>\n<p>Yes. The complete logic for it involves the Server, and is divided into six scripts (the following tag names are for clarification purposes only):<\/p>\n<p>1. When you open the initial screen, save the computer\u2019s name in the value of a Viewer tag called <b>PCName <\/b>by using <b>WshNetwork <\/b>object\u2019s <i>ComputerName<\/i> property (check VBScript Reference Guide for further information). For example:<\/p>\n<div align=\"left\"><span style=\"font-family: Courier New;\">\u00a0\u00a0 set WshNetwork = CreateObject(&#8220;WScript.Network&#8221;)<\/span><br \/>\n<span style=\"font-family: Courier New;\">\u00a0\u00a0 Application.Item(&#8220;PCName&#8221;).Value = WshNetwork.ComputerName <\/span><\/div>\n<p>2. In the event fired by the user in order to open the screen (<i>Click <\/i>on a button, for example), pass the value of <b>PCName <\/b>tag to another tag in the Server called <b>AccessRequest<\/b>.<\/p>\n<p>3. Create an <i>OnValueChanged <\/i>event in <b>AccessRequest <\/b>tag to check the value of <b>ScreenStatus <\/b>Boolean tag. If TRUE, the value of <b>AccessRequest <\/b>tag (containing the name of the computer where the Viewer is running) must be passed to <b>AccessDenied <\/b>tag. If FALSE, the value of <b>AccessRequest <\/b>tag must be passed to another tag in the Server called <b>AcessOK<\/b>, and <b>ScreenStatus <\/b>tag must be changed to TRUE.<\/p>\n<p>4. On the initial screen, there should be a script to show a message box whenever <b>AccessDenied <\/b>tag changes value (informing the user about the denied access).<\/p>\n<p>5. Also on the initial screen, there should be another script to open the intended command line whenever <b>AccessOK <\/b>tag changes value (indicating granted access).<\/p>\n<p>6. Finally, when you close the command screen, the value of <b>ScreenStatus <\/b>and <b>AccessOK <\/b>tags must be reset.<\/p>\n<p>NOTE: see the attached demo application.<\/p>\n<h3>Attachments:<\/h3>\n<p><a href=\"\/wp-content\/uploads\/2019\/03\/ExclusiveScreen-1.zip\">ExclusiveScreen.zip<\/a><\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Autor<br \/>\nPaulo Gustavo S\u00fcffert<\/p>\n","protected":false},"author":7,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0},"categories":[767],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>KB-28203: Keeping more than one user from opening the same screen simultaneously. - Elipse Knowledgebase<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/kb.elipse.com.br\/en\/kb28203-keeping-more-than-one-user-from-opening-the-same-screen-simultaneously\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"KB-28203: Keeping more than one user from opening the same screen simultaneously.\" \/>\n<meta property=\"og:description\" content=\"Autor Paulo Gustavo S\u00fcffert\" \/>\n<meta property=\"og:url\" content=\"https:\/\/kb.elipse.com.br\/en\/kb28203-keeping-more-than-one-user-from-opening-the-same-screen-simultaneously\/\" \/>\n<meta property=\"og:site_name\" content=\"Elipse Knowledgebase\" \/>\n<meta property=\"article:publisher\" content=\"http:\/\/www.facebook.com\/elipsesoftware\" \/>\n<meta property=\"article:published_time\" content=\"2019-03-25T20:32:42+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-01-22T17:10:56+00:00\" \/>\n<meta name=\"author\" content=\"Paulo Gustavo S\u00fcffert\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Paulo Gustavo S\u00fcffert\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/kb.elipse.com.br\/en\/kb28203-keeping-more-than-one-user-from-opening-the-same-screen-simultaneously\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/kb.elipse.com.br\/en\/kb28203-keeping-more-than-one-user-from-opening-the-same-screen-simultaneously\/\"},\"author\":{\"name\":\"Paulo Gustavo S\u00fcffert\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/person\/8517ae12d1613d5a70f61b30399b5090\"},\"headline\":\"KB-28203: Keeping more than one user from opening the same screen simultaneously.\",\"datePublished\":\"2019-03-25T20:32:42+00:00\",\"dateModified\":\"2020-01-22T17:10:56+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/kb.elipse.com.br\/en\/kb28203-keeping-more-than-one-user-from-opening-the-same-screen-simultaneously\/\"},\"wordCount\":277,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#organization\"},\"articleSection\":[\"Viewer\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/kb.elipse.com.br\/en\/kb28203-keeping-more-than-one-user-from-opening-the-same-screen-simultaneously\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/kb.elipse.com.br\/en\/kb28203-keeping-more-than-one-user-from-opening-the-same-screen-simultaneously\/\",\"url\":\"https:\/\/kb.elipse.com.br\/en\/kb28203-keeping-more-than-one-user-from-opening-the-same-screen-simultaneously\/\",\"name\":\"[:pt]KB-28203: Keeping more than one user from opening the same screen simultaneously.[:] - Elipse Knowledgebase\",\"isPartOf\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#website\"},\"datePublished\":\"2019-03-25T20:32:42+00:00\",\"dateModified\":\"2020-01-22T17:10:56+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/kb.elipse.com.br\/en\/kb28203-keeping-more-than-one-user-from-opening-the-same-screen-simultaneously\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/kb.elipse.com.br\/en\/kb28203-keeping-more-than-one-user-from-opening-the-same-screen-simultaneously\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/kb.elipse.com.br\/en\/kb28203-keeping-more-than-one-user-from-opening-the-same-screen-simultaneously\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"In\u00edcio\",\"item\":\"https:\/\/kb.elipse.com.br\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"KB-28203: Keeping more than one user from opening the same screen simultaneously.\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/kb.elipse.com.br\/#website\",\"url\":\"https:\/\/kb.elipse.com.br\/\",\"name\":\"Elipse Knowledgebase\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/kb.elipse.com.br\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/kb.elipse.com.br\/#organization\",\"name\":\"Elipse Software\",\"url\":\"https:\/\/kb.elipse.com.br\/\",\"sameAs\":[\"http:\/\/www.facebook.com\/elipsesoftware\"],\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2019\/05\/schererelipse-com-br\/logoElipse.png\",\"contentUrl\":\"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2019\/05\/schererelipse-com-br\/logoElipse.png\",\"width\":161,\"height\":58,\"caption\":\"Elipse Software\"},\"image\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/person\/8517ae12d1613d5a70f61b30399b5090\",\"name\":\"Paulo Gustavo S\u00fcffert\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ce04e818ef4126e9cba08720cfcfbf2a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ce04e818ef4126e9cba08720cfcfbf2a?s=96&d=mm&r=g\",\"caption\":\"Paulo Gustavo S\u00fcffert\"},\"url\":\"https:\/\/kb.elipse.com.br\/en\/author\/pgustavo\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"KB-28203: Keeping more than one user from opening the same screen simultaneously. - Elipse Knowledgebase","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/kb.elipse.com.br\/en\/kb28203-keeping-more-than-one-user-from-opening-the-same-screen-simultaneously\/","og_locale":"en_US","og_type":"article","og_title":"[:pt]KB-28203: Keeping more than one user from opening the same screen simultaneously.[:] - Elipse Knowledgebase","og_description":"[:pt]Autor Paulo Gustavo S\u00fcffert[:]","og_url":"https:\/\/kb.elipse.com.br\/en\/kb28203-keeping-more-than-one-user-from-opening-the-same-screen-simultaneously\/","og_site_name":"Elipse Knowledgebase","article_publisher":"http:\/\/www.facebook.com\/elipsesoftware","article_published_time":"2019-03-25T20:32:42+00:00","article_modified_time":"2020-01-22T17:10:56+00:00","author":"Paulo Gustavo S\u00fcffert","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Paulo Gustavo S\u00fcffert","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/kb.elipse.com.br\/en\/kb28203-keeping-more-than-one-user-from-opening-the-same-screen-simultaneously\/#article","isPartOf":{"@id":"https:\/\/kb.elipse.com.br\/en\/kb28203-keeping-more-than-one-user-from-opening-the-same-screen-simultaneously\/"},"author":{"name":"Paulo Gustavo S\u00fcffert","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/person\/8517ae12d1613d5a70f61b30399b5090"},"headline":"KB-28203: Keeping more than one user from opening the same screen simultaneously.","datePublished":"2019-03-25T20:32:42+00:00","dateModified":"2020-01-22T17:10:56+00:00","mainEntityOfPage":{"@id":"https:\/\/kb.elipse.com.br\/en\/kb28203-keeping-more-than-one-user-from-opening-the-same-screen-simultaneously\/"},"wordCount":277,"commentCount":0,"publisher":{"@id":"https:\/\/kb.elipse.com.br\/#organization"},"articleSection":["Viewer"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/kb.elipse.com.br\/en\/kb28203-keeping-more-than-one-user-from-opening-the-same-screen-simultaneously\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/kb.elipse.com.br\/en\/kb28203-keeping-more-than-one-user-from-opening-the-same-screen-simultaneously\/","url":"https:\/\/kb.elipse.com.br\/en\/kb28203-keeping-more-than-one-user-from-opening-the-same-screen-simultaneously\/","name":"[:pt]KB-28203: Keeping more than one user from opening the same screen simultaneously.[:] - Elipse Knowledgebase","isPartOf":{"@id":"https:\/\/kb.elipse.com.br\/#website"},"datePublished":"2019-03-25T20:32:42+00:00","dateModified":"2020-01-22T17:10:56+00:00","breadcrumb":{"@id":"https:\/\/kb.elipse.com.br\/en\/kb28203-keeping-more-than-one-user-from-opening-the-same-screen-simultaneously\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/kb.elipse.com.br\/en\/kb28203-keeping-more-than-one-user-from-opening-the-same-screen-simultaneously\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/kb.elipse.com.br\/en\/kb28203-keeping-more-than-one-user-from-opening-the-same-screen-simultaneously\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"In\u00edcio","item":"https:\/\/kb.elipse.com.br\/en\/"},{"@type":"ListItem","position":2,"name":"KB-28203: Keeping more than one user from opening the same screen simultaneously."}]},{"@type":"WebSite","@id":"https:\/\/kb.elipse.com.br\/#website","url":"https:\/\/kb.elipse.com.br\/","name":"Elipse Knowledgebase","description":"","publisher":{"@id":"https:\/\/kb.elipse.com.br\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/kb.elipse.com.br\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/kb.elipse.com.br\/#organization","name":"Elipse Software","url":"https:\/\/kb.elipse.com.br\/","sameAs":["http:\/\/www.facebook.com\/elipsesoftware"],"logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/logo\/image\/","url":"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2019\/05\/schererelipse-com-br\/logoElipse.png","contentUrl":"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2019\/05\/schererelipse-com-br\/logoElipse.png","width":161,"height":58,"caption":"Elipse Software"},"image":{"@id":"https:\/\/kb.elipse.com.br\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/person\/8517ae12d1613d5a70f61b30399b5090","name":"Paulo Gustavo S\u00fcffert","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/ce04e818ef4126e9cba08720cfcfbf2a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ce04e818ef4126e9cba08720cfcfbf2a?s=96&d=mm&r=g","caption":"Paulo Gustavo S\u00fcffert"},"url":"https:\/\/kb.elipse.com.br\/en\/author\/pgustavo\/"}]}},"_links":{"self":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts\/884"}],"collection":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/comments?post=884"}],"version-history":[{"count":1,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts\/884\/revisions"}],"predecessor-version":[{"id":5450,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts\/884\/revisions\/5450"}],"wp:attachment":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/media?parent=884"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/categories?post=884"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/tags?post=884"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}