Re: User interface problem with Pop-up menus and exact finds.



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



.



Relevant Pages

  • Re: Icons on popup menus
    ... PopupMenu DLL - Create Unlimited Popup Menus: ... > Dim lngMenuItemID As Long ... enmHelpMenu) ' Get menu value ...
    (microsoft.public.vb.general.discussion)
  • Re: popup menu conflicts with figure menus
    ... also verified that there is an issue with popup menus in R14 SP2 ... Figures on Mac in R14 SP3 and later, and that putting them inside a ... In addition to the information that Brian sent you, ...
    (comp.soft-sys.matlab)
  • Re: MDIChild with popup menu
    ... > menu for the child form is by means of menu editor by making the visible ... However, whenever MDIChild is shown, menus of the parent ... If I delete popup menu of the MDIChild there is no ...
    (microsoft.public.vb.general.discussion)
  • Re: Setting Sub Menu visible Property from parent
    ... > I want to use popup menus and standard menu's in my app. ... Sub mnuFileOpen_Click ... Call openfile ...
    (microsoft.public.vb.controls)
  • Re: Linking Pop up form to Main form
    ... Assuming both forms have the same recordsource, all you have to do is make a slightly different record source on the popup, where you will refer to the main form. ... For example, if the main form is called Customers, and has a hidden field on it called CustomerID, then the recordsource for your popup form would be the same as the original, however, add the field: ...
    (comp.databases.ms-access)