display count of records in child dataset for each record in a browse
display count of records in child dataset for each record in a browse
(OP)
Looking for the code or template that will show the number of records in a child dataset for each record in a browse. Have tried working around Records(anyfile) and Records(anykey).
RE: display count of records in child dataset for each record in a browse
If you are having a Child Browse for the Child Table range limited by the Parent, set the Child browse to FILE LOADED and then the RECORDS(<BrowseQueue>) will give you the number of Child rows.
Regards