Print Page | Close Window

Some properties don`t work in virtual mod

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=4326
Printed Date: 13 May 2024 at 7:20pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Some properties don`t work in virtual mod
Posted By: mlatona
Subject: Some properties don`t work in virtual mod
Date Posted: 02 June 2006 at 10:10am
The properties ItemRect from the ReportRow object and the property value from the ReportRecordItem object don`t works in the virtual mode.



Replies:
Posted By: sserge
Date Posted: 04 June 2006 at 8:08am
Hi,

RecordItem.Value should not work just because of a virtual mode -- you set the value by yourself in event handler (_BeforeDrawRow).

Regarding GetItemRect -- it should be working just fine (at least inside this handler). You should call it in a following way:

Dim l As Long, t As Long, r As Long, b As Long
Row.GetItemRect Item, l, t, r, b
' use l, t, r, b


--
WBR,
Serge



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