October 17, 200124 yr 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
October 17, 200124 yr 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
October 19, 200124 yr 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
Create an account or sign in to comment