Linux support

Ruslan Zasukhin sunshine at public.kherson.ua
Sat Jan 8 19:29:25 CST 2005


On 1/8/05 12:43 AM, "Ken Jordan" <jordan at digi-net.com> wrote:

> 2) I can't seem to get data back from a VText. I've tried both
> VTextObject.WriteRawData("string") and VTextObject.Value = "string" - in
> both cases the data is in the VText object in the BaseObject before the
> AddRecord() call and table.Flush() call. However, neither
> cursor2.TextField("text_field").ReadRawData() nor
> cursor2.TextField("text_field").Value return the data - just an empty
> string. What might I be missing?

Flush() is not problem here.

I think you have forget to call Table.SetBlank() before start to fill fields
of table.

MUST BE

    t.SetBlank

    t.f = something
    t.text.value = "fsdgsdfgfdsh"

    t.AddRecord()



-- 
Best regards,
Ruslan Zasukhin      [ I feel the need...the need for speed ]
-------------------------------------------------------------
e-mail: ruslan at paradigmasoft.com
web: http://www.paradigmasoft.com

To subscribe to the Valentina mail list go to:
http://lists.macserve.net/mailman/listinfo/valentina
-------------------------------------------------------------




More information about the Valentina mailing list