FEATURE: RecordsDropped and DropRecordsEx Event |
Post Reply |
Author | |
McKloony
Senior Member Joined: 09 January 2007 Location: Germany Status: Offline Points: 340 |
Post Options
Thanks(0)
Posted: 16 November 2009 at 8:04am |
Release 13.2.0 (also 13.2.1 Beta): If you drag a record from one ReportControl (A) to ReportControl (B) and ReportControl (B) has no records, the : RecordsDropped Event will be released. If ReportControl (B) has one or more records the RecordsDropped Event will not released.
This behavior is only, if ReportControl (A) is not in the same VB form like ReportControl (B)!
If ReportControl (A) is in the same VB form like ReportControl (B), the RecordsDropped Event will only fired, if you drop the record onto other records and not onto a position with free lines!
|
|
Product: Xtreme SuitePro (ActiveX) 16.2.5
Platform: XP / Windows 7 Language: Visual Basic 6.0 SP6 |
|
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
|
Please retest this with current - https://forum.codejock.com/uploads/BetaOCX/ReportControlBeta13-2.rar
|
|
McKloony
Senior Member Joined: 09 January 2007 Location: Germany Status: Offline Points: 340 |
Post Options
Thanks(0)
|
I send a small VB6 example, that demonstrates the problem. IMPORTANT! If you open the Second Form in this sample with vbModal it doesn't work. If you open it non modal it wirks. It also dosen't work, if you use a DocPane and Drag a record from a RC that is part of a DocPane into a RC on the Main Form.
I hope anybody can help, or CodeJock compile another Prerelease, because Drag & Drop is verry importand for my application.
|
|
Product: Xtreme SuitePro (ActiveX) 16.2.5
Platform: XP / Windows 7 Language: Visual Basic 6.0 SP6 |
|
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
|
Please open issue and we can discuss your strange case with modal dialog |
|
McKloony
Senior Member Joined: 09 January 2007 Location: Germany Status: Offline Points: 340 |
Post Options
Thanks(0)
|
Sorry, this prerelease takes also no effect to this problem.
|
|
Product: Xtreme SuitePro (ActiveX) 16.2.5
Platform: XP / Windows 7 Language: Visual Basic 6.0 SP6 |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
Modal form seems to be the problem :(
If this can't be solved in some way, just add FormExtender control to form and set TopMost = True and you will have a "modal" form and drag&drop will work
|
|
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.... |
|
McKloony
Senior Member Joined: 09 January 2007 Location: Germany Status: Offline Points: 340 |
Post Options
Thanks(0)
|
OK, I send a new sample, that has the records grouped.
When the recors are grouped, the RecordsDropped Event never will fire, if you drag and drop from RC (A) to RC (B"). In Release 13.1.0 it was possible
|
|
Product: Xtreme SuitePro (ActiveX) 16.2.5
Platform: XP / Windows 7 Language: Visual Basic 6.0 SP6 |
|
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
|
You can have it in your project with extra settings for your control A and B:
.SortedDragDrop = True
.UnrestrictedDragDrop = True |
|
McKloony
Senior Member Joined: 09 January 2007 Location: Germany Status: Offline Points: 340 |
Post Options
Thanks(0)
|
Alright, that works. But if there is only one record in the target RC, it is not so easy to drop the record exactly between the recordrow and the column header :-) is it possible to drop also in the empty part of a RC?
|
|
Product: Xtreme SuitePro (ActiveX) 16.2.5
Platform: XP / Windows 7 Language: Visual Basic 6.0 SP6 |
|
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
|
Yes - in this case in 13.2.2 you can drop in any place [you will not see red marker - only usual ole drop icon]
|
|
McKloony
Senior Member Joined: 09 January 2007 Location: Germany Status: Offline Points: 340 |
Post Options
Thanks(0)
|
Release 13.2.2 Beta has expired today!!! Do you release 13.2.2 final this weekend ?
|
|
Product: Xtreme SuitePro (ActiveX) 16.2.5
Platform: XP / Windows 7 Language: Visual Basic 6.0 SP6 |
|
McKloony
Senior Member Joined: 09 January 2007 Location: Germany Status: Offline Points: 340 |
Post Options
Thanks(0)
|
Is it possible that only in german Windows PCs the 13.2.2 beta expired, because the germany date format is different to the english one? Normaly this Beta shoud expired to the end of december?
|
|
Product: Xtreme SuitePro (ActiveX) 16.2.5
Platform: XP / Windows 7 Language: Visual Basic 6.0 SP6 |
|
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
|
Just get next beta to work till end of Jan 2010 - https://forum.codejock.com/uploads/BetaOCX/ReportControlBeta13-2-2.rar
|
|
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 |