Re: Option Menu Specifics

2010-02-09 Thread Thomas McGrath III
hopefully won't have to bother you with silly things like this. -- View this message in context: http://n4.nabble.com/Option-Menu-Specifics-tp1473235p1473428.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-revolution

Option Menu Specifics

2010-02-08 Thread Andrew Kluthe
Hello again! I am having difficulty figuring out how to script some specifics into option menus. My option menu is populated on preOpenCard and everything lists smoothly. When set to view, this card displays a LandOwner's Name in a disabled text field. When the cards status is set to update, it

Re: Option Menu Specifics

2010-02-08 Thread Bob Sneidar
I think you need to use a combination of FindIndex and dgHilitedIndex like so: dispatch findIndex to group myDataGrid with myColumnName, mySearchString put the result into myValue set the dgHilitedIndex of group myDataGrid to myValue Bob On Feb 8, 2010, at 9:48 AM, Andrew Kluthe wrote: Hello

Re: Option Menu Specifics

2010-02-08 Thread Andrew Kluthe
solution is easier or more robust would suit me. Although, I would like to learn about the behavior override thing. The lessons seemed too vague to me. http://lessons.runrev.com/spaces/lessons/buckets/784/tags?tag=Behavior -- View this message in context: http://n4.nabble.com/Option-Menu-Specifics

Re: Option Menu Specifics

2010-02-08 Thread Mark Wieder
Andrew- Monday, February 8, 2010, 10:26:11 AM, you wrote: here is the logic which I had in mind. Load gLandownerContact into the text of optionMenu on optionMenu's MouseUp (down, whatev), Load a the full list from DB. you might try something like put lineOffset(gLandOwnerContact,

Re: Option Menu Specifics

2010-02-08 Thread J. Landman Gay
Andrew Kluthe wrote: Sorry for not clarifying. I am not trying to work within a datagrid this time. I do not understand how to modify the behaviors of controls other than the datagrid. There isn't a button in the property inspector for modifying behaviors of an option menu. I have read the

Re: Option Menu Specifics

2010-02-08 Thread Andrew Kluthe
and trying to get over the learning curve. You have been much help. Armed with a few more learning resources than I had prior to these posts, I hopefully won't have to bother you with silly things like this. -- View this message in context: http://n4.nabble.com/Option-Menu-Specifics-tp1473235p1473428

Re: Option Menu Specifics

2010-02-08 Thread J. Landman Gay
Andrew Kluthe wrote: As a PHP and .NET developer, I am just getting used to Rev and trying to get over the learning curve. You have been much help. Armed with a few more learning resources than I had prior to these posts, I hopefully won't have to bother you with silly things like this. I've

Re: Option Menu Specifics

2010-02-08 Thread Mark Wieder
Bother away! Indeed! I'll also add that I think this list is the best resource there is for getting rev information. The archives are available at gmane and nabble and a few other places and searchable with the right tools. -- -Mark Wieder mwie...@ahsoftware.net

Re: Option Menu Specifics

2010-02-08 Thread Kay C Lan
On Tue, Feb 9, 2010 at 1:48 AM, Andrew Kluthe and...@rjdfarm.com wrote: However, the current record being worked with was loaded on a previous card and the information was put into a set of global variables. gLandOwnerContact (the current record's landowner name). Hi Andrew, Welcome to