David: Did you have "SET WALKMENU ON"? Javier, Javier Valencia, PE President Valencia Technology Group, L.L.C. 14315 S. Twilight Ln, Suite #14 Olathe, Kansas 66962-4578 Office (913)829-0888 Fax (913)649-2904 Cell (913)915-3137
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of David M. Blocker Sent: Monday, September 15, 2003 8:44 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: Walkmenu on currency values Suppose the column in question is PoundValue Try this: SET CURRENCY '�' SUFF 2B CHOOSE vvalue from #VALUES FOR (CTXT('PoundValue')) FROM table.... ORDER BY PoundValue SET CURRENCY '�' PREF 2B This would put the pound symbol AFTER the values, and display as text, but in order by the amount. I tried it with CONCOMP in 7.0; I could press 3 to jump to the first starting with 3, but couldn't press 3,5 to go to 3,500. It's close, but still not real walkmenu. David Blocke David ----- Original Message ----- From: "MikeB" <[EMAIL PROTECTED]> To: "RBASE-L Mailing List" <[EMAIL PROTECTED]> Sent: Sunday, September 14, 2003 7:39 PM Subject: [RBASE-L] - Re: Walkmenu on currency values > Walkmenu apparently only works on columns of type text. I tried it on Int and Curr and it doesn't > work which is no surprise if you think about it. > > > ----- Original Message ----- > From: "Alastair Burr" <[EMAIL PROTECTED]> > To: "RBASE-L Mailing List" <[EMAIL PROTECTED]> > Sent: Sunday, September 14, 2003 5:08 PM > Subject: [RBASE-L] - Walkmenu on currency values > > > > Has anybody a method for "walking through a menu" of currency values? > > > > My form with a pop-up menu shows the currency symbol (� in my case - pounds > > sterling if that gets converted by the e-mail system) and then the value. > > Typing the symbol does nothing and I can't get to the values. > > > > > > Regards, > > Alastair. > > > > ---------------------------------- > > A D B Burr, > > St. Albans, UK. > > ---------------------------------- > > [EMAIL PROTECTED] > > ---------------------------------- > > > > > >

