Print Page | Close Window

my comprehension about the "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=5405
Printed Date: 14 May 2024 at 10:21am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: my comprehension about the "SetVirtualMode"
Posted By: heartofdra
Subject: my comprehension about the "SetVirtualMode"
Date Posted: 02 November 2006 at 3:49am
 
   According to the explainment  to https://forum.codejock.com/member_profile.asp?PF=2135&FID=38 - freediver211    ,  I think  the  "VirtualMode" is just a method to copy the "data " from the database to the "Screen "—— it is not need to get the data to the  "ReportControl ", and  when needed , it can get the data repeatly from the  database,  for instance ,   in your demo , though you were not get a data form the "third part ".
 
      but  there could be some prolbem by comparing to other grid controls . In your demo , your printf the grid like this:  in a row ,  print the column from the left to the right , when a row has finished ,begin a new row ,   print the column from left to right, …………………… 。 The problem is ,in you function that do above ,  the print sequence has been "defined" ,   how can I  get/set  "the one" among the table ???    



Replies:
Posted By: sserge
Date Posted: 02 November 2006 at 4:15am
Call RedrawControl and all visible report cells will be repopulated with the new data from your methods.


Posted By: heartofdra
Date Posted: 02 November 2006 at 4:52am
      then how to change "the one" among the table ???    ?????


Posted By: heartofdra
Date Posted: 02 November 2006 at 4:53am
 
 
 
   Is my comprehension is right or  wrong ?????


Posted By: sserge
Date Posted: 03 November 2006 at 12:42pm
yes, you think correct, but just look further -- you change your "the one" somewhere in your data; all others left the same; on every new redraw, or when it is necessary, Report asks you values of all those items, including old unchanged ones, and new changed ones.

--
WBR,
Serge


Posted By: heartofdra
Date Posted: 05 November 2006 at 9:43pm
Thanks https://forum.codejock.com/member_profile.asp?PF=862&FID=38 - sserge
 
Genius idea



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