Asks the user for a value.
public string PromptUserForValue(string Prompt, string Caption, string DefaultValue);
Return Value
The value the user entered; blank if the user clicked the Cancel button.
Parameters
Prompt
The prompt message to display to the user.
Caption
The caption for the dialog.
DefaultValue
The default for the value.
Overloads:
public string PromptUserForValue(string Prompt);
public string PromptUserForValue(string Prompt, string Caption);
See also:
Class SFQApplication© Stonefield Software Inc., 2023 • Updated: 06/06/16
Comment or report problem with topic