dbTalk Databases Forums  

Lock other controls till a certain condition is met

comp.databases.filemaker comp.databases.filemaker


Discuss Lock other controls till a certain condition is met in the comp.databases.filemaker forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
EMTMark@gmail.com
 
Posts: n/a

Default Lock other controls till a certain condition is met - 01-14-2007 , 11:39 PM






Hello, I am creating a database for my volunteer ambulance corp where
people will enter their name and time they have commited.

I am looking for a way to lock out basically all the fields till a user
inputs the date field. How can I lock out or fade other controls till
this field is completed?

Thanks


Reply With Quote
  #2  
Old   
Remi-Noel Menegaux
 
Posts: n/a

Default Re: Lock other controls till a certain condition is met - 01-15-2007 , 01:44 AM






You may have 2 layouts that are basically the same except that the first one
has all fields 100% locked except the 'Date' field and all others are
'greyed'. Then you use a free plugin - like 'EventScript at
http://www.softs4humans.com/FMPro_Plugins.html - that triggers a field when
leaving the field and in that script, you make any verification needed and
also 'Go To' the other Layout, to be filled out next.
Remi-Noel

<EMTMark (AT) gmail (DOT) com> a écrit dans le message de news:
1168839572.272764.212050 (AT) 38g200...oglegroups.com...
Quote:
Hello, I am creating a database for my volunteer ambulance corp where
people will enter their name and time they have commited.

I am looking for a way to lock out basically all the fields till a user
inputs the date field. How can I lock out or fade other controls till
this field is completed?

Thanks




Reply With Quote
  #3  
Old   
Grip
 
Posts: n/a

Default Re: Lock other controls till a certain condition is met - 01-15-2007 , 10:27 AM



You can put an auto-enter calc (always replace) for each field:

YourField = Case(IsEmpty(Date); ""; YourField)

Users can enter and type in YourField, but upon exiting, it'll go
blank. Eventually, the database will have trained them to enter the
date field first.

G

EMTMark (AT) gmail (DOT) com wrote:
Quote:
Hello, I am creating a database for my volunteer ambulance corp where
people will enter their name and time they have commited.

I am looking for a way to lock out basically all the fields till a user
inputs the date field. How can I lock out or fade other controls till
this field is completed?

Thanks


Reply With Quote
  #4  
Old   
Guy
 
Posts: n/a

Default Re: Lock other controls till a certain condition is met - 01-15-2007 , 05:30 PM



use a button to enter the date-time; this button also taks user to full
layout

--


-------------------------------------------------
www.nsbtaxi.com

Captain Guy
s/v Island Time (352#277)
AICW 845.5
386-689-5088
"Grip" <grip (AT) cybermesa (DOT) com> wrote

Quote:
You can put an auto-enter calc (always replace) for each field:

YourField = Case(IsEmpty(Date); ""; YourField)

Users can enter and type in YourField, but upon exiting, it'll go
blank. Eventually, the database will have trained them to enter the
date field first.

G

EMTMark (AT) gmail (DOT) com wrote:
Hello, I am creating a database for my volunteer ambulance corp where
people will enter their name and time they have commited.

I am looking for a way to lock out basically all the fields till a user
inputs the date field. How can I lock out or fade other controls till
this field is completed?

Thanks




Reply With Quote
Reply




Thread Tools
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.