Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Variable=thisform.text1.value
Message
De
03/12/2004 15:00:51
 
 
À
03/12/2004 14:50:51
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00966809
Message ID:
00966814
Vues:
9
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform