Could you log this in our bug tracker?

At 09:28 AM 8/23/2005, Shao Kang Tat wrote:
I'm working on an app which makes an empty table (it has zero columnsfor some reason and has NO ID)
So as I test in IRB I did:
ie.tables.each do|t|puts tend
I get an error:
WIN32OLERuntimeError: Unknown property or method `0' HRESULT error code:0x80020006 Unknown name. from c:/ruby/lib/ruby/site_ruby/1.8/watir.rb:2472:in `[]' from c:/ruby/lib/ruby/site_ruby/1.8/watir.rb:2472:in `row' from c:/ruby/lib/ruby/site_ruby/1.8/watir.rb:2438:in `column_count' from (irb):50 from (irb):49:in `each' from c:/ruby/lib/ruby/site_ruby/1.8/watir.rb:2119:in `upto' from c:/ruby/lib/ruby/site_ruby/1.8/watir.rb:2119:in `each' from (irb):49 from ¢¾:0 which I pinpointed to t.column_count since when I *puts* each of theother properties out one at a time I don['t get this error
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

_____________________
 Bret Pettichord
 www.pettichord.com


_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to