Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can delegate in bindevent pass parameter to method?
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Can delegate in bindevent pass parameter to method?
Miscellaneous
Thread ID:
00943649
Message ID:
00943649
Views:
95
can the delegate pass parameters to calling method when using bindevent? The following seem to be giving me errors in the bindevent line:
			FOR a = 1 TO .my_pf1.PageCount && count how many pages in pageframe
			
				pgname = "thisform.my_pf1.page"+transform(a) &&take page number from pgcnt variable and add it to constant
				BINDEVENT(&pgname,"Activate",thisform,"focuscontrol("+pgname+")"=,0)
				
			ENDFOR
here is what my focuscontrol method looks like:
LPARAMETERS pagename
MESSAGEBOX('passed parm was '+STR(pagename),0,'')
thanks
Nick
Next
Reply
Map
View

Click here to load this message in the networking platform