Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Test Harness Tool - How to get it to work..
Message
De
28/02/2002 06:15:13
 
 
À
22/02/2002 10:18:48
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00623696
Message ID:
00626264
Vues:
15
I checked out the code too...

This part of the code is what fails:
	nRetval = AccessibleObjectFromWindow(m.nhWnd, OBJID_CLIENT, .cguid, @oacc)
		oAccvfp = oacc

		IF TYPE("oaccvfp.accchild(int(2^31-1))") # "U"
			THIS.oVFP = oaccvfp.accchild(int(2^31-1))
		ENDIF

		DO CASE
			CASE NOT (TYPE("This.oVFP.Name") # "U" AND This.oVFP.Name = "Microsoft Visual FoxPro")
				*-- If its not VFP application
				MESSAGEBOX(MSG_NONVFP_LOC, WINDOWTITLE_LOC, 16)
				lContinue = .f.
It seems that THIS.oVFP = .NULL. anyone know whwy this might be!!??

thanks
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform