Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP Bug, who's seen it?
Message
De
15/12/1999 17:06:47
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
VFP Bug, who's seen it?
Divers
Thread ID:
00304389
Message ID:
00304389
Vues:
58
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!)
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform