dbTalk Databases Forums  

Calc field requiring multiple pushes

comp.databases.filemaker comp.databases.filemaker


Discuss Calc field requiring multiple pushes in the comp.databases.filemaker forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Carpeflora
 
Posts: n/a

Default Calc field requiring multiple pushes - 02-25-2007 , 02:50 PM







Hello,

Why would a calc field require more than one push of a required field
content entry? I have a portal where a value list selection
populates the field content. In order for the calc field to include
the parent in the calc the value needs to be selected more than
once...

Confusing,

Lara
OSX
Filemaker 8.5


Reply With Quote
  #2  
Old   
Carpeflora
 
Posts: n/a

Default Re: Calc field requiring multiple pushes - 02-25-2007 , 03:15 PM






On Feb 25, 3:50 pm, "Carpeflora" <l... (AT) liquidpointdesign (DOT) com> wrote:
Quote:
Hello,

Why would a calc field require more than one push of a required field
content entry? I have a portal where a value list selection
populates the field content. In order for the calc field to include
the parent in the calc the value needs to be selected more than
once...

Confusing,

Lara
OSX
Filemaker 8.5
Ok...clarification

table 1 has name field and name2 field
talble 2 is parent of both 1 and 3 (one table one to many table 2 -
one table three to many table 2)
table 3 has line items for table 1 and names that pull from table
1...ie table 3:name; table3:type; table3:code (=table1:name2 &
table3:type)

layout for table one has portal from table 3



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

Default Re: Calc field requiring multiple pushes - 02-25-2007 , 03:25 PM



On Feb 25, 4:15 pm, "Carpeflora" <l... (AT) liquidpointdesign (DOT) com> wrote:
Quote:
On Feb 25, 3:50 pm, "Carpeflora" <l... (AT) liquidpointdesign (DOT) com> wrote:

Hello,

Why would a calc field require more than one push of a required field
content entry? I have a portal where a value list selection
populates the field content. In order for the calc field to include
the parent in the calc the value needs to be selected more than
once...

Confusing,

Lara
OSX
Filemaker 8.5

Ok...clarification

table 1 has name field and name2 field
talble 2 is parent of both 1 and 3 (one table one to many table 2 -
one table three to many table 2)
table 3 has line items for table 1 and names that pull from table
1...ie table 3:name; table3:type; table3:code (=table1:name2 &
table3:type)

layout for table one has portal from table 3
Fixed it...

Ended up setting the field contents via a "so called" set code
button... works...if anyone knows why I'm having a "glitch" I'm
still a curious cat.

Lara



Reply With Quote
  #4  
Old   
Helpful Harry
 
Posts: n/a

Default Re: Calc field requiring multiple pushes - 02-26-2007 , 05:48 PM



In article <1172438723.329140.156790 (AT) t69g2000cwt (DOT) googlegroups.com>,
"Carpeflora" <lara (AT) liquidpointdesign (DOT) com> wrote:

Quote:
On Feb 25, 4:15 pm, "Carpeflora" <l... (AT) liquidpointdesign (DOT) com> wrote:
On Feb 25, 3:50 pm, "Carpeflora" <l... (AT) liquidpointdesign (DOT) com> wrote:

Hello,

Why would a calc field require more than one push of a required field
content entry? I have a portal where a value list selection
populates the field content. In order for the calc field to include
the parent in the calc the value needs to be selected more than
once...

Confusing,

Lara
OSX
Filemaker 8.5

Ok...clarification

table 1 has name field and name2 field
talble 2 is parent of both 1 and 3 (one table one to many table 2 -
one table three to many table 2)
table 3 has line items for table 1 and names that pull from table
1...ie table 3:name; table3:type; table3:code (=table1:name2 &
table3:type)

layout for table one has portal from table 3

Fixed it...

Ended up setting the field contents via a "so called" set code
button... works...if anyone knows why I'm having a "glitch" I'm
still a curious cat.
If I understand this correctly, then it's not a "glitch", it's simply
the way FileMaker fields work.

Data is not actually entered into the system until you leave the field.

In a normal field this is easy to see. You start typing and the cursor
stays in that field until you leave it.

In a field formatted as checkboxes, pop-up menu, etc. it's more
difficult to see since the field doesn't display the text cursor, but
you are still in that field.

To have FileMaker accept the data into the field you have to leave it
by any one of various methods:
- tab to or click in another field,
- click a button,
- click empty space on the layout,
- press the numeric keypad's Enter key
- perform a script
- use some menu commands (obviosuly something like
choosing Bold for selected text doesn't leave the field)
- etc.

If the field is using checkboxes or radio button format, then you can
put little "invisible" buttons over each option that run a script to
set the appropriate value without actually entering the field, and
therefore FileMaker will update automatically when the script ends.


Helpful Harry
Hopefully helping harassed humans happily handle handiwork hardships ;o)


Reply With Quote
  #5  
Old   
Carpeflora
 
Posts: n/a

Default Re: Calc field requiring multiple pushes - 02-26-2007 , 09:15 PM



On Feb 26, 6:48 pm, Helpful Harry <helpful_ha... (AT) nom (DOT) de.plume.com>
wrote:
Quote:
In article <1172438723.329140.156... (AT) t69g2000cwt (DOT) googlegroups.com>,



"Carpeflora" <l... (AT) liquidpointdesign (DOT) com> wrote:
On Feb 25, 4:15 pm, "Carpeflora" <l... (AT) liquidpointdesign (DOT) com> wrote:
On Feb 25, 3:50 pm, "Carpeflora" <l... (AT) liquidpointdesign (DOT) com> wrote:

Hello,

Why would a calc field require more than one push of a required field
content entry? I have a portal where a value list selection
populates the field content. In order for the calc field to include
the parent in the calc the value needs to be selected more than
once...

Confusing,

Lara
OSX
Filemaker 8.5

Ok...clarification

table 1 has name field and name2 field
talble 2 is parent of both 1 and 3 (one table one to many table 2 -
one table three to many table 2)
table 3 has line items for table 1 and names that pull from table
1...ie table 3:name; table3:type; table3:code (=table1:name2 &
table3:type)

layout for table one has portal from table 3

Fixed it...

Ended up setting the field contents via a "so called" set code
button... works...if anyone knows why I'm having a "glitch" I'm
still a curious cat.

If I understand this correctly, then it's not a "glitch", it's simply
the way FileMaker fields work.

Data is not actually entered into the system until you leave the field.

In a normal field this is easy to see. You start typing and the cursor
stays in that field until you leave it.

In a field formatted as checkboxes, pop-up menu, etc. it's more
difficult to see since the field doesn't display the text cursor, but
you are still in that field.

To have FileMaker accept the data into the field you have to leave it
by any one of various methods:
- tab to or click in another field,
- click a button,
- click empty space on the layout,
- press the numeric keypad's Enter key
- perform a script
- use some menu commands (obviosuly something like
choosing Bold for selected text doesn't leave the field)
- etc.

If the field is using checkboxes or radio button format, then you can
put little "invisible" buttons over each option that run a script to
set the appropriate value without actually entering the field, and
therefore FileMaker will update automatically when the script ends.

Helpful Harry
Hopefully helping harassed humans happily handle handiwork hardships ;o)
Thank you very much. :-) Nice to know I'm not nuts, just expecting a
bit much. I'll place buttons. Easy enough to do and will provide the
user with immediate results.

Lara



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.