Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Test Harness Tool - How to get it to work..
Message
From
28/02/2002 06:15:13
 
 
To
22/02/2002 10:18:48
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00623696
Message ID:
00626264
Views:
25
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
Previous
Reply
Map
View

Click here to load this message in the networking platform