Hi! I want to create a FORM using TABLE but i need to create TR's
depending of the number of Rows in a query, for example if the query
returned 3 rows i need something like:

FORM(TABLE(
     TR(..)
     TR(..)
     TR(..)
))

I want to do this dinamically... Any thoughts?

Thanks!

Reply via email to