Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
On Key Label for a Method
Message
From
14/08/1998 14:42:23
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00126983
Message ID:
00126984
Views:
16
>In VFP 5.0, I have created a method in a form to copy the value of certain fields to the clipboard memory.
>
>In the Init of the form I am trying to call that method with but I don't know how.
>
>I have tried the following:
>ON KEY LABEL Alt+C DO Thisform.ToClipBoard()
>
>I don't want a button.
>
>Can anyone help?

What's exaclty the problem?
BTW, you cannot use 'Thisform' in ON KEY LABEL. However, you can use real form reference, or use Form.Keypress event.
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform