Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form array to a Vfp function
Message
From
13/06/2012 07:10:48
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01545940
Message ID:
01545946
Views:
58
>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform