Thanks Mr:>

Got it...  I done it this way
SET VAR vm_polist = ('PONUM IN (' + .vf_polist + ')')
EDIT USING e_purorder WHERE &vm_polist

Later
Jim Limburg

"A. Razzak Memon" wrote:
> 
> Jim,
> 
> How are you creating .vF_PoList variable?
> 
> How does it look?
> 
> The IN option needs to be surrounded by the left and
> right parenthesis.
> 
> Once you create that clause, which should looks like:
> 
> (12345, 666600, 888888, 999999)
> 
> Then:
> 
> EDIT USING E_PurOrder WHERE Ponum IN &vF_PoList
> 
> Hope that helps you understand the logic.
> 
> If you need an example, let me know.
> 
> Have Fun!
> 
> Very Best Regards,
> 
> Razzak.
> 
> At 03:05 PM 8/30/2001 -0400, Jim Limburg wrote:
> >
> >Why won't this clause work?
> >EDIT USING e_purorder WHERE ponum IN (.vf_polist)
> >
> >vf_polist is a comma delimted list created by choose command.
> >
> 
> ===================================-============================
> R:BASE Developers's Conference: http://www.rbase.com/conference
> Official R:BASE List Server:    mailto:[EMAIL PROTECTED]
> RBTI Events/Training:        http://www.rbase2000.com/events
> R:DCC Members:               http://www.rbase2000.com/rdcc
> ================================================================
> R:BASE, Oterro & R:Tango are registered trademarks of RBTI.
> ==================================-=============================

Reply via email to