in reply to Re: Handling returned data from a OLE object.
in thread Handling returned data from a OLE object.
I expect the data to be in the Item keys but they are undef. Has anyone worked the returned data from an OLE event?$VAR2 = [ bless( { 'Properties' => bless ( { 'Count' => 102, 'Item' => undef }, 'Win32::OLE'), 'AbsolutePosition 'ActiveConnection 'BOF' => 0, 'Bookmark' => '1' 'CacheSize' => 1, 'CursorType' => 3 'EOF' => 0, 'Fields' => bless ( { 'Count' => 5, 'Item' => undef }, 'Win32::OLE'), 'LockType' => 1, 'MaxRecords' => 0 'RecordCount' => 'Source' => '', 'AbsolutePage' => 'EditMode' => 0, 'Filter' => 0, 'PageCount' => 1, 'PageSize' => 10, 'Sort' => '', 'Status' => 0, 'State' => 1, 'CursorLocation' 'MarshalOptions' 'DataSource' => $VAR2->[0], 'ActiveCommand' = 'StayInSync' => 1 'DataMember' => ' 'Index' => '' }, 'Win32::OLE' ) ];
|
|---|