Search found 54 matches: scatter

Return to advanced search

... but somewhat less than you in that I use xDATAFILE via class properties rather than direct inheritance. I don't currently use any form of generic scatter / gather but I do buffer all data and updates are only written after the user confirms that they want to update / write. (Actually I mostly ...
by xProgrammer
Mon Apr 14, 2008 12:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Question Abot DIALOGs
Replies: 45
Views: 12819

Doug, >>> I take your point about "scatter / gather" but please note that scatter/gather could be implemented in my architecture (not subclassing xDATAFILE class but merely pointing to it) equally as in your architecture. >> I'm ...
by James Bott
Mon Apr 14, 2008 12:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Question Abot DIALOGs
Replies: 45
Views: 12819

Hi James >> I take your point about "scatter / gather" but please note that scatter/gather could be implemented in my architecture (not subclassing xDATAFILE class but merely pointing to it) equally as in your architecture. > I'm sure ...
by xProgrammer
Mon Apr 14, 2008 8:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Question Abot DIALOGs
Replies: 45
Views: 12819

... advantages of OOP is using inheritance to make things simpler, and I think that you are not fully understanding it. >I take your point about "scatter / gather" but please note that scatter/gather could be implemented in my architecture (not subclassing xDATAFILE class but merely pointing to ...
by James Bott
Thu Apr 10, 2008 8:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Question Abot DIALOGs
Replies: 45
Views: 12819

... in the belief that if we both explain our ideas both of us and potentially others listening in will be the wiser for it. I take your point about "scatter / gather" but please note that scatter/gather could be implemented in my architecture (not subclassing xDATAFILE class but merely pointing to ...
by xProgrammer
Thu Apr 10, 2008 7:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Question Abot DIALOGs
Replies: 45
Views: 12819

... are tremendous. >I did deviate a little from your methodology in that I have a DATAFILE_Class but that doesn't do automated "gather and scatter" - I think that's what you called it? It does however control the allocation of keys and the standard fields included in all my tables which ...
by James Bott
Thu Apr 10, 2008 2:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Question Abot DIALOGs
Replies: 45
Views: 12819

... and fun once I got started. I did deviate a little from your methodology in that I have a DATAFILE_Class but that doesn't do automated "gather and scatter" - I think thats what you called it? It does however control the allocation of keys and the standard fields included in all my tables which ...
by xProgrammer
Wed Apr 09, 2008 9:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Question Abot DIALOGs
Replies: 45
Views: 12819

... to use them as you will save hundreds, maybe thousands, of lines of code in your applications. With a database object you don't have to use any scatter/gather functions and there is no dealing with aliases. There are lots of other good reasons to use objects too. Below is the code without a ...
by James Bott
Mon Jan 21, 2008 9:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse alternating row colors
Replies: 36
Views: 5680

... DbGotop() IF !lMode bBlock := {|val,elem| Fieldput(elem,f_isOEM(@val,elem))} ENDIF DO WHILE !Eof() oMeter:Set(nActual+1) SysRefresh() aData := Scatter() Aeval(aData ,bBlock) dbSkip() ENDDO DbUnlock() oMeter:End() oGaugeDlg:End() sysrefresh() RETURN NIL FUNCTION scatter(nInicial,nFinal) local ...
by Otto
Sun Oct 28, 2007 7:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: logical character Read
Replies: 7
Views: 1715
Previous

Return to advanced search