Print Page | Close Window

add value to Certain cell

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


Topic: add value to Certain cell
Posted By: mostyam
Subject: add value to Certain cell
Date Posted: 13 November 2008 at 6:15am
hi,

I need to use the command in report control to show another form , from this form i need to send a value to this cell witch contain the command, but i can't certain this cell to add my value please help me



Replies:
Posted By: Aaron
Date Posted: 21 November 2008 at 1:45am
Hi,
 
few examples:
 
wndReportControl.Records(0).Item(0).Caption = "First row / First col"
wndReportControl.Rows(0).record(1).Caption = "First row / Second col"
This will change value of focused item:
wndReportControl.FocusedRow.record(wndReportControl.FocusedColumn.Index).Caption = "Focused row / Focused col"

wndReportControl.Redraw 'if you only changed caption of item
 
If you need more help, just let me know


-------------
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2
Language: Visual Basic 6.0

Zero replies is not an option....



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