Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Re Using Code in an event
Message
From
01/10/1996 13:57:41
John Baird
Coatesville, Pennsylvania, United States
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00008991
Message ID:
00009018
Views:
34
> I have a customer screen. there is a grid on the bottom of customers. When I double click anywhere on the grid I want the customer duble clicked to update the screen. > 22 Fields > all the display objects are disabled and must be enabled (fields and lables) > 22 fields 22 lables > 66 lines of code > plus comments > copied over 17 "double click events" on the grid > > What happens when I have to change 17 events > the potential for disaster it to high > Plus I hate re writing code thats why I program in Foxpro > > Thanx Why not place the code in the method for the 1st column, then in the dblclick event of the other 65 place : _screen.activeform.activecontrol.column1.dblclick() .
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform