by "Stephen Quinn" <stevejqNO@[EMAIL PROTECTED]
>
Feb 24, 2008 at 02:26 AM
Otto
Your scope command is incorrect then
> set scope to { || Str(SFAKTU->ADR_NR,6) }
should be
cText := Str(SFAKTU->ADR_NR,6)
SET SCOPE TO cText
or
SET SCOPE TO ( cText )
It shouldn't be a codelock IIRC (check the (cmx?).ch file for the syntax)
- the SET SCOPE command cannot execute a codeblock it just does a
conversion,
probably why your filtering the whole database
(ie because the SCOPE is failing to take).
The only time I've ever used custom skipblocks is when browsing arrays,
I've never had a need to use them when browsing
DBFs.
--
CYA
Steve