Getting Undefined Error |
Post Reply |
Author | |
SSmith
Newbie Joined: 12 November 2008 Status: Offline Points: 2 |
Post Options
Thanks(0)
Posted: 12 November 2008 at 10:01am |
I am picking up a VB6 project started in 2005 from a programmer who is no longer here. We have XT Suite 9.7 installed and licensed. When I try to run the code I get an undefined error in two spots:
Private Sub ReportControl1_RowDblClick(ByVal row As XtremeReportControl.IReportRow, ByVal Item As XtremeReportControl.IReportRecordItem) EditConnection (row.Index + 1) ReportControl1.SetFocus End Sub & With control.CommandBar.Controls Set WindowHorizOption = .Add(xtpControlButton, ID_WINDOW_TILE_HORIZANTALLY, "Tile &Horizontally", -1, False) WindowHorizOption.DescriptionText = "Tile session windows horizontally" If I comment out these lines, I get get the program to run but I am sure I missing some functionality. Any idea how I can redefine these properly? |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
Maybe you better update version. You can download free trial version to test your issues. |
|
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.... |
|
SSmith
Newbie Joined: 12 November 2008 Status: Offline Points: 2 |
Post Options
Thanks(0)
|
Actually, I found the solution to both problems.
1) Although I installed the CodeJocks and registered, it was not automatically turned on in the application. I had to put the checkmark in the components list. 2) the second issue I was having with the Horizontal component was that it was originally setup us as "Horizantal" and someone corrected the spelling of the dimmed variable to "Horizontal". A couple of quick spelling changes fixed that. Thanks for posting. |
|
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 |