Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BINDEVENT() with _SCREEN.CLICK
Message
From
16/09/2009 15:20:35
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
BINDEVENT() with _SCREEN.CLICK
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01424780
Message ID:
01424780
Views:
137
When I click on a screen region owned by _SCREEN, my app's form is deactivated.
This behavior appears to be different with VFP9 than with VFP5.

I tried using BINDEVENT to capture the mouse click and activate my form:
BINDEVENT(_SCREEN,"Click",THISFORM,"Click")

However, I get this error upon entry of my form's click event handler:
Error number: 31
Invalid subscript reference.
Error occurred at line 1 in PROCEDURE MYFORM.CLICK

I've tried binding the event to a method, but get an error saying there is no PARAMETERS statement.
I assume there are some coordinates being passed somehow but don't see them when I create
an event handler for my Click event.

???

Thanks,
Howard
Next
Reply
Map
View

Click here to load this message in the networking platform