Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
@ Say acts like button, but no function call in statemen
Message
From
17/04/2007 08:36:01
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
01216638
Message ID:
01216664
Views:
26
>>Somehow on a screen I'm working on the following acts like a button and runs a procedure in the code. I don't see how. There is no function associated with it. Anyone know? This is driving me crazy working on all this old stuff I haven't seen in 10 years...
>>
>>
>>@ xx - 1, 8 + but_size * ( yy - 1 ) SAY LEFT( " JAY " + p_name + SPACE( but_size ), but_size - 1 ) COLOR ( col_once )STORE LEFT( p_name,2 ) TO hld_color
>>
>
>Is it possible that there is an invisible button at the same location?

Good thought... The following is the only other thing that logically might be doing something at that position, but what is the "V" in the PICTURE clause? I couldn't find that one. Is it for inVisible?
@ xx - 1, 8 + but_size * ( yy - 1 ) GET x_room( xx, yy ) ;
	PICTURE '@*IV ' SIZE 1, but_size - 1, 0 ;
	VALID pullsch()
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform