V4MD request

info at vallemediatime.com info at vallemediatime.com
Wed Jun 22 00:21:51 CDT 2005


Hi Ruslan

----- Original Message ----- 
From: "Ruslan Zasukhin" <sunshine at public.kherson.ua>
To: <valentina-beta at lists.macserve.net>
Sent: Tuesday, June 21, 2005 6:40 PM
Subject: Re: V4MD request


> On 6/21/05 5:58 PM, "info at vallemediatime.com" <info at vallemediatime.com>
> wrote:
> 
> > on updateGrid n
> > sprite(n).SetRow(0, string(gHeaderList))
> > recCount = value(member("recCount").text)
> > sprite(n).rowCount = RecCount +1
> > sprite(n).colCount = gHeaderList.count
> > -- we fill the grid row by row
> > repeat with i = 1 to RecCount
> > fields = gCursor.getRecord(i)
> > sprite(n).SetRow(i,string(fields))
> > end repeat
> > sprite(n).ColAutoSize()
> > end
> > 
> > more simple and fast
> 
> Ah, you use here GetRecord() which returns a lits of values.
> 
> Then yes, Director is not so fast on calls to Xtra.
> So the more calls the slower general work.
> But this is problem of Director.
> 
> Then just go by SQL way. :-)
> 
> Btw, I think we can add similar method for Table
> 
>     Table.GetRecord()

ok, I hope and wait for this new method.
I must add it into mantis? or you remember the same one?  :-)
Thanks Paolo


> -- 
> 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]
> 
> 
> _______________________________________________
> Valentina-beta mailing list
> Valentina-beta at lists.macserve.net
> http://lists.macserve.net/mailman/listinfo/valentina-beta
> 
> 
> 
> -- 
> No virus found in this incoming message.
> Checked by AVG Anti-Virus.
> Version: 7.0.323 / Virus Database: 267.7.8/22 - Release Date: 17/06/2005
> 
> 


More information about the Valentina-beta mailing list