Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Function in a form
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Miscellaneous
Thread ID:
01079003
Message ID:
01079004
Views:
16
This message has been marked as the solution to the initial question of the thread.
Hi Ali,
Add new metod in you form Form=>New method
Call your method with
m.here_is_return_value = ThisForm.name_of_method(first_param, second_param ...)
In your method
PARAMETERS f_param, s_param
some code
...
RETURN m.return_value
>Hi
>How i can define a function that return a value in a form like a method?
>Can I ?
_______________________________________________________________
Testing displays the presence, not the absence of bugs.
If a software application has to be designed, it has to be designed correctly!
_______________________________________________________________
Vladimir Zografski
Systems Analyst
Previous
Reply
Map
View

Click here to load this message in the networking platform