Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Set Carry To A Different Field
Message
De
18/09/1998 15:19:04
Nancy Folsom
Pixel Dust Industries
Washington, États-Unis
 
 
À
18/09/1998 14:35:24
Zaraq Bari
Bari Studios Limited
Lahore, Pakistan
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00138373
Message ID:
00138404
Vues:
11
I don't see how you could use SET CARRY to do this. But INSERT INTO might work for you. Here's a runnable piece of code that demonstrates what I mean (I assume you need to create records).
X.BUTTON1.TOP = 1
X.TEXT1.TOP = 40
X.TEXT2.TOP = 80
X.SETALL( 'VISIBLE', .T. )
X.SHOW
READ EVENTS
DEFINE CLASS CMDBUT AS COMMANDBUTTON
	PROCEDURE CLICK
	INSERT INTO TEST (PRESENT, PAST) VALUES (SECONDS(), TEST.PRESENT )
	THISFORM.REFRESH()
ENDDEFINE
...snip
>Now how can I SET CARRY TO PREVIOUS column for the value in the PRESENT column?i.e,
...snip
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform