Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Report Control
  New Posts New Posts RSS Feed - add value to Certain cell
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

add value to Certain cell

 Post Reply Post Reply
Author
Message
mostyam View Drop Down
Newbie
Newbie


Joined: 09 November 2008
Status: Offline
Points: 8
Post Options Post Options   Thanks (0) Thanks(0)   Quote mostyam Quote  Post ReplyReply Direct Link To This Post Topic: add value to Certain cell
    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
Back to Top
Aaron View Drop Down
Senior Member
Senior Member
Avatar

Joined: 29 January 2008
Status: Offline
Points: 2192
Post Options Post Options   Thanks (0) Thanks(0)   Quote Aaron Quote  Post ReplyReply Direct Link To This Post 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....
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.172 seconds.