--- Mikey <[EMAIL PROTECTED]> wrote:
> What can I set to switch a field to a table field
> and back again?
> 

If all you want is to display the grid, then you can
do this with:
##
set the vGrid of field "MyField" to true
set the hGrid of field "MyField" to true
##
And you may want to tweak the 'tabStops' property as
well.

If you also want to turn on the 'table' behaviour and
cell editing:
##
set the cRevGeneral["table"] of field "MyField" to
true
set the cRevTable["celledit"] of field "MyField" to
true
##

Hope this helped,

Jan Schenkel.

Quartam Reports & PDF Library for Revolution
<http://www.quartam.com>

=====
"As we grow older, we grow both wiser and more foolish at the same time."  (La 
Rochefoucauld)


      
_______________________________________________
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