Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Looking for a copy of the FoxPro 2.6 Help files
Message
 
À
09/12/2003 10:10:39
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Divers
Thread ID:
00857190
Message ID:
00857259
Vues:
20
I hope this helps :
Syntax

@ <row, column> GET <memvar> | <field>
	[FUNCTION <expC1>]
	[PICTURE <expC2>]
	[FONT <expC3>[, <expN1>]]
	[STYLE <expC4>]
	[DEFAULT <expr1>]
	[ENABLE | DISABLE]
	[MESSAGE <expC5>]
	[[OPEN] WINDOW <window name>]
	[RANGE [<expr2>] [, <expr3>]]
	[SIZE <expN2>, <expN3>]
	[VALID <expL1> | <expN4> [ERROR <expC6>]]
	[WHEN <expL2>]
	[COLOR SCHEME <expN5> | COLOR <color pair list>]


PICTURE
Code	Purpose

A	Allows alphabetic characters only.
L	Allows logical data only.
N	Allows letters and digits only.
X	Allows any character.
Y	Allows logical Y, y, N and n only.  Converts y and n to Y and N, respectively.
9	Allows only digits in character data.  Allows digits and signs in numeric data.
#	Allows digits, blanks and signs.
!	Converts lower-case letters to upper-case letters.
$	Displays the current currency symbol specified by SET CURRENCY.  
By default, the symbol is placed immediately before or after the field.  
However, the currency symbol and its placement (SET CURRENCY), the separator 
character (SET SEPARATOR) and the decimal character (SET POINT) can all be 
changed.  Can only be used in @ ... GET when SET CURRENCY is LEFT.
*	Asterisks are displayed in front of a numeric value.  Use with a dollar sign $ for check protection.
.	A decimal point specifies the decimal point position.
,	A comma is used to separate digits to the left of the decimal point.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform