On Dec 14, 2009, at 12:03 PM, Andre.Bisseret wrote:

The syntax isn't correct in this example. It should be:

set the dgText[true] of group "Dgrid" to tData

I just tested to verify that using the correct syntax does work - and it does :-)

I just tried this syntax but without success!
Here,
-------
set the pFirstLineContainsHeaders of grp "Dgrid" to true

pFirstLineContainsHeaders isn't a property in and of itself. It is a parameter you pass in when setting the dgText property. Try this:

put true into pFirstLineContainsHeaders
set the dgText[pFirstLineContainsHeaders] of group "Dgrid" to tData

Thanks Trevor for your always helping advices; I keep appreciating Data Grid a lot; in a couple of app. I have several ones which are running very nicely :-))

I'm glad you find it useful.

--
Trevor DeVore
Blue Mango Learning Systems
ScreenSteps: http://www.screensteps.com
Releasable Revolution Resources for Developers: 
http://revolution.bluemangolearning.com
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to