Search found 52 matches: scoped

Return to advanced search

ADO

... thing though - I'm going to have to write some type of parser that will create sql expressions from std expressions we use in clipper to obtain a scoped recordset. I'm not sure where the convergence is between XML and GX, but the demo is on its way... I have a 'freebie' - if you try and successfully ...
by Antonio Linares
Wed Aug 27, 2008 7:29 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 93209

... person-> groupID FOR TempGroupID TO TempGroupID ; OF oDlg ; SIZE 300, 200 If yes, then the ListBox must have the INDEX on GroupID and in the “scoped” view I can’t use the other Indexes like name, street, … anymore. Regards, Otto
by Otto
Thu Mar 27, 2008 6:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use CDX-Index as a FILTER
Replies: 10
Views: 1991

XBrowse. Bug in row painting

... it in one case and give the code below. This code uses c:\fwh\samples\customer.dbf. The code creates necessary indexes and shows parent child scoped browses. The child table is related to the parent table with ordSetRelation. I also provided an option to choose either txbtowse or twbrowse. ...
by nageswaragunupudi
Sun Jan 13, 2008 2:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse. Bug in row painting
Replies: 19
Views: 4555

... small file, setFilter() will be way too slow--it reads every record in the file. OrdScope() requires that the data be indexed on the field being scoped. It will read only those records within the scope so it is very fast. The sample is the code you quoted in your message. James
by James Bott
Tue Jan 09, 2007 5:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Update Browse from other database
Replies: 4
Views: 1027

... campo de relacion en la tabla padre... hasta aqui creo que lo entediste bien. Ahora, en Clipper 5.3 existia el comando SET RELATION .... INTO ... SCOPED que lo hacia era hacer un SCOPE en la tabla hija con respecto al campo en la tabla padre, lo que ocmente es que ignoraba si en (x)Harbour, el ...
by R.F.
Thu Sep 28, 2006 12:48 am
 
Forum: FiveWin para CA-Clipper
Topic: RENE FLORES ACLARACION,, ???? me dejaste pregunton..
Replies: 1
Views: 822

Scopes are great, try a scope and then a filter with the scoped database.

Or you can use the ADS LOCAL server, Filters are damn fast with ADS, even using SET FILTER and not need to use any additional indexes.
by R.F.
Wed Aug 02, 2006 1:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: The fastest way to filter DBF
Replies: 14
Views: 4005

... tiene mucha complicacion. Una de las cosas que poca gente sabe, e ignoro si esta soportada en (x)Harbour y que tenia Clipper 5.3, es la clausula SCOPED dentro del SET RELATION, la clausula SCOPED establece un SCOPE automatico en la tabla hija, filtrando los registros cada vez que te mueves en ...
by R.F.
Thu Jul 27, 2006 2:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Relacionar 2 o mas DBF
Replies: 6
Views: 3646
Previous

Return to advanced search