Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Fast datalistview?

2 views
Skip to first unread message

Mathias Håkansson

unread,
Feb 28, 2001, 11:01:44 AM2/28/01
to
I know that there is a trick to make the datalistview fast when browsing
large databases, but I can't remember how to do it.
Do any of you remember how to do it?
I know that Robert Van der Hulst has shown how to do this, but it seems like
I was too tired to take notes on this...

--
Mathias Håkansson
Ten Data AB
Sandvägen 2
352 45 Växjö

Tel: 0046(0)470-749855
Fax: 0046(0)470-256 23


Tom Walden

unread,
Feb 28, 2001, 11:06:44 AM2/28/01
to
> I know that Robert Van der Hulst has shown how to do this, but it seems
like
I was too tired to take notes on this...

You might try going to www.knowvo.com and doing a search thru previous NG
messages for your subject matter.


Ed Richard

unread,
Feb 28, 2001, 1:57:01 PM2/28/01
to
METHOD OrderKeyGoto(nKeyNo) CLASS MydbServer
LOCAL lRetCode AS LOGIC
LOCAL lDeleted AS LOGIC

lDeleted := SetDeleted(.F.)
lRetCode := SUPER:OrderKeyGoTo(nKeyNo)
SetDeleted(lDeleted)
RETURN lRetcode

Ed

"Mathias Håkansson" <mathias....@tendata.se> wrote in message
news:97j7fv$ovu36$1...@ID-52186.news.dfncis.de...

0 new messages