Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

display count of records in child dataset for each record in a browse

Status
Not open for further replies.

hmck12

Programmer
Apr 17, 2012
1
IE
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).
 
Hi!

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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top