Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
ColinRule
About
- Username
- ColinRule
- Joined
- Visits
- 201
- Last Active
- Roles
- Member
Comments
-
Seems to relate to the number of columns used, and the merging of columns. Setting it to 2 columns resolves, back to 6 and it reappears. Colin
-
The MenuStructure has 3 parameters, so I would suggest a 4th. The 4th being a Boolean as checked/unchecked. There is no need to preserve it, as it would need to be captured by the user when the option is taken, and reinstated as 1/0 when the contex…
-
I also note that the help says UpdateCellEdit should call the AfterUpdate event. I am not seeing this, with a debug in the OLE for this event, but it is not being triggered. I will continue to check in case I have made an error, but in the meantime …
-
Kevin Thanks, the UpdateCellEdit works perfectly. Just seems to be one of those things that can catch you out if unaware. Hopefully this post will be a reminder to others. Colin
-
What a good idea, I have never used the SRPopup, so seems like the perfect time to start. It might even be a better solution for what I am aiming at doing here.
-
Confirmed that this works fine in 3.1.4.RC1
-
Thanks Kevin Happy to help, as its in everyone's interest to have such things working well.
-
Confirmed this is resolved in 3.1.4.RC1
-
Kevin I will forward the code via Email. I have managed to replicate it within a test form and will send the code and explanation. Colin
-
I have downloaded the latest 3.1.3 , register and tested, and the same issue exists I also found on your forum the OleCallMethod(Obj,"GetProVersionNumber") I have added this to my About screen, and this confirms the 3.1.3 version. Colin
-
I am using 3.2.0 RC9 Cant really go back to a previous version easily, but if it will help I can do so.
-
Confirmed that this is resolved in 3.1.4.RC1
-
Kevin The Code I Emailed you just recently was also the same causing this issue. Try adding several words to the cell, select one and then right-click and select Cut, but don't move the mouse when doing this. You should be able to replicate. This …
-
Kevin Seems it has more to do with the cell colour background. Code as sent to you previously can be adapted to make this happen, as below. You need to click around the table a bit to make it happen, or just click cell 1,1 and press the tab key aga…
-
Further to this, in the previous SRP version, ScrollPos was being used to scroll to a specific position. This seems to no longer operate in the current version, but SelPos does do it.
-
Damn, missed that. I looked everywhere, but the obvious. Thanks Colin
-
Yes, I have changed to that it allows selection, using "None" Works sell, I use it to select and highlight rows, then use Cut, Copy, Paste, Delete, Select All right-click options, and also click on top left cell to select/deselect, and it looks and …
-
I found a screen which did work, so I compared the code and found the cause, the SelectionStyle property Call Set_Property(Control,"OLE.SelectionStyle",@VM:Cell_Colour:@FM:@FM:@FM:@FM:@FM:@FM:"Both":@FM:1 I had field 7 of the property set to "Both".…
-
Done, Email sent with RDK and data to replicate.
-
Kevin Code is below for the create event. The population of this includes many hidden rows. Let me know if you need anything else. I can save an image of the data being populated if you like, and Email Colin Comparison Table MaxColumns=45 Ctrl=…
-
I think I have found it. I had not set CellMultiLined at all, so the default should be zero. I forced it to zero, but that made no effect. I did then notice that I had HeaderMultiLined as below Call Set_Property(OLE_TABLE,"OLE.HeaderMultilined[All;A…
-
I am using windows 8.1, but all cells include the little triangle gripper.
-
Hi, Could you please advise progress, and when a new update might be available. Thanks. Colin
-
The OI forms in the shortcut bar works well. You need to size them quite tightly, 1 or 2 pixels in from the edge of the form, as thin frame, as the border on the shortcuts take up a bit of space (although the style is user selected). The form is a …
-
Thanks for the quick response. It is good that you could replicate.
-
Hi Kevin Any progress on this? Colin
-
Ah, I was looking at the local SRP_Controls.chm file that I have. This had commas in the examples. It also referred to the fact that the conversions can be any acceptable OI conversion, which I was using. The SRP wiki help has been updated and thus…
-
Any news on the scroll bar solution. We have an imminent release, and this is causing a problem. I have tried woith and without the freezepos, but still it does not scroll to the right. Have a release to a major client in 3 weeks. If it wont work, …
-
Absolutely
-
Further to this, as I think it is related. I set the scroll step to 4. When I have quite a few columns and the scroll bar in place, when I click onthe last couple of columns eg 8 or 10 visible (out of 20), the screen scrolls a column or two to the l…