![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a very cluttered input page, which also as on it the result fileds of calculations, I have created a button at the top of the page that runs a script to copy the complete contents of a calc field. When it does so, it leaves the field "expanded to a larger size" and I have to click elsewhere to get back tot he to of the layout. Is there a way to direct a button to copy the contents of the calc field and return to the top of the page? Or is there a way to put that calc filed on a different layout and copy it from there, then return tto a layout that does not have the calc field? Puzzled |
#3
| |||
| |||
|
|
I have a very cluttered input page, which also as on it the result fileds of calculations, I have created a button at the top of the page that runs a script to copy the complete contents of a calc field. When it does so, it leaves the field "expanded to a larger size" and I have to click elsewhere to get back tot he to of the layout. Is there a way to direct a button to copy the contents of the calc field and return to the top of the page? Or is there a way to put that calc filed on a different layout and copy it from there, then return tto a layout that does not have the calc field? Puzzled |
#4
| ||||
| ||||
|
|
In article <2007021914240016807%paint4life@pacbellnet>, DD paint4life (AT) pacbell (DOT) net> wrote: I have a very cluttered input page, which also as on it the result fileds of calculations, I have created a button at the top of the page that runs a script to copy the complete contents of a calc field. When it does so, it leaves the field "expanded to a larger size" and I have to click elsewhere to get back tot he to of the layout. Is there a way to direct a button to copy the contents of the calc field and return to the top of the page? Or is there a way to put that calc filed on a different layout and copy it from there, then return tto a layout that does not have the calc field? Puzzled It depends on why you're copying that data, you may not actually need to copy it at all if you're using it directly in FileMaker itself. |
|
Assuming you're copying it to paste in another application (for example), then the field does have to be on the "current" layout to be copied. |
|
One way around your problem may be to use a separate Layout to contain the field and use the Freeze Window command to stop the user seeing the change-over. eg. Freeze Window Go To Layout [LayoutWithFieldToCopy] Copy [Select, FieldToCopy] Go To Layout [OriginalLayout] But I'm not sure if the Copy command forces a screen update. |
|
If it does, then you may as well leave the field on the current layout and simply Exit it after copying. eg. Copy [Select, FieldToCopy] Exit Record |
#5
| |||
| |||
|
|
Try a Commit Record step after the Copy step. Matt On 02/19/2007 17:24:01 DD <paint4life (AT) pacbell (DOT) net> wrote: I have a very cluttered input page, which also as on it the result fileds of calculations, I have created a button at the top of the page that runs a script to copy the complete contents of a calc field. When it does so, it leaves the field "expanded to a larger size" and I have to click elsewhere to get back tot he to of the layout. Is there a way to direct a button to copy the contents of the calc field and return to the top of the page? Or is there a way to put that calc filed on a different layout and copy it from there, then return tto a layout that does not have the calc field? Puzzled |
![]() |
| Thread Tools | |
| Display Modes | |
| |