main logo
Subject: Re: CB and passing more than 4 parameters
Author: Pamela Thalacker
Posted: 2002/10/25 12:42:37
 
View Entire Thread
New Search


Hi Bhavbhuti.

<i><font color="#663300">DIMENSION laArray[5]
laArray[1] = "Value One"
laArray[2] = Table.FieldName
laArray[3] = VarName
...
= DoForm("formname", laArray)</font></i>

This would pass "Value One" to formname. To pass the array you would need to say:

= DoForm("formname", .at. laArray)

But I would like to reiterate Bob's suggestion and say that I have
found parameter objects to be a much better idea, especially with the new VFP8 empty class .D.O.T Check out http://fox.wikis.com/wc.dll?Wiki~EmptyClass

Pamela
pamela@eagle-crest.com
 
©2002 Pamela Thalacker
<-- Prior Message New Search Next Message -->