INSERT INTO `wStats` (`Date`,`UID`,`URL`,`ARGS`,`IP`,`Referer`) VALUES ("2010-09-10 11:17","1284130208-8785090","docs.mioplanet.com/dialog_show.php","","38.107.191.115","") dialog.show | MioScript | MioFactory | Mioplanet Documentation Center
  Mioplanet Documentation Center
Resources and Help
HomeProductsMioScriptJavaScriptTechNotesPHP
   Home | MioScript | dialog.show SEARCH    

  Functions
dialog.close
dialog.html
dialog.isVisible
dialog.show
dialog.text

  MioScript Reference
> Statements
app...
browser...
dialog...
disk...
draw...
extern...
filename...
keyboard...
menu...
mio...
mouse...
num...
path...
pushButton...
reg...
RS232...
sci...
screen...
shortcut...
sound...
str...
system...
time...
var...
window...

Function
dialog.show

Language: MioScript
Product: MioFactory


Syntax

dialog.show()


Parameters

None.


Return value

No value is returned.


Description

Shows the latest dialog box.
Use this function if you need to display a dialog box again, for example if a value must be changed by the user.

This function works with the dialog boxes created with dialog.text or dialog.html, and with dialog boxes created from JavaScript.

See also: dialog.close




MioScript Sample Code

dialog.show()