Import method not work

Ruslan Zasukhin ruslan_zasukhin at valentina-db.com
Tue Jun 23 02:13:20 CDT 2009


On 6/23/09 12:01 AM, "Bill Mounce" <rb at teknia.com> wrote:

Hi Bill,

> I am doing a simple import, and the data is not transferring from the
> tInput variable into the Valentina field. I am sure I am missing
> something simple. Any help? The method is in the boPerson table where
> dbWord exists.
> 
>   Dim f As FolderItem
>   Dim t As TextInputStream
>   Dim tInput String
> 
>   f=GetOpenFolderItem("BBEDIT")
>   if f=nil then
>     return
>   end if
> 
>   t=f.OpenAsTextFile
> 
>   Do
> 
>     tInput=t.ReadLine
>     SetBlank
>     dbWord.Value = tInput

What if replace on

        dbWord.Value = "AAAAAAAA"

?

>     AddRecord
> 
>   Loop Until t.EOF
> 
>   Flush



-- 
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