Available in:
Apps (win)
Apps (char)
Reportwriter
RPC
Standalone PL
X
X
void input_screen([validate[,form[,html_header[,html_leader[,html_trailer]]]]]) int validate int form expr html_header expr html_leader expr html_trailer
validate | (optional) If true, run the validation triggers for the fields. The default is false. Validate = true is similar to input(expr) whereas validate = false is similar to raw_input(expr). |
form | (optional) If true, then the HTML FORM from the file runfile.window_id.html is used for the screen, where runfile is the name of the application and window_id is the window ID. The HTML FORM file is generated by the dvhtml program. If false, then an internally generated FORM is used. |
html_header | (optional) This can be either a string with the name of the HTML file that contains the FORM page header or a list containing HTML for the header. The default is NULL. |
html_leader | (optional) This can be either a string with the name of the HTML file that contains the FORM page leader or a list containing HTML for the leader. The default is NULL. |
html_trailer | (optional) This can be either a string with the name of the HTML file that contains the FORM page trailer or a list containing HTML for the trailer. The default is NULL. |
Can only be used when in a field. An input_screen() call causes the following sequence of events: