There are a couple things you can do to minimize your issues, although maybe not eliminate them. First, your own code can avoid nesting by checking the hiGetCurrentCmd or using hiIsFormDisplayed if your command uses a form and then exit before even calling geHiDragFig. Also, if you are using bindkeys, make sure that Enter Function bindkey option (EF) doesn't allow you to re-invoke the command. Let's say when your press "x" your command is run, then the "x EF" bindkey could just be a println statement. Derek
↧