DannA Posted October 17, 2001 Posted October 17, 2001 Is it possible to keep track of what the last key pressed is with FileMaker or perhaps what was the last button pressed?? Is yes can you use it in a script like IF "this button" do this task ELSE do that task. Thanks --Dan
LiveOak Posted October 17, 2001 Posted October 17, 2001 FileMaker doesn't have any way to access the last keyboard key pressed. You can keep track of the last FM button pressed, but only by having each button uniquely tied to a script and scripting the saving of this information. If you want to have a bunch of buttons all calling the same script and they discern which exact button invoked the script, you are out of luck. Sound like you have a lot of scripts to create and buttons to connect! -bd
Olive Posted October 19, 2001 Posted October 19, 2001 Hi, However, there are some keys that FM "recognises", such as shift, caps lock, control, alt and command (apple).Using these keys, you can allow one button to run several scripts. For instance, script 1 will run when button is clicked, script 2 will run when same button is clicked while maintaining shift and so on with the other special keys I listed. In frensh, the script command is Etat(Cl
Recommended Posts
This topic is 8441 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now