main logo
Subject: Re: Hello out there???
Author: Philippe Sevin
Posted: 2002/10/04 09:18:18
 
View Entire Thread
New Search


I'm for one still using and enjoying Codebook but I've been lazzy participating in the forum ... although I always check the messages.

Just last week, I found a performance problem with the IsAddingTB used to search for new records in a table buffered table. Instead of looping through the whole table (do while ... skip ... enddo), couldn't we use getnextmodified:

LOCAL lnModifiedRecno
lnModifiedRECNO=0
DO WHILE .t.
.....lnModifiedRECNO=GETNEXTMODIFIED(lnModifiedRECNO,lcAlias)
.....IF lnModifiedRECNO=0 && done no addition detected
........llisAdding=.f.
........EXIT
.....ENDIF
.....IF lnModifiedRECNO<0 && done addition detected (recno()<0)
........llisAdding=.T.
........EXIT
.....ENDIF
.....GO lnModifiedRECNO
ENDDO

<i><font color="#663300">Thanks BOb for noticing. It was sure getting lonely up here :-). But I don't think so all of them stopped using at the same time. Hopefully they are all busy, good for them, and will return for more Q&A.

<i><font color="#663300">Hi All,

Just wondering if 'anyone' is still using Codebook any more? I know the participation here has gone way down. Has everyone moved to a commercial framework so they can get regular updates and support? That is the main reason my company moved.

Anyway, just wanted to say hey, and that I am still here. Seems like Bhavbhuti Nathwani has been busy with codebook. It does have alot of great stuff in it. Some irony is that VFP 8.0 is offering a stand alone DE class to use in your form classes. Gee, Codebook has been doing that since it came out. It sure was ahead of its time.

Oh well... hope everyone has a good year!

BOb
</font></i>

</font></i>


 
©2002 Philippe Sevin
<-- Prior Message New Search Next Message -->