Hiding window right after opening...
I need to hide a my data table after opening but my table doesn't have a specific name, so I cannot use invisible command.I'm using following script but it doesn't work. I appreciate any suggestion. Thanksdt=Open();dt << show window(0);
