Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP Bug, who's seen it?
Message
From
15/12/1999 17:06:47
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
VFP Bug, who's seen it?
Miscellaneous
Thread ID:
00304389
Message ID:
00304389
Views:
61
Here's one for VFP 6 SP3:

Create a blank form, and add a method called "This_access" to it.

In that method put:

LPARAMETERS cMember
*To do: Modify this routine for the Access method
debugout 'This_access'
RETURN THIS


Add a button to the form and this to the Click() event:
debugout thisform.caption
with thisform
	debugout .caption
endwith
You would expect ot see:

This_acess
Form1
This_acess
Form1


But you don't, you see:

This_acess
Form1
Form1


Is this known? I know the workaround (just don't use a WITH with anyhting that has a THIS_ACCESS!)
Next
Reply
Map
View

Click here to load this message in the networking platform