xHarbour Reference Documentation > Command Reference xHarbour Developers Network  

SET CONFIRM

Determines how a GET entry field is exited.

Syntax

SET CONFIRM on | OFF | (<lOnOff>)

Arguments

on | OFF | (<lOnOff>)
The option determines if an exit key must be pressed to end editing in a GET entry field. With ON or .T. (true), the Return key must be pressed to leave a GET. OFF or .F. (false), which is the default, changes focus to the next GET once the user types past the last position in the edit buffer.

Description

SET CONFIRM is a compatibility command for the GET system in text-mode applications. When SET CONFIRM is OFF, the cursor moves to the next GET if the user types past the last position in the edit buffer of the current GET. With SET CONFIRM ON, the user is required to type an exit key (E.g. the Return key) to advance the cursor to the next GET.

Info

See also:@...GET, READ, ReadModal(), SET BELL, SET SCOREBOARD, Set()
Category: Input commands , SET commands
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe