Re: User interface problem with Pop-up menus and exact finds.
- From: "Remi-Noel Menegaux" <rnmenegaux@xxxxxxx>
- Date: Fri, 5 May 2006 23:02:32 +0200
I don't know if it could work as your description is not 100% clear to me.
But I'd think you may take advantage of 2 factors. One, that you may create
a new field which by calculation could be made to match exactly the pop-up
menus contents. And two, that you may search on one field and show two
fields.
As a (dummy) example of the first factor :
NewField (calc) = Case (Substitute(PopUpField, " ", "_") =
Substitute(FieldToBeFound, " ", "_"), "X", "")
And for the 2nd factor :
A CustomerID field set to popup that shows both the CustomerID and the
CustomerName.
It may take time for you to adjust that to make it work the way you want.
Remi-Noel
"Russ" <kosherpiggy@xxxxxxxxxxx> a écrit dans le message de news:
1146853284.676864.113940@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I'm using FileMaker 7 and Server 7 and I've run into user interface
issue.
I want my users to be able to do EXACT finds on fields defined with
pop-up menus. A popup menu gives them no chance to enter keywords to
modify the find. I have field values of "D Done" and " Not
Done" and a search for "D Done" matches " Not Done" as well.
I can't change the field values and I don't want to lose my popup
menus. Is switching to a popup list my only hope? I'd like some way
to control the kind of find myself rather then ask the user to use the
symbols.
Russ
.
- References:
- Prev by Date: User interface problem with Pop-up menus and exact finds.
- Next by Date: Re: NetTools--Accessing All Levels from the First Level of a Website
- Previous by thread: User interface problem with Pop-up menus and exact finds.
- Next by thread: Re: User interface problem with Pop-up menus and exact finds.
- Index(es):
Relevant Pages
|