{"id":1344,"date":"2019-03-25T17:34:41","date_gmt":"2019-03-25T20:34:41","guid":{"rendered":"http:\/\/xexeu.elipse.com.br\/pt\/nocoes-de-vbscript-no-software-elipse-e3-licao-1-caixa-de-dialogo\/"},"modified":"2020-02-20T14:40:35","modified_gmt":"2020-02-20T17:40:35","slug":"nocoes-de-vbscript-no-software-elipse-e3-licao-1-caixa-de-dialogo","status":"publish","type":"post","link":"https:\/\/kb.elipse.com.br\/en\/nocoes-de-vbscript-no-software-elipse-e3-licao-1-caixa-de-dialogo\/","title":{"rendered":"No\u00e7\u00f5es de VBScript no Software Elipse E3: Li\u00e7\u00e3o 1 &#8211; Caixa de Di\u00e1logo."},"content":{"rendered":"<p>Uma Message Box mostra uma caixa de di\u00e1logo e espera que o usu\u00e1rio clique num bot\u00e3o, retornando um valor indicador do bot\u00e3o que foi clicado.<\/p>\n<div style=\"text-align: center;\">\n<p><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID2094\/fig_001.bmp\" alt=\"\" width=\"272\" height=\"124\" align=\"bottom\" border=\"0\" \/><br \/>\n<span style=\"font-size: xx-small;\">Figura 1<\/span><\/p>\n<div style=\"text-align: left;\">\n<p>A sintaxe \u00e9 a seguinte:<br \/>\n<br style=\"background-color: #cccccc;\" \/><span style=\"font-family: Courier New; background-color: #cccccc;\">MsgBox(Mensagem, Bot\u00f5es, T\u00edtulo)<\/span><\/p>\n<p>Onde:<br \/>\n<span style=\"font-weight: bold;\">Mensagem<\/span>: Texto a ser exibido na caixa de di\u00e1logo<br \/>\n<span style=\"font-weight: bold;\">Bot\u00f5es<\/span>: Ver tabela abaixo<br \/>\n<span style=\"font-weight: bold;\">T\u00edtulo<\/span>: T\u00edtulo da caixa de di\u00e1logo<\/p>\n<div style=\"text-align: center;\">BOT\u00d5ES<\/div>\n<\/div>\n<\/div>\n<table border=\"1\" width=\"100%\" cellspacing=\"2\" cellpadding=\"2\" bgcolor=\"\">\n<tbody>\n<tr>\n<td style=\"text-align: center; color: #ffffff; background-color: #ff6600;\">\u00a0CONSTANTE<\/td>\n<td style=\"text-align: center; color: #ffffff; background-color: #ff6600;\">\u00a0VALOR<\/td>\n<td style=\"text-align: center; color: #ffffff; background-color: #ff6600;\">\u00a0DESCRI\u00c7\u00c3O<\/td>\n<\/tr>\n<tr>\n<td>\u00a0<span style=\"font-weight: bold;\">vbOKOnly<\/span><\/td>\n<td>\u00a00<\/td>\n<td>\u00a0Mostra o bot\u00e3o OK<\/td>\n<\/tr>\n<tr>\n<td>\u00a0<span style=\"font-weight: bold;\">vbOKCancel<\/span><\/td>\n<td>\u00a01<\/td>\n<td>\u00a0Mostra bot\u00f5es de Ok e Cancel<\/td>\n<\/tr>\n<tr>\n<td>\u00a0<span style=\"font-weight: bold;\">vbAbortRetryIgnore<\/span><\/td>\n<td>\u00a02<\/td>\n<td>\u00a0Mostra bot\u00f5es de Abortar, Tentar, Ignorar<\/td>\n<\/tr>\n<tr>\n<td>\u00a0<span style=\"font-weight: bold;\">vbYesNoCancel<\/span><\/td>\n<td>\u00a03<\/td>\n<td>\u00a0Mostra bot\u00f5es de Sim, N\u00e3o, Cancel<\/td>\n<\/tr>\n<tr>\n<td>\u00a0<span style=\"font-weight: bold;\">vbYesNo<\/span><\/td>\n<td>\u00a04<\/td>\n<td>\u00a0Mostra bot\u00f5es de Sim e N\u00e3o<\/td>\n<\/tr>\n<tr>\n<td>\u00a0<span style=\"font-weight: bold;\">vbRetryCancel<\/span><\/td>\n<td>\u00a05<\/td>\n<td>\u00a0Mostra bot\u00f5es de Tentar e Cancelar<\/td>\n<\/tr>\n<tr>\n<td>\u00a0<span style=\"font-weight: bold;\">VbCritical<\/span><\/td>\n<td>\u00a016<\/td>\n<td>\u00a0Mostra o \u00edcone de Perigo <img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID2094\/icone_perigo.bmp\" alt=\"\" width=\"22\" height=\"22\" align=\"bottom\" border=\"0\" \/><\/td>\n<\/tr>\n<tr>\n<td>\u00a0<span style=\"font-weight: bold;\">vbQuestion<\/span><\/td>\n<td>\u00a032<\/td>\n<td>\u00a0Mostra o \u00edcone de Interroga\u00e7\u00e3o <img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID2094\/icone_interrogacao.bmp\" alt=\"\" width=\"20\" height=\"24\" align=\"bottom\" border=\"0\" \/><\/td>\n<\/tr>\n<tr>\n<td>\u00a0<span style=\"font-weight: bold;\">vbExclamation<\/span><\/td>\n<td>\u00a048<\/td>\n<td>\u00a0Mostra o \u00edcone de Exclama\u00e7\u00e3o <img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID2094\/icone_exclamacao.bmp\" alt=\"\" width=\"27\" height=\"21\" align=\"bottom\" border=\"0\" \/><\/td>\n<\/tr>\n<tr>\n<td>\u00a0<span style=\"font-weight: bold;\">vbInformation<\/span><\/td>\n<td>\u00a064<\/td>\n<td>\u00a0Mostra o \u00edcone de Informa\u00e7\u00e3o <img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID2094\/icone_informacao.bmp\" alt=\"\" width=\"27\" height=\"22\" align=\"bottom\" border=\"0\" \/><\/td>\n<\/tr>\n<tr>\n<td>\u00a0<span style=\"font-weight: bold;\">vbDefaultButton1<\/span><\/td>\n<td>\u00a00<\/td>\n<td>\u00a0Coloca como padr\u00e3o o 1\u00ba bot\u00e3o<\/td>\n<\/tr>\n<tr>\n<td>\u00a0<span style=\"font-weight: bold;\">vbDefaultButton2<\/span><\/td>\n<td>\u00a0256<\/td>\n<td>\u00a0Coloca como padr\u00e3o o 2\u00ba bot\u00e3o<\/td>\n<\/tr>\n<tr>\n<td>\u00a0<span style=\"font-weight: bold;\">vbDefaultButton3<\/span><\/td>\n<td>\u00a0512<\/td>\n<td>\u00a0Coloca como padr\u00e3o o 3\u00ba bot\u00e3o<\/td>\n<\/tr>\n<tr>\n<td>\u00a0<span style=\"font-weight: bold;\">vbDefaultButton4<\/span><\/td>\n<td>\u00a0768<\/td>\n<td>\u00a0Coloca como padr\u00e3o o 4\u00ba bot\u00e3o<\/td>\n<\/tr>\n<tr>\n<td>\u00a0<span style=\"font-weight: bold;\">vbApplicationModal<\/span><\/td>\n<td>\u00a00<\/td>\n<td>\u00a0Aplica\u00e7\u00e3o modal. O utilizador deve responder \u00e0 caixa de mensagem antes de continuar a trabalhar na aplica\u00e7\u00e3o.<\/td>\n<\/tr>\n<tr>\n<td>\u00a0<span style=\"font-weight: bold;\">vbSystemModal<\/span><\/td>\n<td>\u00a04096<\/td>\n<td>\u00a0Sistema modal. Todas as aplica\u00e7\u00f5es s\u00e3o suspensas at\u00e9 que o utilizador responda \u00e0 caixa de mensagens.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>A fun\u00e7\u00e3o MsgBox retorna os seguintes valores:<\/p>\n<div style=\"text-align: center;\">VALORES<\/div>\n<table border=\"1\" width=\"100%\" cellspacing=\"2\" cellpadding=\"2\" bgcolor=\"\">\n<tbody>\n<tr>\n<td style=\"text-align: center; color: #ffffff; background-color: #ff6600;\">\u00a0CONSTANTE<\/td>\n<td style=\"text-align: center; color: #ffffff; background-color: #ff6600;\">\u00a0VALOR<\/td>\n<td style=\"text-align: center; color: #ffffff; background-color: #ff6600;\">\u00a0DESCRI\u00c7\u00c3O<\/td>\n<\/tr>\n<tr>\n<td>\u00a0<span style=\"font-weight: bold;\">vbOK<\/span><\/td>\n<td>\u00a01<\/td>\n<td>\u00a0OK<\/td>\n<\/tr>\n<tr>\n<td>\u00a0<span style=\"font-weight: bold;\">vbCancel<\/span><\/td>\n<td>\u00a02<\/td>\n<td>\u00a0Cancel<\/td>\n<\/tr>\n<tr>\n<td>\u00a0<span style=\"font-weight: bold;\">vbAbort<\/span><\/td>\n<td>\u00a03<\/td>\n<td>\u00a0Abort<\/td>\n<\/tr>\n<tr>\n<td>\u00a0<span style=\"font-weight: bold;\">vbRetry<\/span><\/td>\n<td>\u00a04<\/td>\n<td>\u00a0Retry<\/td>\n<\/tr>\n<tr>\n<td>\u00a0<span style=\"font-weight: bold;\">vbIgnore<\/span><\/td>\n<td>\u00a05<\/td>\n<td>\u00a0Ignore<\/td>\n<\/tr>\n<tr>\n<td>\u00a0<span style=\"font-weight: bold;\">vbYes<\/span><\/td>\n<td>\u00a06<\/td>\n<td>\u00a0Yes<\/td>\n<\/tr>\n<tr>\n<td>\u00a0<span style=\"font-weight: bold;\">vbNo<\/span><\/td>\n<td>\u00a07<\/td>\n<td>\u00a0No<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<pre>Para o exemplo da Figura 1, escrevemos a seguinte linha de c\u00f3digo:\r\n<br style=\"font-family: Courier New; background-color: #cccccc;\" \/><span style=\"font-family: Courier New; background-color: #cccccc;\">MsgBox \"Texto da mensagem\", vbAbortRetryIgnore + vbCritical, \"T\u00edtulo da mensagem\"<\/span><\/pre>\n<p>Caso deseje guardar a resposta do usu\u00e1rio, os par\u00e2metros da fun\u00e7\u00e3o devem estar entre par\u00eanteses:<\/p>\n<pre><span style=\"font-family: Courier New; background-color: #cccccc;\">'Pergunta<\/span><br style=\"font-family: Courier New; background-color: #cccccc;\" \/><span style=\"font-family: Courier New; background-color: #cccccc;\">resp = MsgBox(\"Texto da mensagem\", vbAbortRetryIgnore + vbCritical, \"Titulo da mensagem\")<\/span><br style=\"font-family: Courier New; background-color: #cccccc;\" \/><span style=\"font-family: Courier New; background-color: #cccccc;\">'Resposta<\/span><br style=\"font-family: Courier New; background-color: #cccccc;\" \/><span style=\"font-family: Courier New; background-color: #cccccc;\">MsgBox \"O usu\u00e1rio respondeu \" & resp<\/span><\/pre>\n<p><span style=\"font-style: italic; font-size: large;\"><span style=\"font-weight: bold; color: #3366ff;\">Exerc\u00edcios:<\/span><\/span><\/p>\n<p>1. Escreva o c\u00f3digo para as seguintes caixas de di\u00e1logo:<\/p>\n<div style=\"text-align: center;\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID2094\/fig_002.bmp\" alt=\"\" width=\"178\" height=\"123\" align=\"bottom\" border=\"0\" \/><\/div>\n<div style=\"text-align: center;\">\n<p><span style=\"font-size: xx-small;\">Figura 2<\/span><\/p>\n<p><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID2094\/fig_003.bmp\" alt=\"\" width=\"165\" height=\"118\" align=\"bottom\" border=\"0\" \/><br \/>\n<span style=\"font-size: xx-small;\">Figura 3<\/span><\/p>\n<div style=\"text-align: left;\">\n<p>2. Escreva o c\u00f3digo para as seguintes caixas de di\u00e1logo e mostre em uma segunda mensagem a resposta do usu\u00e1rio:<\/p>\n<div style=\"text-align: center;\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID2094\/fig_004.bmp\" alt=\"\" width=\"235\" height=\"120\" align=\"bottom\" border=\"0\" \/><br \/>\n<span style=\"font-size: xx-small;\">Figura 4<\/span><\/div>\n<div style=\"text-align: center;\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID2094\/fig_005.bmp\" alt=\"\" width=\"205\" height=\"123\" align=\"bottom\" border=\"0\" \/><br \/>\n<span style=\"font-size: xx-small;\">Figura 5<\/span><\/div>\n<\/div>\n<\/div>\n<div><\/div>\n<h3>Anexos:<\/h3>\n<p><a href=\"\/wp-content\/uploads\/2019\/03\/Licao1.zip\">Licao1.zip<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Uma Message Box mostra uma caixa de di\u00e1logo e espera que o usu\u00e1rio clique num bot\u00e3o, retornando um valor indicador do bot\u00e3o que foi clicado&#8230;<br \/>\nAutor<br \/>\nPaula Pereira En\u00e9as<\/p>\n","protected":false},"author":1,"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":[578,610],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>No\u00e7\u00f5es de VBScript no Software Elipse E3: Li\u00e7\u00e3o 1 - Caixa de Di\u00e1logo.[:] - 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\/nocoes-de-vbscript-no-software-elipse-e3-licao-1-caixa-de-dialogo\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"No\u00e7\u00f5es de VBScript no Software Elipse E3: Li\u00e7\u00e3o 1 - Caixa de Di\u00e1logo.\" \/>\n<meta property=\"og:description\" content=\"Uma Message Box mostra uma caixa de di\u00e1logo e espera que o usu\u00e1rio clique num bot\u00e3o, retornando um valor indicador do bot\u00e3o que foi clicado... Autor Paula Pereira En\u00e9as\" \/>\n<meta property=\"og:url\" content=\"https:\/\/kb.elipse.com.br\/nocoes-de-vbscript-no-software-elipse-e3-licao-1-caixa-de-dialogo\/\" \/>\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:34:41+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-02-20T17:40:35+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID2094\/fig_001.bmp\" \/>\n<meta name=\"author\" content=\"Elipse Software\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Elipse Software\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/kb.elipse.com.br\/nocoes-de-vbscript-no-software-elipse-e3-licao-1-caixa-de-dialogo\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/kb.elipse.com.br\/nocoes-de-vbscript-no-software-elipse-e3-licao-1-caixa-de-dialogo\/\"},\"author\":{\"name\":\"Elipse Software\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/person\/def69ea453ea60b250497b89225a9f87\"},\"headline\":\"No\u00e7\u00f5es de VBScript no Software Elipse E3: Li\u00e7\u00e3o 1 &#8211; Caixa de Di\u00e1logo.\",\"datePublished\":\"2019-03-25T20:34:41+00:00\",\"dateModified\":\"2020-02-20T17:40:35+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/kb.elipse.com.br\/nocoes-de-vbscript-no-software-elipse-e3-licao-1-caixa-de-dialogo\/\"},\"wordCount\":320,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#organization\"},\"articleSection\":[\"Elipse E3\",\"Scripts\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/kb.elipse.com.br\/nocoes-de-vbscript-no-software-elipse-e3-licao-1-caixa-de-dialogo\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/kb.elipse.com.br\/nocoes-de-vbscript-no-software-elipse-e3-licao-1-caixa-de-dialogo\/\",\"url\":\"https:\/\/kb.elipse.com.br\/nocoes-de-vbscript-no-software-elipse-e3-licao-1-caixa-de-dialogo\/\",\"name\":\"[:pt]No\u00e7\u00f5es de VBScript no Software Elipse E3: Li\u00e7\u00e3o 1 - Caixa de Di\u00e1logo.[:] - Elipse Knowledgebase\",\"isPartOf\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#website\"},\"datePublished\":\"2019-03-25T20:34:41+00:00\",\"dateModified\":\"2020-02-20T17:40:35+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/kb.elipse.com.br\/nocoes-de-vbscript-no-software-elipse-e3-licao-1-caixa-de-dialogo\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/kb.elipse.com.br\/nocoes-de-vbscript-no-software-elipse-e3-licao-1-caixa-de-dialogo\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/kb.elipse.com.br\/nocoes-de-vbscript-no-software-elipse-e3-licao-1-caixa-de-dialogo\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"In\u00edcio\",\"item\":\"https:\/\/kb.elipse.com.br\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"No\u00e7\u00f5es de VBScript no Software Elipse E3: Li\u00e7\u00e3o 1 &#8211; Caixa de Di\u00e1logo.\"}]},{\"@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\/def69ea453ea60b250497b89225a9f87\",\"name\":\"Elipse Software\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ff1f7ec38f4687b06f6851d97b3cd2d0?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ff1f7ec38f4687b06f6851d97b3cd2d0?s=96&d=mm&r=g\",\"caption\":\"Elipse Software\"},\"url\":\"https:\/\/kb.elipse.com.br\/en\/author\/webmasterelipse-com-br\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"No\u00e7\u00f5es de VBScript no Software Elipse E3: Li\u00e7\u00e3o 1 - Caixa de Di\u00e1logo.[:] - 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\/nocoes-de-vbscript-no-software-elipse-e3-licao-1-caixa-de-dialogo\/","og_locale":"en_US","og_type":"article","og_title":"[:pt]No\u00e7\u00f5es de VBScript no Software Elipse E3: Li\u00e7\u00e3o 1 - Caixa de Di\u00e1logo.[:] - Elipse Knowledgebase","og_description":"[:pt]Uma Message Box mostra uma caixa de di\u00e1logo e espera que o usu\u00e1rio clique num bot\u00e3o, retornando um valor indicador do bot\u00e3o que foi clicado... Autor Paula Pereira En\u00e9as[:]","og_url":"https:\/\/kb.elipse.com.br\/nocoes-de-vbscript-no-software-elipse-e3-licao-1-caixa-de-dialogo\/","og_site_name":"Elipse Knowledgebase","article_publisher":"http:\/\/www.facebook.com\/elipsesoftware","article_published_time":"2019-03-25T20:34:41+00:00","article_modified_time":"2020-02-20T17:40:35+00:00","og_image":[{"url":"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID2094\/fig_001.bmp"}],"author":"Elipse Software","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Elipse Software","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/kb.elipse.com.br\/nocoes-de-vbscript-no-software-elipse-e3-licao-1-caixa-de-dialogo\/#article","isPartOf":{"@id":"https:\/\/kb.elipse.com.br\/nocoes-de-vbscript-no-software-elipse-e3-licao-1-caixa-de-dialogo\/"},"author":{"name":"Elipse Software","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/person\/def69ea453ea60b250497b89225a9f87"},"headline":"No\u00e7\u00f5es de VBScript no Software Elipse E3: Li\u00e7\u00e3o 1 &#8211; Caixa de Di\u00e1logo.","datePublished":"2019-03-25T20:34:41+00:00","dateModified":"2020-02-20T17:40:35+00:00","mainEntityOfPage":{"@id":"https:\/\/kb.elipse.com.br\/nocoes-de-vbscript-no-software-elipse-e3-licao-1-caixa-de-dialogo\/"},"wordCount":320,"commentCount":0,"publisher":{"@id":"https:\/\/kb.elipse.com.br\/#organization"},"articleSection":["Elipse E3","Scripts"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/kb.elipse.com.br\/nocoes-de-vbscript-no-software-elipse-e3-licao-1-caixa-de-dialogo\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/kb.elipse.com.br\/nocoes-de-vbscript-no-software-elipse-e3-licao-1-caixa-de-dialogo\/","url":"https:\/\/kb.elipse.com.br\/nocoes-de-vbscript-no-software-elipse-e3-licao-1-caixa-de-dialogo\/","name":"[:pt]No\u00e7\u00f5es de VBScript no Software Elipse E3: Li\u00e7\u00e3o 1 - Caixa de Di\u00e1logo.[:] - Elipse Knowledgebase","isPartOf":{"@id":"https:\/\/kb.elipse.com.br\/#website"},"datePublished":"2019-03-25T20:34:41+00:00","dateModified":"2020-02-20T17:40:35+00:00","breadcrumb":{"@id":"https:\/\/kb.elipse.com.br\/nocoes-de-vbscript-no-software-elipse-e3-licao-1-caixa-de-dialogo\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/kb.elipse.com.br\/nocoes-de-vbscript-no-software-elipse-e3-licao-1-caixa-de-dialogo\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/kb.elipse.com.br\/nocoes-de-vbscript-no-software-elipse-e3-licao-1-caixa-de-dialogo\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"In\u00edcio","item":"https:\/\/kb.elipse.com.br\/en\/"},{"@type":"ListItem","position":2,"name":"No\u00e7\u00f5es de VBScript no Software Elipse E3: Li\u00e7\u00e3o 1 &#8211; Caixa de Di\u00e1logo."}]},{"@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\/def69ea453ea60b250497b89225a9f87","name":"Elipse Software","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/ff1f7ec38f4687b06f6851d97b3cd2d0?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ff1f7ec38f4687b06f6851d97b3cd2d0?s=96&d=mm&r=g","caption":"Elipse Software"},"url":"https:\/\/kb.elipse.com.br\/en\/author\/webmasterelipse-com-br\/"}]}},"_links":{"self":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts\/1344"}],"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\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/comments?post=1344"}],"version-history":[{"count":6,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts\/1344\/revisions"}],"predecessor-version":[{"id":10233,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts\/1344\/revisions\/10233"}],"wp:attachment":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/media?parent=1344"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/categories?post=1344"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/tags?post=1344"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}