Grid-Level User Data N/A if Grid Empty

It seems that grid-level userdata is not available if it turns out there are no rows returned. Since the is associated with the grid and not the rows, should this not be the case? Testbed is attached, but here’s example of XML grid config included there.[code]

Head1 Head2 Head3 Head4 true some error text [/code] testErr.zip (910 Bytes)

To get global userdata you should use:

gridObject.getUserData("",“userError”)

Thanks for the response.

I actually knew that, and upon review of my code I discovered there was a comma missing. My reward for working waaaaay too late into the night is to now look foolish, and to offer my apology.

I cannot help but recall the old proverb:

For want of a nail the shoe was lost.
For want of a shoe the horse was lost.
For want of a horse the rider was lost.
For want of a rider the battle was lost.
For want of a battle the kingdom was lost.
And all for the want of a horseshoe nail.