Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to pass array parameters in between 2 Form ?
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00000765
Message ID:
00000818
Views:
50
Ng

Create a form property NewItem[1,1]

in the INIT try this:

parameters taParms
*-
lnArrRows = alen(taParms,1)
dimen this.aParms[lnArrRows,2]
=acopy[taParms, this.NewItem)


Now the form's array property is auto dimensioned & contains
the data it needs. Use this.NewItem[r,c] as an array.

Hope I'm on the right track. BTW, there is a KB article on
Form Array Properties.

Tom

>
>Very thanks becouse your helping.
>One more question is same with above, but
>difference is
>I wrote:
> DO FORM testing WITH OptionGroup
>
>in FORM testing
>I wrote:
>parameters xyz
>this.NewItem = xyz
>
>the question is, what is the NewItem property to
>be set
>and how to retrieve the "This.NewItem"
Tom
--------------------------------
Tom O'Hare
407-299-4268 -- tom@redtile.com -- http://www.redtile.com/
Independent Programmer Using Visual FoxPro, Visual Basic & more...
Operations Manager -- Virtual FoxPro User Group (VFUG)
http://www.vfug.org/ -- tom@vfug.org
President -- Central Florida FoxPro User Group (CFFUG)
http://www.redtile.com/foxpro/
Universal Thread Most Valued Professional (MVP)
http://www.transformation.com/foxpro/
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform