by "Robert Peros" <no_spam.robert.peros@[EMAIL PROTECTED]
>
Jan 4, 2008 at 10:20 AM
"Jsan618" <tcs@[EMAIL PROTECTED]
> wrote in message
> Has anyone gotten: 'How to create a re****t based on a Browse Query'
> from the help system to work?
> I have entered the instructions as shown in the help files. I get
> several error such as 'illegal datatype' on the string they
> recommend.
Inside Re****t procedure after parent call
> If GLO:Re****tQueryResult <> ''
SELF.SetFilter(GLO:Re****tQueryResult)
SELF.ApplyFilter()
> GLO:Re****tQueryResult = ''
> End
GLO:Re****tQueryResult should be acessible by procedure
like global data or parameter
R.