Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.

DonBakke

About

Username
DonBakke
Joined
Visits
3,189
Last Active
Roles
Administrator

Comments

  • Dan, In case it will help you along, here is a routine that ships with FrameWorks that we use to help with this kind of management: Function Transfer_EditTable_Data(SourceEditTable, TargetEditTable, ArrayFlag, UpdateCellEdit) /******************…
  • Hi Dan, OpenInsight does not provide a way to naturally bind database columns to ActiveX controls. So you have to manage this on your own. For SRP EditTable controls, the most common approach is to keep an invisible OI edit table control on the for…
  • Colin, I believe this is related to another problem that has been reported to us (by email, not on the forum). We are working on a fix for the 3.0.4 version of the SRP EditTable control. When we have this ready I would like to send you a release ca…
  • Kevin, If I read Colin correctly, he is NOT having any problems with the SRP EditTable...just the opposite. He just wants some assurance that if he commits himself to using the SRP EditTable in this situation that there will not be any known roadbl…
  • Dan, Depending on how fancy you want the UI to behave I am confident you can make something work. You could trap the OnClick event and check to see if the Ctrl or Shift keys were presed. If so, that would be a signal that the user wants to select …
  • Hi Dan, Alas, no. It is a feature, among others, that we would like to implement but it just has not risen to prominence on our list. Are you looking to emulate the ability to select any range of cells, or are you looking to do something more spec…
  • Adam, Are you using the RowsToRecords property? If so, what value are you setting?
  • Hi Phil, This is a good question. This issue is one that occasionally comes up but it is not well publicized. In short, the problem is that your client's system has the default system font set to a size which is larger than normal. All SRP controls…
  • Colin, Thanks for testing that. I wasn't referring to the ScrollBarsVisible property but it is good to know that it doesn't really change anything. I was just trying to see if the problem occurs only when the SRP EditTable is populated with data bu…
  • Colin, We have duplicated the problem. In fact, we have verified that this problem existed since at least 3.0.0 (we are currently at 3.0.2). We do not know if this existed with the 2.x version of the product. Maybe you can confirm something for me…
  • Bryan, One approach is to set the CellProtection property to "Read Only". This still allows you to select from the dropdown but prevents unwanted entries. The only drawback is that it does not pass through the keystroke being entered and attempt to…
  • Mark, Always glad to see when the pilot catches his own error. Did you ever figure out what I was trying to recommend? Whether you understood me or not, I think you ended up following my suggestion to some degree.
  • Mark, Make the same call to the other table and it works as expected. By "other" table you are referring to the ReportTable with the identical configuration? As a way of troubleshooting the situation did you modify your code so that the identica…
  • Mark, Would you be so kind as to post a screen shot of what you are seeing? I think I am a bit confused as to what you are getting versus what you are expecting. Also, your setup code would be handy so I can compare.
  • Mark, It does appear that the ColumnCheckBoxAlignment property is not working. I have created a support ticket for this: OLE-86. In the meantime, does the ColumnList property do what you want? If you set attribute 16 to the alignment value you wan…
  • Mark, I might be able to dig into this and have a better reply by the time you read this, but I wanted to quickly confirm something. Are you saying that this used to work with an older version of the control but now it is not?
  • Colin, No, this is not a supported feature.
  • Mark, Ah..in that case, no. Only Preview mode provides this kind of display.
  • Mark, By "normal" do you mean no line mark delimiters of any kind? Are you looking for word-wrapping?
  • Bob, Upon further testing, I think what is happening is that the PreviewMode property is now defaulting to False instead of True. As a quick workaround you can add the following code after your ColumnList property: Set_Property(Ctrl, "OLE.PreviewMo…
  • Bob, At first glance it appears the Preview type of the ColumnList property is no longer working. I just now realized it is affecting some of my screens as well. I am sure we'll look into this and come up with a fix shortly.
  • Colin, I think your observation is correct. The ReportTable employs Excel-style formatting, which includes the comma symbol. The data in the ReportTable is expected to already be in an OCONV state but without any formatting other than the decimal p…
  • Colin, You meant method, correct? Actually, this is a feature we intended to implement earlier this year. One of our clients specifically requested this feature and was willing to underwrite the development. Unfortunately, the client had to withdra…
  • Colin, I'm confused. Are you reporting that this property isn't working as documented? The purpose of the FixedRowHeight property is to do exactly what you want.
  • Colin, If the ItemChecked property doesn't appear to support the ALL keyword, then I am going to conclude that there is now way to set all the check boxes in one go without populating the ReportTable with an array of data that sets the value. Ther…
  • Colin, Sorry...just as I clicked the Submit button I saw that this was asked for the ReportTable control. The correct answer is no, there is no provision for that. If I may ask, are you looking to colorize the current cell with focus? If so, then …
  • Colin, The CellColors property allows you to narrow this down to the specific cell. However, if you are using the RowsToRecords property then this will not do anything as custom formatting gets overwritten.
  • Colin, This appears to be locked down.
  • Martin, No disrespect was meant, and I am certainly aware of your years.of experience. However, you asked the question, "what if I'm offline". Thus I responded as I saw fit. I would disagree that this is our most sophisticated control. The SRP Edi…
  • Martin, All the documentation that was in the .CHM file exists on the wiki. So nothing has disappeared. If you think something has gone missing please notify us as to the specific article and we will address the issue right away. Your .CHM file st…