LindaRichard
Programmer
I have a application in vfp 7.0 that includes an activex that I wrote in Visual Basic. This activex is a X-Y plot of a specialized diagram. I need to get my data from a view I built in vfp to my activex. Essentially I want to pass the data through a property or method array between vfp and Vb. This is what I would like to do:
In Visual Basic I wan't to define a property that is in fact an array that will contain the x,y coordinates.
In vfp I redimension the property to the data size and store the data
The activex gets the data from the property array and draws the diagram. (note the activex is included within the vfp project form) For example its easy to define a method or property in a visual basic activex and have it available for read/write in the host vfp. The problem that I am running into is defining an array in visual basic and being able to redimin vfp.
Thanks for your help.
Linda
In Visual Basic I wan't to define a property that is in fact an array that will contain the x,y coordinates.
In vfp I redimension the property to the data size and store the data
The activex gets the data from the property array and draws the diagram. (note the activex is included within the vfp project form) For example its easy to define a method or property in a visual basic activex and have it available for read/write in the host vfp. The problem that I am running into is defining an array in visual basic and being able to redimin vfp.
Thanks for your help.
Linda