|
|
User interface problem with Pop-up menus and exact finds.
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
|
|
0
|
|
|
|
Reply
|
kosherpiggy (7)
|
5/5/2006 6:21:24 PM |
|
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@hotmail.com> a �crit dans le message de news:
1146853284.676864.113940@j73g2000cwa.googlegroups.com...
> 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
>
|
|
0
|
|
|
|
Reply
|
Remi
|
5/5/2006 9:02:32 PM
|
|
Hi Russ
I just did this in my own database
Make a find layout with global fields mirroring the fields you want the
user to search.
Then write a script
Set error capture on
Go to Your Find Layout
Enter Find Mode
Set Field [your real field;your global field] <-----do this for each
field you want the user to be able to search
Perform Find
if get(lasterror) > 0
Show custom Dialog ["There are currently no records that match the
criteria you specified"]
Show All Records
End If
Enter Browse Mode
Go to Your Browse Layout
Set error capture off
|
|
0
|
|
|
|
Reply
|
averbach (17)
|
5/5/2006 11:30:11 PM
|
|
|
2 Replies
177 Views
(page loaded in 0.064 seconds)
Similiar Articles: basic user-defined structure question - comp.lang.c++.moderated ...Back to your problem ... to set the pop up menu ... User-defined hierachy question (Basic?) User-defined hierachy question ... That said, you might find an interface that lets you ... [comp.publish.cdrom] CD-Recordable FAQ, Part 1/4 - comp.publish ...Archive-name: cdrom/cd-recordable/part1 Posting-Frequency: monthly Last-modified: 2008/10/09 Version: 2.71 Send corrections and updates to And... "The document could not be saved "- message from Acrobat Reader ...Im a humble user of Acrobat Reader occasionally to read ... that saving a copy of a whole file might be a problem. ... file like any other file it can't open (that is, pop up ... Acrobat 6 and Reader PDF file association - comp.text.pdf ...If you right-click on the file an option in the pop-up menu ... better than to leave choices such as these to the user ... the PDF will always opened in a new instance with exact ... How best to detect duplicate values in a column? - comp.databases ...It would be too messy to present menus for more ... war just to convince my first semi-active user to get up to ... and plead for them to give me feedback about user interface ... Spell check - comp.mail.eudora.ms-windowsit finds a word and Eudora freezes up, have to use windows to close it ... to close it I reinstall and the problem remains. ... party apps that have been designed to interface ... Sampling: What Nyquist Didn't Say, and What to Do About It - comp ...... My intent (with apologies to all of you with dial-up ... How much of a problem is that? If you have all the floor ... will give you results that are fine-tuned to the exact ... Windows API programming with gfortran or g95 - comp.lang.fortran ...As I said before, this problem only arises in ... Windows program; maybe OpenGL can pop up a ... output device (Windows) call menu !Initialize "widget" interface ... Comparison of a Simple Join done by EG and Hand Coded - 22 times ...... code than > programmers who don't use SQL The exact ... The datastep can handle all the problems that SQL can ... of EXCEL/ACCESS SQL since you cannot set up a ... Need a FORTRAN compiler for Win7 (or XP) - comp.lang.fortran ...... add some EXTERNAL statements for user ... it can be so painful that it > ends up being more work to find and fix all the problems ... I don't know the exact connection ... Oracle Applications User Interface Standards for Forms-Based ProductsThe fundamental problems when designing a user interface are how to ... standards by allowing the exact ... The pop–up menu should only appear if the user does a right –mouse Menus - Microsoft Corporation: Software, Smartphones, Online ...Is this the right user interface? To decide, consider these questions: Menu bars ... performance problems, leave the menu item ... drop-down, or pop-up to describe menus, except ... 7/30/2012 8:53:35 PM
|
|
|
|
|
|
|
|
|