Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Page frame curiosity
Message
From
30/09/2004 14:08:12
 
 
To
30/09/2004 13:21:49
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00947484
Message ID:
00947652
Views:
19
Try this ( with patience )

a) Open properties
b) Run this ( with a Command selection ) or with a Program:
SET ESCAPE ON
WITH CREATEOBJECT('TextBox')
	.Tag = 'by by baby'
	DO WHILE .T.
		DOEVENTS FORCE
	ENDDO
ENDWITH
c) Go to SCREEN properties
- Set Caption to =.Tag
- Observe the VFP Caption: it is 'by by baby'
press ESC and cancel
c) Go to SCREEN properties
- On Caption redo a ENTER
- Observe the VFP Caption: it is empty

You can replay this with a Form/pageframe session.

Fabio
Previous
Reply
Map
View

Click here to load this message in the networking platform