Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set Carry To A Different Field
Message
From
18/09/1998 15:19:04
 
 
To
18/09/1998 14:35:24
Zaraq Bari
Bari Studios Limited
Lahore, Pakistan
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00138373
Message ID:
00138404
Views:
10
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform