|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
Disable items with "Pop up menu"Hi!
I am trying to use the command "Pop up menu" and it works almost fine. My problem comes when trying to "disable" some menu items. If I try something like below, "Item 3" is not disabled. $vTestItems:="Item 1;Item 2;(Item 3" The Language Reference says: "To disable an item, place an opening parenthesis (() in the item text." I doesn´t work! I am using v11 Beta 2 on Windows. Please help me! /Rickard Lindqwister ___________________________ Rickard Lindqwister Actea Consulting AB www.actea.se <http://www.actea.se> Mobil: 0708-80 89 37 Telefon: 031-15 26 40 E-post: rickard.lindqwister@... <mailto:rickard.lindqwister@...> Stora Badhusgatan 18-20, vån 9 411 21 Göteborg ********************************************************************** 4D Basics hosted by 4D, Inc. http://www.4D.com/ The 4D v11 SQL Roadshow - coming to a city near you! http://www.4D.com/roadshow/index.html To Unsubscribe: mailto:4DBasics-off@... ********************************************************************** |
|
|
Re: Disable items with "Pop up menu"the Parenthesis should go after the item:
$vTestItems:="Item 1;Item 2;Item 3(" you can also set keyboard short cuts with "/": $vTestItems:="Item 1/1;Item 2;Item 3(" Now Control + 1 selects the first item Kind Regards, ********************************************************************* Bill Leddy bill@... William Leddy Business Consulting Custom Database Solutions 3145 17th Street Sacramento, CA 95818 Phone: (916) 444-2903 "On the desktop and on the web" ********************************************************************* On May 14, 2008, at 2:32 PM, Rickard Lindqwister wrote: > $vTestItems:="Item 1;Item 2;(Item 3" ********************************************************************** 4D Basics hosted by 4D, Inc. http://www.4D.com/ The 4D v11 SQL Roadshow - coming to a city near you! http://www.4D.com/roadshow/index.html To Unsubscribe: mailto:4DBasics-off@... ********************************************************************** |
|
|
Re: Disable items with "Pop up menu"Rickard Lindqwister wrote:
> Hi! > > > > I am trying to use the command "Pop up menu" and it works almost fine. > > My problem comes when trying to "disable" some menu items. > > > > If I try something like below, "Item 3" is not disabled. > > > > $vTestItems:="Item 1;Item 2;(Item 3" > > > > The Language Reference says: "To disable an item, place an opening parenthesis (() in the item text." > > > > I doesn´t work! > > > > I am using v11 Beta 2 on Windows. > > > > Please help me! > > > > /Rickard Lindqwister > > > > > > > > ___________________________ > Rickard Lindqwister > > Actea Consulting AB > www.actea.se <http://www.actea.se> > > Mobil: 0708-80 89 37 > Telefon: 031-15 26 40 > E-post: rickard.lindqwister@... <mailto:rickard.lindqwister@...> > > Stora Badhusgatan 18-20, vån 9 > 411 21 Göteborg > > > > > > > ********************************************************************** > 4D Basics hosted by 4D, Inc. http://www.4D.com/ > > The 4D v11 SQL Roadshow - coming to a city near you! > http://www.4D.com/roadshow/index.html > > To Unsubscribe: mailto:4DBasics-off@... > ********************************************************************** > > Try to use Char(1) instead of "(" Kind Regards Atanas Atanassov ********************************************************************** 4D Basics hosted by 4D, Inc. http://www.4D.com/ The 4D v11 SQL Roadshow - coming to a city near you! http://www.4D.com/roadshow/index.html To Unsubscribe: mailto:4DBasics-off@... ********************************************************************** |
| Free Forum Powered by Nabble | Forum Help |