What's Wrong With This 'Picture'?

Ruslan Zasukhin sunshine at public.kherson.ua
Sat Jun 3 00:27:30 CDT 2006


On 6/2/06 8:13 PM, "Chuck Pelto" <cbpelto at pcisys.net> wrote:

Hi Chuck,

> Still working towards a modular approach to keeping data in a listbox
> closely related to the data in the VTable/VField it came from, in an
> application being developed with RB2006v2 and V4RB2.
> 
> I'm having a bit of a problem with a particular call....
> 
> theTable.theField.Value = theData
> 
> The params for the method in the module are as follows:
> 
> theTable as VTable, theField as VField, theData as string, recID as
> integer
> 
> The problem is that during compile, I'm getting an error that
> theTable.theField.Value does not exist as a method or property.

So you have 

Foo( theTable as VTable, theField as VField, theData as string, recID as
integer)

     theTable.theField.Value = theData      << ????

end

Of course this is wrong. How you going join PARAMETERS into this chain ?

TheTable is Vtable varaible.

Class VTAble do not have theField property


 
> What could be causing this problem? Other calls to theTable are being
> recognized readily enough.
> 
> I've tried changing the call to go for SetString instead of Value.
> But still get the same result.
> 
> Please advise....

-- 
Best regards,

Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc

Valentina - Joining Worlds of Information
http://www.paradigmasoft.com

[I feel the need: the need for speed]




More information about the Valentina mailing list