SFQApplication.PromptUserForValue
less than 1 minute to read

Asks the user for a value.

public string PromptUserForValue(string Prompt,
	string Caption);

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.

Overloads:


See also:

Class SFQApplication

© Stonefield Software Inc., 2024 • Updated: 06/06/16
Comment or report problem with topic