Show/hide problem more information

2012-09-20 Thread lunchnmeets
Hi Again. Thanks for your patience on this issue. There's obviously something wrong with "Show" and "Hide". Now I've gone through several scripts. Every time the script encounters a show or hide it executes that and then nothing that follows is done. I reset the preferences and I even reinsta

Re: Show/hide problem more information

2012-09-20 Thread Bob Sneidar
Hi Joe. Did you take my advice and wrap the troubled code in a try/catch construct? If an error is being generated, even a silent one, you will see it in the catch section of a try catch construct. If the show and hide commands are generating a silent error, you need to know what that error is b

Re: Show/hide problem more information

2012-09-20 Thread J. Landman Gay
On 9/20/12 2:40 PM, lunchnmeets wrote: Hi Again. Thanks for your patience on this issue. There's obviously something wrong with "Show" and "Hide". Now I've gone through several scripts. Every time the script encounters a show or hide it executes that and then nothing that follows is done. When