Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Report Control
  New Posts New Posts RSS Feed - BUG: InplaceButtonDown event ERROR
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

BUG: InplaceButtonDown event ERROR

 Post Reply Post Reply
Author
Message
markmark View Drop Down
Senior Member
Senior Member


Joined: 30 November 2007
Status: Offline
Points: 142
Post Options Post Options   Thanks (0) Thanks(0)   Quote markmark Quote  Post ReplyReply Direct Link To This Post Topic: BUG: InplaceButtonDown event ERROR
    Posted: 22 July 2008 at 9:13am

uploads/20080722_091326_demo.zip

Please see attached example.

 

On clicking on the button in the currency column.

The button object loses its reference, in the InplaceButtonDown event after the form is shown

 

This did not happen in ver 11.1.3

 

Any ideas that I can try to fix this?

 

Thanks

 

MArk
Product: Xtreme SuitePro (ActiveX) version 13.0.0
Platform: Windows XP (32bit) - SP 2
Language: Visual Basic 6.0
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: 22 July 2008 at 10:05am
Hi,
 
What do you want me to see?
 
When I click the inplacebutton form2 will show and when form2 is closed there's a msgbox showing the caption of the column.
 
Another click the same as above, again and again...
 
 
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
markmark View Drop Down
Senior Member
Senior Member


Joined: 30 November 2007
Status: Offline
Points: 142
Post Options Post Options   Thanks (0) Thanks(0)   Quote markmark Quote  Post ReplyReply Direct Link To This Post Posted: 22 July 2008 at 10:43am
Hi
 
When I get to the msgbox  I get error
 
Object variable or With block variable not set
 
This only happens when running on ver 12.0.1
 
 
MArk
Product: Xtreme SuitePro (ActiveX) version 13.0.0
Platform: Windows XP (32bit) - SP 2
Language: Visual Basic 6.0
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: 22 July 2008 at 10:58am
Hi,
 
You are right, it gives an error. I was testing this with V12.0 and it worked OK. So that's why I asked you what do I have to see.
 
Thanks, I will add it to the issue list if you want me too  and add BUG: <topic description> OK?
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
markmark View Drop Down
Senior Member
Senior Member


Joined: 30 November 2007
Status: Offline
Points: 142
Post Options Post Options   Thanks (0) Thanks(0)   Quote markmark Quote  Post ReplyReply Direct Link To This Post Posted: 22 July 2008 at 11:21am

Hi

 

Glad you made it error as well.......

and yes please add it to your list.

 

My next question is not one that you will properly be able to answer

How quick do you think it will be before it’s fixed?

I really could do with a fix in the next 2-3 days errrrrrrrrrrr

I have paid for support, would placing a call into CJ speed things up?

 
Thanks for looking though.

 

MArk
Product: Xtreme SuitePro (ActiveX) version 13.0.0
Platform: Windows XP (32bit) - SP 2
Language: Visual Basic 6.0
Back to Top
markmark View Drop Down
Senior Member
Senior Member


Joined: 30 November 2007
Status: Offline
Points: 142
Post Options Post Options   Thanks (0) Thanks(0)   Quote markmark Quote  Post ReplyReply Direct Link To This Post Posted: 22 July 2008 at 11:58am
Temporary fix:
 
I can store the button Item like this,
 
Dim riRecordItem As ReportRecordItem
Set riRecordItem = Button.Item
 
Before I do anything else.
 
Then use the  riRecordItem  when the Button object dies
 
 
MArk
 
 
Product: Xtreme SuitePro (ActiveX) version 13.0.0
Platform: Windows XP (32bit) - SP 2
Language: Visual Basic 6.0
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: 22 July 2008 at 12:20pm
Originally posted by markmark markmark wrote:

Hi

 

Glad you made it error as well.......

and yes please add it to your list.

 

My next question is not one that you will properly be able to answer

How quick do you think it will be before it’s fixed?

I really could do with a fix in the next 2-3 days errrrrrrrrrrr

I have paid for support, would placing a call into CJ speed things up?

 
Thanks for looking though.

 

MArk
 
Hi,
 
They will fix this in next release but I don't know when CJ releases V12.0.2
 
btw I noticed you still haven't changed your signature, can you do that for me? (and all other members as well
 
 
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
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: 22 July 2008 at 12:25pm
Originally posted by markmark markmark wrote:

Temporary fix:
 
I can store the button Item like this,
 
Dim riRecordItem As ReportRecordItem
Set riRecordItem = Button.Item
 
Before I do anything else.
 
Then use the  riRecordItem  when the Button object dies
 
 
MArk
 
 
 
Hi,
 
I see you already have a workaround.
 
You could use also:
 
wndReportControl.Columns(Button.Item.Index).Caption
 
 
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
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 January 2009 at 3:18pm
Hi,
 
This seems to be solved (I don't know what version...) I didn't get an error, when running your test project.
 
 
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.156 seconds.