Re: Data Grids Stop Working

2010-11-29 Thread Paul Looney
Trevor, Yes it was and, again, I thank you for your help. There have been other occasions where the only cure was replacing the grids - and that alone fixed the problem. It is rare. Will try to get a recipe on that one if it comes again. I have put the code you suggested into the script to t

Re: Data Grids Stop Working

2010-11-29 Thread Trevor DeVore
On Wed, Nov 24, 2010 at 6:00 PM, Paul Looney wrote: > Thanks for the suggestion and the code. > I put the code into the script and it produced no error. > Everything else is running properly, vTheList contains the appropriate > information!?!? > > WAIT! > HOLD THE PRESSES! > There is an obscure c

Re: Data Grids Stop Working

2010-11-24 Thread Paul Looney
Good advice Bob, I found the problem this time (see reply to Trevor). It has happened before without changing the name of the dg or relevant script. Hope not to see it again but will store your advice and Trevor's just in case... Thank you. PL On Nov 24, 2010, at 9:50 AM, Bob Sneidar wrote

Re: Data Grids Stop Working

2010-11-24 Thread Paul Looney
Trevor, Thanks for the suggestion and the code. I put the code into the script and it produced no error. Everything else is running properly, vTheList contains the appropriate information!?!? WAIT! HOLD THE PRESSES! There is an obscure conditional, "set the dgText of grp "Data Grid" to vTheL

Re: Data Grids Stop Working

2010-11-24 Thread Bob Sneidar
It would be interesting to know what vTheList contained at the time of the error. Also, (and I know it sounds too simple) but are you sure the name of the data grid has not changed? Now the line you show below would be one you would execute outside the datagrid itself. If this is something ins

Re: Data Grids Stop Working

2010-11-24 Thread Trevor DeVore
On Wed, Nov 24, 2010 at 12:04 AM, Paul Looney wrote: > Many times, on many stacks, data grids have simply stopped working - > without any warning or error. > The line of code they fail to execute is this, or similar: > > set the dgText of grp "Data Grid" to vTheList > > The code may have worked

Re: Data Grids Stop Working

2010-11-23 Thread Josh Mellicker
Could this have something to do with the template stack being changed or deleted? On Nov 23, 2010, at 9:04 PM, Paul Looney wrote: > Many times, on many stacks, data grids have simply stopped working - without > any warning or error. > The line of code they fail to execute is this, or similar: