Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Variable=thisform.text1.value
Message
From
03/12/2004 15:00:51
 
 
To
03/12/2004 14:50:51
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00966809
Message ID:
00966814
Views:
10
Hi, Mohammed

You would need to pass that value from the form to the program like this:
  do moh with thisform.text1.value
or
  llok = moh(thisform.text1.value)

and in the program or function
(function or procedure) moh()
  parameter pcvalue
  local curr22
  curr22 = pcvalue
...
end (function or procedure)
HTH
Beth
>hi all,
>
>how i can use something as
> curr22=thisform.text1.value inside my program "moh".
>
>i put this code under to run myprogram (moh).
>
>thisform.text25.value=moh(thisform.text13.value)
>
>thanks for help
>
>m.qasem
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform