add value to Certain cell |
Post Reply |
Author | |
mostyam
Newbie Joined: 09 November 2008 Status: Offline Points: 8 |
Post Options
Thanks(0)
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 |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
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.... |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |