June 17, 200520 yr I don't know if this is the right room. My question : Is it possible to use enter key for running a script ? Any suggestion,.....
June 17, 200520 yr There may be many scripts in file. What script you want to run by pressing Enter? You can running script pressing CTRL+1 or CTRL+2 ............ CTRL+9. This is enough i think.
June 17, 200520 yr Author Hi AAA The problem is how can I set CTRL+1 or CTRL+2 to run my script ? Thank for your reply...
June 17, 200520 yr The first 10 scripts for file which you enable viewing in scriptmaker has shortkey CTRL+1.........CTRL+9. It you can see when you click "script" menu. At left hand for every script here you see checkbox which checking you make this script viewable.
June 17, 200520 yr Author Thank for your reply ... even it doesn't look what I want at least other user can keyboard to run the process.(Coz they familiar with soft which is built by fox pro......) My next how is the script more than 10.... ? Thank
June 17, 200520 yr At this case create only one button with such script: If Status(CurrentUserName)="A" Perform Script[script_For_UserA] Endif If Status(CurrentUserName)="B" Perform Script[script_For_UserB] Endif .....................
Create an account or sign in to comment