Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form array to a Vfp function
Message
De
13/06/2012 07:10:48
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01545940
Message ID:
01545946
Vues:
59
>>hi all,
>>
>>i have a error with :
>>
>>
>>lretVal =CheckSoinsAgendaSoins( @thisform.psoinstocheck )
>>
>>
>>How put a Form array to a Vfp function() ?
>>
>>Thank in advance for help
>>
>>
>>bernhart
>
>The array must be a local array, e.g.
>
>local array laInsToCheck[1]
>
>acopy(laInsToCheck, thisform.psoInsToCheck)
>
>lRetVal = CheckSoinsAgendaSoins(@laInsToCheck)
>
>and then copy the array back.

Won't work
Gregory
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform