main logo
Subject: Re: Hello out there???
Author: Bhavbhuti Nathwani
Posted: 2002/10/05 01:11:48
 
View Entire Thread
New Search


Hi Philippe

Glad to hear from active CB guys. Have you tried CVS as BOb suggested. There are two ways to go about 1) that Ed has suggested on SourceForge 2) there is a methods sugggested by SourceForge guys /AT/ http://sourceforge D.OT net/docman/display_doc.php?docid=766&group_id=1 I personally found this easier.

Just tell Ed to allow you in as a developer and you're on. I have also put up a grid builder onto SF.net. Hopefully all the current user who have developed such utils will want to put them up on SF.net and the newbies will get all the builders to make things easier for them.

<i><font color="#663300">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>

</font></i>

Regards
Bhavbhuti
 
©2002 Bhavbhuti Nathwani
<-- Prior Message New Search Next Message -->