Print Page | Close Window

How to focus a row?

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Report Control
Forum Description: Topics Related to Codejock Report Control
URL: http://forum.codejock.com/forum_posts.asp?TID=3250
Printed Date: 13 May 2024 at 7:21am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: How to focus a row?
Posted By: Jebo
Subject: How to focus a row?
Date Posted: 19 November 2005 at 12:20pm

Please how can i focus any row (not selecting a row!)

I need something like this...

RepCtrl.Populate
RepCtrl.Row(2).SetFocus    ' Select and set focus to Row #2

A focused row is not the same as a selected row - so i need realy to focus a row!

Thank you
Jebo




Replies:
Posted By: sserge
Date Posted: 19 November 2005 at 4:14pm
Hi Jebo,

It is as easy as you wrote it, but in a little bit another manner:


RepCtrl.FocusedRow = RepCtrl.Rows(2)


--
WBR,
Serge


Posted By: Jebo
Date Posted: 20 November 2005 at 7:20am

Great!

THX!




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