![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
It's been a while since I've worked on my dbs what with working at Access in the office <sigh>. I'm so grateful to come home though to FMP when I figure out how I need to fix my solutions; it's so much more intuitive than Access and I progress at light-speed compare to MS' app! <g I did run into a problem with a process today. I set up a script to take user from the main input screen to a preview mode using a completely different layout. It enters that other layout in preview mode okay, maximized and everything. Then pressing "continue" takes the user back to the main screen, window toggled back to zoom. The problem lies in that one has to push the "continue" button twice, which is no good. |
|
Here's my script as it stands now (is there a way to export script contents, btw, to make copy/pasting script to a text environment like this easier??? <g>): |
|
- Allow User Abort [Off] ... to take out the "cancel" button - Go to Layout ["Preview of Main Input screen"] - Toggle Window [Maximize] - Sort [Restore, No dialog] - Enter Preview Mode [Pause] - Pause/Resume Script [] - Go to Layout ["MAIN ENTRY SCREEN"] - Enter Browse Mode [] - Toggle Window [Zoom] Thanks so much! |
#3
| |||
| |||
|
|
It's been a while since I've worked on my dbs what with working at Access in the office <sigh>. I'm so grateful to come home though to FMP when I figure out how I need to fix my solutions; it's so much more intuitive than Access and I progress at light-speed compare to MS' app! <g I did run into a problem with a process today. I set up a script to take user from the main input screen to a preview mode using a completely different layout. It enters that other layout in preview mode okay, maximized and everything. Then pressing "continue" takes the user back to the main screen, window toggled back to zoom. The problem lies in that one has to push the "continue" button twice, which is no good. Here's my script as it stands now (is there a way to export script contents, btw, to make copy/pasting script to a text environment like this easier??? <g>): - Allow User Abort [Off] ... to take out the "cancel" button - Go to Layout ["Preview of Main Input screen"] - Toggle Window [Maximize] - Sort [Restore, No dialog] - Enter Preview Mode [Pause] - Pause/Resume Script [] - Go to Layout ["MAIN ENTRY SCREEN"] - Enter Browse Mode [] - Toggle Window [Zoom] Thanks so much! |
)
#4
| ||||
| ||||
|
|
In article <qq02h1h0sshu542bmjt062l9qd3jc5hasv (AT) 4ax (DOT) com>, Cerulean Spamming (AT) NOTallowed (DOT) com> wrote: It's been a while since I've worked on my dbs what with working at Access in the office <sigh>. I'm so grateful to come home though to FMP when I figure out how I need to fix my solutions; it's so much more intuitive than Access and I progress at light-speed compare to MS' app! <g I did run into a problem with a process today. I set up a script to take user from the main input screen to a preview mode using a completely different layout. It enters that other layout in preview mode okay, maximized and everything. Then pressing "continue" takes the user back to the main screen, window toggled back to zoom. The problem lies in that one has to push the "continue" button twice, which is no good. Here's my script as it stands now (is there a way to export script contents, btw, to make copy/pasting script to a text environment like this easier??? <g>): - Allow User Abort [Off] ... to take out the "cancel" button - Go to Layout ["Preview of Main Input screen"] - Toggle Window [Maximize] - Sort [Restore, No dialog] - Enter Preview Mode [Pause] - Pause/Resume Script [] - Go to Layout ["MAIN ENTRY SCREEN"] - Enter Browse Mode [] - Toggle Window [Zoom] Thanks so much! Ummm ... get ready for one of those "DOH!" moments we all have. ) |
|
Unless it's a typo in your message, your script above does actually pause twice, so that's why you need to click Continue twice: Enter Preview Mode [Pause] Pause/Resume Script [] Either turn off the Pause option from the Enter Preview Mode command or remove the entire Pause/Resume Script command - that'll fix the problem. |
|
Helpful Harry |
D|
Hopefully helping harassed humans happily handle handiwork hardships ;o) |
#5
| |||
| |||
|
|
Cerulean wrote on (8/27/2005): It's been a while since I've worked on my dbs what with working at Access in the office <sigh>. I'm so grateful to come home though to FMP when I figure out how I need to fix my solutions; it's so much more intuitive than Access and I progress at light-speed compare to MS' app! <g I did run into a problem with a process today. I set up a script to take user from the main input screen to a preview mode using a completely different layout. It enters that other layout in preview mode okay, maximized and everything. Then pressing "continue" takes the user back to the main screen, window toggled back to zoom. The problem lies in that one has to push the "continue" button twice, which is no good. You have the pause option selected as part of the Enter Preview Mode step, followed by a another Pause. Two pauses, two continues. |
|
Here's my script as it stands now (is there a way to export script contents, btw, to make copy/pasting script to a text environment like this easier??? <g>): If you have Acrobat Distiller, print the script to a PDF, then copy the text. |
|
Matt - Allow User Abort [Off] ... to take out the "cancel" button - Go to Layout ["Preview of Main Input screen"] - Toggle Window [Maximize] - Sort [Restore, No dialog] - Enter Preview Mode [Pause] - Pause/Resume Script [] - Go to Layout ["MAIN ENTRY SCREEN"] - Enter Browse Mode [] - Toggle Window [Zoom] Thanks so much! |
![]() |
| Thread Tools | |
| Display Modes | |
| |