Print Page | Close Window

problem in SetVirtualMode

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


Topic: problem in SetVirtualMode
Posted By: xzoom
Subject: problem in SetVirtualMode
Date Posted: 09 October 2009 at 9:40am
Hi, how can i insert data in to records after i set VirtualMode(100000) with out Repeat the data in other empty records in C#
 
     Example: i want to insert 10 data record in to report control that virtualMode is 100000 and other record well be empty

    Note: pls give example

 



Replies:
Posted By: mdoubson
Date Posted: 09 October 2009 at 11:20am

Set Virtual Mode (10). Next time when you will insert new record - SetVirtualMode(11) and so on. No reason to use empty records....



-------------
Mark Doubson, Ph.D.


Posted By: xzoom
Date Posted: 09 October 2009 at 2:10pm
sorry can u give me example pls


Posted By: mdoubson
Date Posted: 17 October 2009 at 1:46pm
Follow same logic as VirtualMode ListView - every time you add row - you need to increase rows count, if delete row - decrease it.
In our case SetVirtualMode play same role - {ReportControl odl syntax: SetVirtualMode([in] int RowCount, [in, optional] int FieldCount)}


-------------
Mark Doubson, Ph.D.



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