[BUG] See new ISSUES post |
Post Reply |
Author | |
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
Posted: 11 June 2008 at 2:21am |
Hi, Legend:
Black text = issue
Green text = issue solved, fixed or added in V12.0.1
Red text = issue not fixed or with new bug in V12.0.1 or V12.0.2
Orange text = issue will be fixed in V12.0.2
Blue text = issue will be fixed in V12.1
Cyan text = feature request
note: links still work (I had to change the color )
Issues/questions/features:
Solution/fixes:
Remarks: 10.
14. Why doesn't Tooltip of item show same Markup text? I tried to set Tooltip style to Markup but it still shows entire markup string as tooltip.
25. When having HeaderRows, first group will still be selected with arrow key UP also arrow key LEFT will select first GroupRow. Would be nice if this would work (ALWAYS)
36. UpdateRecord seems to "re-populate" the childs again if column is sorted. When UpdateChildren = false the children are still updated.
Sample projects:
|
|
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.... |
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
1. You can. Add this to sample in help document.
Private Sub mnuOnly10Rows_Click() wndReportControl.SetVirtualMode 10 Dim Record As ReportRecord Set Record = wndReportControl.Records(0) Record.AddItem "" Record.AddItem "" Record.AddItem "" Record.AddItem "" wndReportControl.Populate End Sub And remember you must specify where to start pulling data from or it will start from the beginning. |
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
4. Try this link http://codejock.com/support/articles/com/reportcontrol/rp_1.asp
|
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
At least someone does an attemp...
SuperMario, I know how the RC virtualmode works, the only thing it doesn't do (in runtime) is responding on changes of the wndReportControl.SetVirtualMode 10 (or 100 or 200 or 300) during runtime !!!!
|
|
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.... |
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
Sorry, I didn't catch the runtime part. Indeed, it does not work I'll alert the RC developers.
|
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
I know I can drag&drop between RC and a listbox, I have seen the sample you guys made. I want to know if it's possible to drop records in an external app/textfile or whatever. If I use your sample the only thing outside the form is showing a "can not drop cursor". I don't want to try it if it isn't possible at all
Is it possible to drop records in external app/textfile?
|
|
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.... |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
I think you need to alert the RC developers for issue 3. 6. 7. and 8. 10. 11. 12. 13. 14. 15. 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.... |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
And still no reply from CJ support team. What do I have to do to get an answer? Please tell me........
|
|
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.... |
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
We will try our best to get some answers for you ASAP.
|
|
AndreiM
Moderator Group Joined: 18 August 2007 Status: Offline Points: 132 |
Post Options
Thanks(0)
|
Hello,
let's answer for few items:
1. Fixed for the next version. SetVirtualMode implementation will use previous virtual record instead of creating an empty new one each time.
The code below will work fine:
wndReportControl.SetVirtualMode 10 wndReportControl.Populate 2. Few fixes in BestFit method added for the next version:
a) Header/Footer rows added for calculation in xtpBestFitModeAllData mode. b) Invisible columns calculation fixed for xtpBestFitModeVisibleData option. If xtpBestFitModeVisibleData is set - report control save best fit width for each column when control is drawn. This good if you double click on the column divider,but may bee not good if you call BestFit method before redraw (DoEvents call help to redraw). I work now to fix this problem too.
3. AutoSizeColumns = True off horizontal scrolling (scrollbar disappears).
From the functionality side Freeze columns have a sense when horizontal scrolling is on - you may scroll data but few columns are stay always left. But, as I see now, from the data representation side you may want to show divider line in any case. So I will add new flag xtpReportFreezeColsDividerShowAlways for this case. 6.7. Cannot repeat.
8. Will be fixed.
17. May be you mean DisableReorderColumnsCount property.
Such bug for it will be fixed in the next version. Other points are in progress now.
|
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
Thanks for responding.
Does, and I quote: "Other points are in progress now" mean that they will be implemented in next version? V12.0.1 or V12.1 ? If implemented/fixed in V12.1, when to expect this release?
Please complete the following list
Did you check the other posts I mentioned? (5. and 16.)
I will upload a test project for the issues 6. 7. and 17. so you can see this yourself.
Thank you. |
|
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.... |
|
AndreiM
Moderator Group Joined: 18 August 2007 Status: Offline Points: 132 |
Post Options
Thanks(0)
|
next version means V12.0.1
|
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
That's great mister ReportControl guru
Thank you very much, Andrei
|
|
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.... |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
I made a test project just to show you what I mean, regarding issue 6. 7. and 17.
I ripped all unnecessary code from the original form to make it easier to check but the problems are still there.
|
|
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.... |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
I have a question and maybe you can fix this (or have a good explanation).
The columns will not be sized to the width when added to RC. Please look at the following:
You can test this with my test project I uploaded. The only thing you have to do is set the AutoColumnSizing to true in IDE Thanks 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.... |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi Andrei, I'm beginning to slide down in the posts I would like you to answer the remaining issues as well. How wonderfull it would be that all issues are fixed in next release and our dear forum members would be surprised when they see my post: ZERO issues left - hoera,hoera,hoera
Would be nice, right?
|
|
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.... |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
Please, comment on this CJ !!!
|
|
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.... |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
SuperMario,
I don't want to change the post with numbers for issues, images, test project and so on. I have added a legend so it will be easier to read.
If I upload a test project it's intention is showing you the bug or problem, please do so for 6. 7.
|
|
AndreiM
Moderator Group Joined: 18 August 2007 Status: Offline Points: 132 |
Post Options
Thanks(0)
|
Hello Aaron,
6,7. I can repeat and work to fix this now. Thanks for a sample.
5. sometimes item "forgets" its value and step will increment/decrement less then set to.
Please explain what do you mean? How/when item "forgets" its value?
|
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
Here's a test project
Just change the value with spinbutton and sometimes the value isn't incremented/decremented by three (sometimes 1 or 2)
Andrei, what about the other issues ??? Would like an answer for these too !!!
|
|
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.... |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
Do I have to wait another week to have some answers? This can't be difficult, you have to check only one post in the entire ReportControl subforum, ONLY THIS POST !!!!!, all other issues will be carefully checked by me and if needed I will add it to this one. The last 60 posts in this subforum there hasn't been a reply from a support member (wasn't needed anyway) but NOW is the time I need one !!!
|
|
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.... |
|
AndreiM
Moderator Group Joined: 18 August 2007 Status: Offline Points: 132 |
Post Options
Thanks(0)
|
4. No, this is not possible. You can only Copy/Paste records to Excel or text File.
I have some ideas and will work to fix this. 9. PropertyGridGlobalSettings are single instance App object (it is created once and leave until you exit VB IDE).
You can use color value -1 to reset (set default) value: PropertyGridGlobalSettings.ColorManager.SetColor XTPColorManagerColor.STDCOLOR_BTNSHADOW, -1 13. Will be fixed in 12.0.2 (just added check if ShowItemsInGroups is true - do nothing).
But I see other potential problem: Group order is cleared when ShowItemsInGroups is set to true from false and may be you have ideas how to manage columns better? |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Andrei, Nice of you to ask me if I have ideas for managing columns better If you fix all issues I will be (almost) satisfied. But I'm not the only RC user, maybe other members have ideas as well. I have one property that could be added... I will post a new thread about this, OK?
Thanks a lot
|
|
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.... |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi Andrei,
Seems that everyone is satisfied with your amazing control. I have added my wishlist to this post and will wait for your answer
Thanks 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.... |
|
AndreiM
Moderator Group Joined: 18 August 2007 Status: Offline Points: 132 |
Post Options
Thanks(0)
|
18. Cannot repeat. May be it was fixed with other related problem?
19. I have tested your code, it works fine and I do not understand the question. Just note that after call AddRecord you
have to call Populate (to create Row for added record). Also you may use AddRecordEx which don't need Populate call (it works faster then AddRecord + Populate for big records set)
21. Cannot repeat. AutoColumnSizing = True change columns width and after set AutoColumnSizing = False widths do not changed (initial widths do not stored)
|
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
18. Seems to be working. Maybe solved with previous release ot I did test it with other version, I don't know.
19. If I look in the helpfile it tells me that the method is selecting the row (as I would have with the SHIFT + arrow key) so that means it will select the row (selecting = blue, right?) but it doesn't. Just tell me what it should do and if this is designed you better change it in the helpfile.
21. I can't reproduce it either. I know for 100% that this problem was there.
I hope you fix all issues very quickly, I have dozens of test projects and don't know which project does what anymore.
Andrei, I have a question for you
For issue 21. I was looking for the test project on my computer and thought I found it. As I was testing to reproduce the issue I thought maybe it was another version. (in the meantime I have 8 versions installed since I'm a member) so I added a V12.0.0 ReportControl instead of the V12.0.1 that was already in the project. After testing (issue not reproduced..) closed the project and opened my own project which has a V12.0.1 version RC (I know this for sure) was changed into a V12.0.0 RC. Is this possible because I changed one of my test projects?
added 24-07-2008: I had to re-register V12.0.1 controls to have what I started with in my own project, strange isn't it? This gives me more to worry about than all issues together...
Thanks
|
|
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.... |
|
AndreiM
Moderator Group Joined: 18 August 2007 Status: Offline Points: 132 |
Post Options
Thanks(0)
|
19. Yes, it must select the row (if selection enabled in options). see my test project: uploads/20080724_102820_SelectRowSample.zip
I also just fix other bug: some properties does not set Modified flag for the form when changing. I mean that you may change some property value on the form but it will not be saved.
About versions problem...
Did you exit VB when close test project and run it again for you project? May be VB remember control version and change it... but I am not sure.
Also may be you register 12.0 (or some older version) last time. this also may damage 12.0.1 registration.
Sometimes I (and as I know other customers too) also got strange problems related to using few control versions. They started after installing new version or registering/unregistering different versions. In this case we suggest to unregister all control versions and register the one which you need. This helps.
Also few month ago we made some changes in registration procedure to allow different control versions live together better.
|
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi Andrei,
I used the line of code (I showed in the issue) in your sample and it works also
Could it be possible that I have so many problems because I have so many version registered? Weird that it works now, isn't it? I will add it to my list and I will make sure I have only one version registered !!!
Thanks a lot
|
|
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.... |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi Andrei,
You say that AddRecordEx is faster than AddRecord + Populate. I did a test and it seems that AddRecord + Populate is faster (about 2 times faster). I surely done something wrong. If the RC guru himself says that AddRecordEx is faster, then it is faster. I'm all in to new ideas, the faster the better I always say I will start a new thread (soon) and upload a sample, if you have some time left, could you please take a look at it? And maybe other members have an idea or two....
Thanks in advance
|
|
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.... |
|
AndreiM
Moderator Group Joined: 18 August 2007 Status: Offline Points: 132 |
Post Options
Thanks(0)
|
Could it be possible that I have so many problems because I have so many version registered?
No, most of problems which you reported really presents.
About AddRecordEx
Try test for big records set. I mean add 20 columns and 5 000 ... 10 000 records.
|
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi Andrei,
Now I know what happens with the column widths. If I'm wrong just tell me.
When adding columns to RC the width of RC (in IDE) will be used to calculate the width of columns, with AutoSizeColumns = true in IDE, right?
Example: 10 columns and RC.Width = 200. Each column width will be 20, right? (Wow, calculated without calculator ). Columns will be added... The width of the added columns = 20 because of the AutoSizeColumns property and after adding columns, I set AutoSizeColumns = False and have no autoresizing of columns. Then the Form_Resize event will resize the RC to full width/height of Form and the columns widths will still be 20. That's why I said the column width is set to a minimum
I already uploaded a sample in post: http://forum.codejock.com/forum_posts.asp?TID=11586 (also for AddRecordEx "issue", while I was creating this sample I saw what happened and I didn't want to create a sample just for this).
|
|
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.... |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
I think your answer for 23. is for 24. right?
I have a sample to show you what I mean (for both issues 23. & 24.)
You didn't correct me on the previous reply so I guess I'm right. It isn't a serious issue, I only wanted to mention that it's there I will start program with AutoColumnSizing = true and user is able to set to false when needed.
Thanks
|
|
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.... |
|
AndreiM
Moderator Group Joined: 18 August 2007 Status: Offline Points: 132 |
Post Options
Thanks(0)
|
Hi,
I saw problem for 23. I think to fix it together with other related problems.
24. for subgroups data sorted inside parent group only. In your sample group for column 1 always has one group with the equal values for col.2. Nothing to sort. I changed your sample a little (resize window to full screen to better see what is reordered).
|
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi Andrei,
You are right with issue 24. The grouped items will be sorted correctly. I didn't know why I added the issue in the first place so I did a test with record children. So here's my result:
When adding childs to record (works nicely) and want these sorted as well (wndReportControl.SortRecordChildren = True) > still working as should...
But once sorted and a call wndReportControl.Populate is made, the treelines of the childs will be mixed up, see attached image. Without this call it workes OK.
I found this when updating the value of Free memory. Because the method UpdateRecord didn't function as expected (will be fixed as well ) I had to use .Populate to update the value when needed... Well this is the result you get:
Thanks 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.... |
|
AndreiM
Moderator Group Joined: 18 August 2007 Status: Offline Points: 132 |
Post Options
Thanks(0)
|
Just to update value on the screen call ReportControl.Redraw method.
You need UpdateRecord or Populate call only if changed value change Row position (in sort order or in groups).
-----
Tree structure bug will be fixed in 12.0.2.
|
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
Thanks for that, I read somewhere always use populate... So it's not always
Here's something to test issue 37.
I changed .Populate into .Redraw and it works as you said. And updating the value doesn't seem to affect the treelines. Now only dragging a column to groupbox will mix up the treelines.
To reproduce: Sort first colum and make sure the "Free" childitem is at the top. Now drag second column to groupbox. See?
Maybe it will help you finding the problem...
Thanks
|
|
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.... |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi Andrei,
It's me again
I have a problem with BeforeDrawRow event, well it seems not to update all items after a record item with checkbox... You can test this with uploaded test project.
Thanks for looking at it
|
|
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.... |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi Andrei,
Did you test previous reply? Now I have something else, I don't know what is going on anymore. I hope it's clear to you.... what is happening. Remove all code in the BeforeDrawRow event and add following:
Dim recordItem As ReportRecordItem
If Check3 Then
If Not Row.GroupRow Then For Each recordItem In Row.record recordItem.Bold = Row.record(Text1).Checked recordItem.BackColor = IIf(Row.record(Text1).Checked, &H80FFFF, vbWhite) Next recordItem End If End If Now only last column won't be updated. I hope you fix this in next release, I really need this. It looks kind of ugly when not all items are updated and users will say it's a bug and we don't want that, right?
Thanks 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.... |
|
AndreiM
Moderator Group Joined: 18 August 2007 Status: Offline Points: 132 |
Post Options
Thanks(0)
|
Hi,
You have to change Metrics parameter to have immediate effect.
Changing "Item" and "Row" parameters will take effect only on next redraw circles. I works like: BeforeDraw create and fill Metrics object (using Item and other properties).
Then it send events and draw using values from Metrics object. If Check3 Then If Not Row.GroupRow Then Metrics.Font.Bold = Row.record(Text1).Checked Metrics.BackColor = IIf(Row.record(Text1).Checked, &H80FFFF, vbWhite) End If End If |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
When to expect the release? And what about the other issues?
Thank you
|
|
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.... |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
And here we go again... round 2 I tested most issues just briefly, I suggest to all members which have posted their issues to test them also !!!
Thanks
|
|
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.... |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
Thanks
|
|
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.... |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
There are a few fixes in V12.1.0 and V12.1.1 and it would be nice if you guys (CJ support) would check this post and add the necessary info for those thing that already have been fixed. The Release Notes doesn't contain that much info so...
Thanks a lot
|
|
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.... |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
I would like to clean this post but I don't know what features, bugs, problems are added or fixed. Could one of the support members could have a look at these and tell me what to do.
Thanks a lot in advance
btw Sorry for making this post also sticky
|
|
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.... |
|
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
|
Check pos 12 - confirm OK and 13 - here there is a problem (same as in MFC sample) but MFC sample at least use two handlers - one to show-hide group box, another - to allow or not grouping. In the given VB sample author only use second handler and demonstrate that after each iteration of allow to group, drag column to group, forbid to group - column disapears. Same in MFC sample. Author can use another handler to show / hide columns - it give him losted columns back.
Btw - VB ReportSample demontrates same features - allow show/hide group box, show / hide any columns (including "losted" after applying handler Option - Automatically Group According ...)
|
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Mark,
12. If you look closer: I said it works OK
13. Why do you make this our problem? Just don't make column invisible. If I want the column to be invisible I will use property .Visible = False. This is column management what Andrei was talking about...
|
|
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.... |
|
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
|
There is such feature in MFC code -
GetReportCtrl() .GetReportHeader()->m_bHideColumnAfterGroupBoxDrop = FALSE; I can expose this BOOL setting to ActiveX and you will have it! |
|
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
|
btw - if you want to save our common time - make a short list from you long one (and please don't use some ugly web colors impossible to read: FreezeColumnsCount loading Will be fixed)
|
|
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
|
this your VB code - working now with new flag
Private Function LoadReportData()
Dim strTemp As String .............................................. wndReportControlData.HideColumnAfterGroupBoxDrop = False wndReportControlData.Populate End Function #include <XTToolkitPro.h> // Codejock Software Components COLORS MAKE DIFFERENCES - this is MS Set from VS - easy to read |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi Mark, Thanks for reply.
So if I would set (new property) .HideColumnAfterGroupBoxDrop = True and .ShowItemsInGroups = True
and user clicks column:
This will be OK, just don't ever loose visibility of columns when changing a property at runtime.
Thank you
|
|
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.... |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
The different colors idea came from one of your collegues to make a difference between different versions. Just begin at the top and when things aren't clear just say so and I will clarify them. There are a lot of issues already in V12.0.1 and never been looked at since, so now is the time to fix them. Just one at a time as long as there are no issues left in this post.
btw FreezeColumnsCount: This color is for requests, no need to look at these now, only fix the problems for now
Thank you
|
|
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.... |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi Mark,
I believe this is still same CodeJock product, you didn't cause these problems but from now on it will be yours... Please add comments to the original post and what you are going to do about it (previous developer did the same, so you have same rights as he did)
Thanks
|
|
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.... |
|
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
|
I am glad you confirmed this fact. Now let's move. I will deal with BugTracking (QA) type of cases: Complain (Isolated about ONE situation) with Proof Of Complain (In the form of Test Case - small project in VB or MFC with minimalistic code to reproduce the bug). In this case I can check and if possible fix it and inform about this result. One by one.
I will give you One example of 13.0 - 13.1 situation - just for question #1 in your green list. There is a sample in MFC and VB show dynamic modifications of VirtualMode record's number, add record and delete record - run--time. https://forum.codejock.com/uploads/DemoVersion/EditVirtualListIconStatic.rar
So if the person who asked this question check demo-version - he will get the answer on his question "run-time"
|
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi Mark,
OK, let's do that.
First, I will move the issues that aren't solved yet to other post, so it will be easier to read. I will create tests for it and hopefully you are going to solve these as well. At least reply on every single issue.
Thanks
|
|
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.... |
|
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
|
OK. Agree. To start from: only on May. 30 I recoginized that it was a typo in demo file archive name -
I will keep it for prev version and now upload new one:
Compare prev and last version in PreviewMode - it was a bug with Header Rows and nobody never report it!
You can confirm it in VB ReportSample - frmHeaderFooter
add function
Private Sub mnuPreviewMode_Click(Index As Integer)
wndReportControl.PreviewMode = Not wndReportControl.PreviewMode End Sub |
|
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 |