If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > FileMaker > Help with field validation

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-04-04, 00:07
edmonton edmonton is offline
Registered User
 
Join Date: Sep 2003
Location: San Diego
Posts: 25
Angry Help with field validation

HI

I have a problem in FileMaker 6. I have a field that uses a Popup-list for selecting an option. When an option is selected, I want to update another field depending upon the option selected.

Eg: Field is Status
Options available for selecting are Open Close Cancelled from the Popup List..

If user selects Cancelled, I want the amount field to change to zero but in other options I want the user to be able to enter an amount in the amount field manually.

I tried to use amount as a Calculation field, but then it does not let me modify the field.

I also tried to put a button on top of the Status field, then it would not show me the popup list.

Any help would be greatly appreciated.

Thanx
Reply With Quote
  #2 (permalink)  
Old 09-14-04, 22:07
joeking joeking is offline
Registered User
 
Join Date: Feb 2004
Posts: 84
I think you are close...

If you use the pop-up as described, you can use a calc field to show the total, but underneath the 'calc' field you will need a 'normal' number field. You will need to set a button on the calc field that will go to field <<new field>> and that will bring the 'hidden field' into the foreground.

The calc would be something like:
if (popup="cancelled",0,<<new field>>)


Hope this helps...


Joe
__________________
----


Joe King
FileMaker Developer's Network
joe@fmdevelopersnetwork.com
Reply With Quote
  #3 (permalink)  
Old 09-14-04, 23:50
edmonton edmonton is offline
Registered User
 
Join Date: Sep 2003
Location: San Diego
Posts: 25
If I put a button on the Calc Field, then I would have to click on the Calc field to activate the hidden field,,,, Right ?
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On