Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Functions
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00380185
Message ID:
00380562
Views:
16
>How do you call a function in Visual Fox Pro? I created a function and need to be able to call it from one of my command buttons. I tried to use DO, but that calls a program. Can anyone Help?

One thing to consider maybe be adding a Method to your form. You use the Form > Add Method menu and type in the name of the method you want to add. Then, put the code in there. To run it, simple call Thisform.MyNewMethodName() .Signature { margin-top: 12px; color: #666666; } .Signature a { color: #666666; }
Previous
Reply
Map
View

Click here to load this message in the networking platform