As I said, it was a comment not a criticism - but the menu is a pop-up on the form, nothing special, just the rows already in the table and it is not possible to walk the menu at all. With only a few values maybe it's not a problem but with lots of values it is.
Maybe I could change the currency setting before using the form and again afterwards but I do not belive that I _ought_ to have to do that. The help for walkmenu does not say "only works for text" therefore I believe it _must_ work for _eveything_ - believe me, this e-mail really is now a criticism of R:Base - not you or your helpful answer, David. I might also add that I think this is the first time that I have openly criticised R:Base for something so now everybody knows that when I believe something is wrong I'll say so and that everything else is intended to help as best as I can. Nevertheless, I'll still try and help - this is the R:Syntax page : Description: Allows shortcut access to menus SET WALKMENU is a menu shortcut function allowing the user to access menu selections by typing the beginning characters (up to when a match is made) of their names. Pressing any navigational keys (such as [Home] or [Page Up]) clears the buffer containing the keystrokes entered by the user while traversing the menu list. Any keystrokes not resulting in a match are not stored in the buffer, causing a beep. There are two possible clues: the words "characters" and "names" which may be intended to refer only to text items but it _does not_ say so directly. Even this is pretty useless as you cannot get past the space between the components of a name. It should be renamed: "Walks some menus some of the way" - or made to work properly or its limitatations specified so that time is not wasted trying to make something work that never will. There, I feel better now that I've got that off my chest! Regards, Alastair. ----- Original Message ----- From: "David M. Blocker" <[EMAIL PROTECTED]> To: "RBASE-L Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, September 16, 2003 1:51 PM Subject: [RBASE-L] - Re: Walkmenu on currency values > I know that - I was just trying to give you a workaround. You could also > just eliminate the pound symbol altogether for the CHOOSE! > > David > > ----- Original Message ----- > From: "Alastair Burr" <[EMAIL PROTECTED]> > To: "RBASE-L Mailing List" <[EMAIL PROTECTED]> > Sent: Monday, September 15, 2003 2:47 PM > Subject: [RBASE-L] - Re: Walkmenu on currency values > > > > Whilst, obviously, it is possible to put the currency character at the end > > it is not "normal" - at least, in the UK. > > > > Regards, > > Alastair. > > > > (That's a comment not a criticism.) > > > > > > ----- Original Message ----- > > From: "David M. Blocker" <[EMAIL PROTECTED]> > > To: "RBASE-L Mailing List" <[EMAIL PROTECTED]> > > Sent: Monday, September 15, 2003 3:42 PM > > Subject: [RBASE-L] - Re: Walkmenu on currency values > > > > > > > Yes- it works with text but not with numbers and commas. > > > > > > Try these commands with CONCOMP: > > > > > > SET WALKMENU ON > > > choose vvalue from #values for Company from customer order by company > > lines > > > 20 > > > > > > walkmenu works fine - try hitting MO and it jumps down to Modular > > Software, > > > Inc. > > > > > > Now try: > > > > > > choose vValue from #VALUES FOR (CTXT(NetAmount)) FROM Transmaster order > by > > > netamount lines 20 > > > > > > Type "3,5" - instead of jumping to the first 3,590.00$ line it jumps to > > the > > > first 3,000 line when you hit 3, the next line when you hit comma, and > the > > > first 5,000 line when you hit 5. > > > > > > Razzak is this normal behavior or it is a boo-boo I should submit? > > > > > > David Blocker > > > > > > ----- Original Message ----- > > > From: "Javier Valencia" <[EMAIL PROTECTED]> > > > To: "RBASE-L Mailing List" <[EMAIL PROTECTED]> > > > Sent: Monday, September 15, 2003 9:53 AM > > > Subject: [RBASE-L] - Re: Walkmenu on currency values > > > > > > > > > > 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] > > > > > > ---------------------------------- > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >

