BUG : ComboBox |
Post Reply |
Author | |
asim_web
Newbie Joined: 10 September 2007 Location: United Arab Emirates Status: Offline Points: 4 |
Post Options
Thanks(0)
Posted: 25 November 2009 at 12:00pm |
ComboBox ItemData does not work properly when I call it . It crashes the application !!!
sorry for my bad English
For m = 1 To 12
ComboBox1.AddItem MonthName(m) ComboBox1.ItemData(ComboBox1.ListCount - 1) = m Next ----------------------------------------------------------------------------
Later I knew the reason that
dim m as integer
so it is important to declare the var. m which was not a must in the previous
releases of CJ .
Thanks a lot
----------------------------------------------------------------------------
CJ 13.2.1
|
|
itsmg
Groupie Joined: 10 September 2009 Status: Offline Points: 45 |
Post Options
Thanks(0)
|
When adding vbnullstring to ComboBox, it crashes, too.
ComboBox1.AddItem(vbNullString) But only on Windows XP. On Windows 7 it works. |
|
Product: Xtreme SuitePro (ActiveX) version 20.1.0 (unicode)
Platform: Windows 11 (64bit) Language: Visual Basic 6.0 |
|
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 |