Terry,

Use the dgVisibleLines property of the datagrid group.

This property returns the first and last line being displayed in the
data grid as a comma delimited list.
http://lessons.runrev.com/s/3527/m/datagrid/l/7344-data-grid-api

Example:
put the dgVisibleLines of grp "datagrid 1" into tLinesBeingDisplayed


On Mon, May 5, 2014 at 3:27 AM, Terry Judd <terry.j...@unimelb.edu.au> wrote:
> I'm using a series of datagrid form to display a some data that runs over 
> several pages and will be output as a pdf. My problem is that the 'lines' in 
> the form are of variable height and so I can't just assume that each page 
> will display a set number of lines and populate successive datagrids 
> accordingly.
>
> Given this, is there a way (a dgProp?) to determine how many lines are 
> displayed or will fit in a form datagrid of known height?
>
> Terry…
> _______________________________________________
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode



Best Regards,
-- 
Zryip TheSlug
http://www.aslugontheroad.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to