Print Page | Close Window

9.60 ReportControl EnsureVisible

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Suite Pro
Forum Description: Topics Related to Codejock Suite Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=1797
Printed Date: 09 September 2025 at 12:38am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: 9.60 ReportControl EnsureVisible
Posted By: dlord
Subject: 9.60 ReportControl EnsureVisible
Date Posted: 16 February 2005 at 8:17pm

I need a hand on this new feature. I'm trying to ensure the row is visible but I think I'm missing setting focused row.. Any idea's..?

For Each Row In frmReport.wndReport.Rows
    If Row.GroupRow = False Then
         frmReport.wndReport.SelectedRows.DeleteAll
         frmReport.wndReport.SelectedRows.Add Row

         frmReport.wndReport.FocusedRow.EnsureVisible

         vCart = Row.Record.Item(5).Value
         Debug.Print "Cart - " & Row.Record.Item(5).Value
    End If
Next




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net