![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
FMP 6 on a Mac I need to set a warning window when a record is being modified in a selected group of layouts, but not others. I have approx 50 layouts for my records and if there is a modification done on one of the records while in one of my specified layouts, I want to pop up a window. Here is an example: A record is selected and then a layout with the number of 1,2,3 is selected. As soon as the record starts being modified I want a window to pop up and remind me that I must do an additional step on this record based on the layout I selected. Any suggestions? |
#3
| |||
| |||
|
|
What you want would require FM to perform an action (execute a script) in response to a change to a field or, better, upon entry to the field. FM would not do that natively in 6, it still doesn't do it natively in 8.5. A plug-in is required. My first thought is that you're out of luck. The only plugs of which I am aware that will accomplish on change or on entry execution don't work with 6, requiring at least 7. At the same time, I hear a little voice saying that somewhere I saw that someone had accomplished it with a plug for 6, but I have so far not been able to find such a thing. Matt In article <C1717CE7.3225%pismo (AT) dslextreme (DOT) com>, Pismo <pismo (AT) dslextreme (DOT) com> wrote: FMP 6 on a Mac I need to set a warning window when a record is being modified in a selected group of layouts, but not others. I have approx 50 layouts for my records and if there is a modification done on one of the records while in one of my specified layouts, I want to pop up a window. Here is an example: A record is selected and then a layout with the number of 1,2,3 is selected. As soon as the record starts being modified I want a window to pop up and remind me that I must do an additional step on this record based on the layout I selected. Any suggestions? |
#4
| |||
| |||
|
|
Yes, there are are 2 plugins that do that in FMP6 : the 'oAzium Events' - made by "Wave in Motion" and available at http://www.onestopfilemaker.com/plug...vents_3.0.html - and the 'Troi Activator' - www.troi.com -. Each can launch a script when leaving a field if that field has been modified. Remi-Noel "Matt Wills" <Im (AT) Witz (DOT) End> a écrit dans le message de news: Im-7F7FA8.07261404112006 (AT) news (DOT) verizon.net... What you want would require FM to perform an action (execute a script) in response to a change to a field or, better, upon entry to the field. FM would not do that natively in 6, it still doesn't do it natively in 8.5. A plug-in is required. My first thought is that you're out of luck. The only plugs of which I am aware that will accomplish on change or on entry execution don't work with 6, requiring at least 7. At the same time, I hear a little voice saying that somewhere I saw that someone had accomplished it with a plug for 6, but I have so far not been able to find such a thing. Matt In article <C1717CE7.3225%pismo (AT) dslextreme (DOT) com>, Pismo <pismo (AT) dslextreme (DOT) com> wrote: FMP 6 on a Mac I need to set a warning window when a record is being modified in a selected group of layouts, but not others. I have approx 50 layouts for my records and if there is a modification done on one of the records while in one of my specified layouts, I want to pop up a window. Here is an example: A record is selected and then a layout with the number of 1,2,3 is selected. As soon as the record starts being modified I want a window to pop up and remind me that I must do an additional step on this record based on the layout I selected. Any suggestions? |
#5
| |||
| |||
|
|
Plus the free "CallScript" plug-in at http://www.rnssoftware.com/downloads.php>. Actually, it looks like the plug-in is now called "ActiveX Script Runner" (Windows Only). Remi-Noel Menegaux wrote: Yes, there are are 2 plugins that do that in FMP6 : the 'oAzium Events' - made by "Wave in Motion" and available at http://www.onestopfilemaker.com/plug...vents_3.0.html - and the 'Troi Activator' - www.troi.com -. Each can launch a script when leaving a field if that field has been modified. Remi-Noel "Matt Wills" <Im (AT) Witz (DOT) End> a écrit dans le message de news: Im-7F7FA8.07261404112006 (AT) news (DOT) verizon.net... What you want would require FM to perform an action (execute a script) in response to a change to a field or, better, upon entry to the field. FM would not do that natively in 6, it still doesn't do it natively in 8.5. A plug-in is required. My first thought is that you're out of luck. The only plugs of which I am aware that will accomplish on change or on entry execution don't work with 6, requiring at least 7. At the same time, I hear a little voice saying that somewhere I saw that someone had accomplished it with a plug for 6, but I have so far not been able to find such a thing. Matt In article <C1717CE7.3225%pismo (AT) dslextreme (DOT) com>, Pismo <pismo (AT) dslextreme (DOT) com> wrote: FMP 6 on a Mac I need to set a warning window when a record is being modified in a selected group of layouts, but not others. I have approx 50 layouts for my records and if there is a modification done on one of the records while in one of my specified layouts, I want to pop up a window. Here is an example: A record is selected and then a layout with the number of 1,2,3 is selected. As soon as the record starts being modified I want a window to pop up and remind me that I must do an additional step on this record based on the layout I selected. Any suggestions? -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Howard Schlossberg (818) 883-2846 FM Professional Solutions, Inc. Los Angeles FileMaker 8 Certified Developer Associate Member, FileMaker Solutions Alliance |
#6
| |||
| |||
|
|
Don't forget the popular and free EventScript http://www.softs4humans.com/FMPro_Plugins.html "Howard Schlossberg" <howard (AT) antispahm (DOT) fmprosolutions.com> wrote in message news:12kq5oco8nj0h0f (AT) corp (DOT) supernews.com... Plus the free "CallScript" plug-in at http://www.rnssoftware.com/downloads.php>. Actually, it looks like the plug-in is now called "ActiveX Script Runner" (Windows Only). Remi-Noel Menegaux wrote: Yes, there are are 2 plugins that do that in FMP6 : the 'oAzium Events' - made by "Wave in Motion" and available at http://www.onestopfilemaker.com/plug...vents_3.0.html - and the 'Troi Activator' - www.troi.com -. Each can launch a script when leaving a field if that field has been modified. Remi-Noel "Matt Wills" <Im (AT) Witz (DOT) End> a écrit dans le message de news: Im-7F7FA8.07261404112006 (AT) news (DOT) verizon.net... What you want would require FM to perform an action (execute a script) in response to a change to a field or, better, upon entry to the field. FM would not do that natively in 6, it still doesn't do it natively in 8.5. A plug-in is required. My first thought is that you're out of luck. The only plugs of which I am aware that will accomplish on change or on entry execution don't work with 6, requiring at least 7. At the same time, I hear a little voice saying that somewhere I saw that someone had accomplished it with a plug for 6, but I have so far not been able to find such a thing. Matt In article <C1717CE7.3225%pismo (AT) dslextreme (DOT) com>, Pismo <pismo (AT) dslextreme (DOT) com> wrote: FMP 6 on a Mac I need to set a warning window when a record is being modified in a selected group of layouts, but not others. I have approx 50 layouts for my records and if there is a modification done on one of the records while in one of my specified layouts, I want to pop up a window. Here is an example: A record is selected and then a layout with the number of 1,2,3 is selected. As soon as the record starts being modified I want a window to pop up and remind me that I must do an additional step on this record based on the layout I selected. Any suggestions? -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Howard Schlossberg (818) 883-2846 FM Professional Solutions, Inc. Los Angeles FileMaker 8 Certified Developer Associate Member, FileMaker Solutions Alliance |
![]() |
| Thread Tools | |
| Display Modes | |
| |