Author: Richard Kaye
Posted: 2005-03-02 at 08:20:24
This is why it's good practice to not use the same name for a variable
and a field as VFP will always pick up the field before a memvar. And
that bad practice is illustrated in my example below... Oops... Glad you
got the problem solved
Amanda Brown wrote:
>That's what I had except I forgot the m.!
>
>
>
>>>>richard@rfcsystems.com 3/1/2005 11:38:11 AM >>>
>>>>
>>>>
>How is your view parameter referenced in your remote view? It should be
>
>preceded by a ?. Something like this:
>
>SELECT fields FROM table WHERE pkey = ( ?m.pkey )
>
>If it isn't, then the parameter only gets evaluated the first time the
>
>view is executed.
>
>
--
Richard Kaye
RFC Systems
Voice: 973.761.0868
Fax: 973.761.4329
For the fastest response time, please send your tech support
queries to techsupport@rfcsystems.com
---------------------------------------------------------
---------------------------------------------------------