Difference between revisions of "SET EDITFIELD"

From Recital Documentation Wiki
Jump to: navigation, search
 
(Products)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=SET EDITFIELD=
 
 
 
==Class==
 
Screen Forms
 
 
 
 
==Purpose==
 
==Purpose==
 
Change the field editing operation.
 
Change the field editing operation.
Line 15: Line 8:
  
 
==See Also==
 
==See Also==
APPEND, CHANGE, CREATE SCREEN, EDIT, MODIFY SCREEN, EDITFIELD(), FILETYPE(), FMT(), INDEXEXT(), READEXIT(), READINSERT(), SET CLIPPER, SET CLIPPER5, SET COMPATIBLE, SET FILECASE, SET FILETYPE, SET FORMAT, SET INDEXEXT, SET MEMOEXT, SET PCEDIT, SET PCEXACT, SET PCFILTER, SET PCGRAPHICS, SET PCKEYS, SET PCLOCKING, SET PCPICTURE, SET PCSAYS, SET PCUNIQUE, DB_FOXPLUSBUGS, DB_FOXPROKEYS, DB_SAMBA
+
[[APPEND]], [[CHANGE]], [[CREATE SCREEN]], [[DB_FOXPLUSBUGS]], [[DB_FOXPROKEYS]], [[DB_SAMBA]], [[EDIT]], [[EDITFIELD()]], [[FILETYPE()]], [[FMT()]], [[INDEXEXT()]], [[MODIFY SCREEN]], [[READEXIT()]], [[READINSERT()]], [[SET CLIPPER]], [[SET CLIPPER5]], [[SET COMPATIBLE]], [[SET FILECASE]], [[SET FILETYPE]], [[SET FORMAT]], [[SET INDEXEXT]], [[SET MEMOEXT]], [[SET PCEDIT]], [[SET PCEXACT]], [[SET PCFILTER]], [[SET PCGRAPHICS]], [[SET PCKEYS]], [[SET PCLOCKING]], [[SET PCPICTURE]], [[SET PCSAYS]], [[SET PCUNIQUE]]
  
  
Line 23: Line 16:
  
 
==Example==
 
==Example==
<pre>
+
<code lang="recital">
 
set editfield on
 
set editfield on
 
use accounts
 
use accounts
set form to customers</pre>
+
set form to customers</code>
  
  
 
==Products==
 
==Products==
Recital Terminal Developer
+
Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
[[Category:Set_Commands]]
+
[[Category:Set_Commands|EDITFIELD]]
 +
[[Category:Screen Forms]]
 +
[[Category:Screen Forms Set Commands]]
 +
[[Category:Xbase Compatibility]]
 +
[[Category:Xbase Compatibility Set Commands]]

Latest revision as of 15:38, 23 November 2009

Purpose

Change the field editing operation.


Syntax

SET EDITFIELD ON | OFF | (<expL>)


See Also

APPEND, CHANGE, CREATE SCREEN, DB_FOXPLUSBUGS, DB_FOXPROKEYS, DB_SAMBA, EDIT, EDITFIELD(), FILETYPE(), FMT(), INDEXEXT(), MODIFY SCREEN, READEXIT(), READINSERT(), SET CLIPPER, SET CLIPPER5, SET COMPATIBLE, SET FILECASE, SET FILETYPE, SET FORMAT, SET INDEXEXT, SET MEMOEXT, SET PCEDIT, SET PCEXACT, SET PCFILTER, SET PCGRAPHICS, SET PCKEYS, SET PCLOCKING, SET PCPICTURE, SET PCSAYS, SET PCUNIQUE


Description

A synonym of the EDITFIELD() function, this command enables or disables dBASE compatible use of the [CURSOR RIGHT] key for editing of textual fields on forms. When EDITFIELD is ON, characters initially typed over a field overwrite only those characters shown, and on pressing the [RETURN] key the remainder of the field is included as user input. If EDITFIELD is set OFF, only what is typed into the field is saved. The default setting for EDITFIELD is OFF.


Example

set editfield on
use accounts
set form to customers


Products

Recital