Table Related System Attributes: Difference between revisions

From Planimate Knowledge Base
Jump to navigation Jump to search
m (Breakout)
 
No edit summary
Line 13: Line 13:
----
----


<br>


 
==== TableRows ====
'''TableRows '''


R  
R  
Line 30: Line 30:
*implied <br>eg: a sort column attref in a sort knows the target table even though that table hasn't been directly specified in that attref
*implied <br>eg: a sort column attref in a sort knows the target table even though that table hasn't been directly specified in that attref


<br>


 
==== TableColumns ====
'''TableColumns '''


R  
R  


As above.
As above.  


[[Category:Attribute]]
[[Category:Attribute]] [[Category:Table]] [[Category:Routine]] [[Category:View]]
[[Category:Table]]
[[Category:Routine]]
[[Category:View]]

Revision as of 10:56, 19 December 2008

Table Related System Attributes

Relating to the currently-referenced table in a routine operation.


Name

Read / Write

Description



TableRows

R

This gives access to the rows/column count for the table being referenced by the overall attribute reference.

The advantage is that they can be used directly in a row or column index without having to use a separate temporary attribute and a separate routine line to set it.

These attributes can determine a table from:

  • direct references within an attref;
  • dynamic table references;
  • item table references (if item is available);
  • implied
    eg: a sort column attref in a sort knows the target table even though that table hasn't been directly specified in that attref


TableColumns

R

As above.