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

  • You are certainly right about this. We will investigate and post a fix/response ASAP. I thought I was pretty familiar with the most useful Windows Key combinations but I must admit that I was unaware of the Windows Key + Arrow feature. What is part…
  • Paulo, First, I move your thread from the SRP Editor Control topic to the SRP Editor topic. I know, a bit confusing, but the SRP Editor is also a control which can be used without the SRP Editor. 1. The way to launch any OpenInsight form from the …
  • Michael, The only other solution is one that does not exist yet. I do not know if you have been following the other thread originated by David Goddard, but ironically he has been asking for very similar features at the same time you began asking fo…
  • Soo.. you are calling it directly.. and there's no way to intercept the call from the editor? Michael, I wanted to follow up with you on this comment. How else would we be calling the Repository function if not directly? I thought that was the who…
  • Michael, There is always another way assuming one is willing to pay for it. :-) Honestly, the real reason version control is difficult in OI is because it stores everything in the database. While that has its advantages, it also does not play nice…
  • What network driver are you using?
  • Okay. Just needed to make sure we weren't overlooking something obvious. Usually I press Shift+F7 to bring up the HTML Viewer in the SRP Editor, and then press F5 to get to the command prompt and enter LISTS SYSLOGINS. Seems like you are doing very …
  • How are you listing the SYSLOGINS records?
  • Barry, You should indeed be seeing different usernames. I'm not sure why they seem to be disappearing. How are you listing the SYSLOGINS records? The reason for the select command is because OI always logs itself in using the SYSPROG master user. …
  • Mark, Since I have admitted to not having gone anywhere with embedded forms on the SRP ShortcutBar, I can't easily speak to its short-comings. (sorry). I would have expected (or hoped) that collapsing groups would have been possible. But you touch…
  • Mark, I'll comment from a theorist perspective. When Kevin first revealed this little feature of the SRP ShortcutBar control, my first thought was that this would be a cool way to create reusable features. Just create forms dedicated for simple tas…
  • Aaron, First, thanks for testing the other file I sent you. It was late Sunday for me when I did that and I had to leave my desk for the rest of the evening so I was unable to respond to you after you replied. Second, this is great news. Sincerely…
  • I upgrade to 2.7.1 RC1 and got the same results as before. Now, I am running a newer version of SRPUtil.ocx, so perhaps that is relevant. I need Kevin to weigh in on this. If you want to check for yourself, you can down SRPUtil.ocx v4.0.1 RC1 from …
    in Hang Comment by DonBakke January 2016
  • Aaron, Your thoroughness is very much appreciated. At the moment I'm stumped as to why you are having troubles but we will pursue this with you. I hate to cast suspicion upon the file I sent you, but I am beginning to wonder if it was corrupted in…
  • Barry, I presume this is with SRP Editor v2.7 and SRPUtil.ocx v4.0.0? I copied your code verbatim and compiled without any problems. I did notice an oddity with the VNAV detection (it created several alerts to a non-specified variable in addition t…
    in Hang Comment by DonBakke January 2016
  • Phil, 1. Within the editor the Table Search displayed but didn’t return any results for anything I entered. After some playing around I noticed there was no OI Sort File setup and after I entered C:\AREVSORT, the Table Search worked as expected. Is…
  • Barry, The answer is no but the help pages do provide sample code for the various properties. I suspect you are looking for a "hello world" type of sample code. The problem with that is there are too many ways to use the SRP Schedule Control that g…
  • Phil, Please note that I did not say it wasn't (or couldn't be) related to 8.0.1. However, I am skeptical of this connection. If you can force the error then that is a very good thing. I still recommend creating a simple logging utility. Since you…
  • Phil, I've seen these kind of crashes before. They all boil down to a specific cause, naturally, so the trick is isolating that cause. I am very doubtful this is due to resource issues on the workstation. OI 8.0.1 could be related but the only way …
  • Phil, I think you already understand how to add the Schedule control to the form. You previously sent me a screen shot that suggested you got the Prog ID correctly entered and the control was able to visibly display. Is that correct? If so, then yo…
  • Phil, I don't think there is a way to prevent this exactly as you seem to want. I might suggest using the ApptLocked property or the BeforeApptDrag event in conjunction with the Cancel property.
  • Phil, This is possible, although a bit indirectly. Use the MapClientToTime method. You can use the value from the Point argument from the OnScheduleClick event to pass in.
  • Phil, That is likely the line that displays the current time. It shouldn't be arbitrary, though. It should show you the current time. You can hide it using the CurrentTimeColor property.
  • Phil, In your case, I think only using the AppointmentList would be best and easiest.
  • Phil, First, my apologies. I wrote ReportTable in my previous response but I meant Schedule. I know which control we are discussing but for some reason my mind wanted to write ReportTable. Okay, so you are using only one Schedule control and allow…
  • Phil, The Schedule control does not have any concept of sorting for entities. Therefore, it places the entities in the order you added them to the EntityList property. The only way the order will be modified is if you changed the value in the Entit…
  • For the benefit of anybody following this thread (or future readers looking for help with this issue) I wanted to provide a summary of the resolution. Jan and I took this discussion offline so we could walk through some actual demonstrations of the …
  • Jan, I am not expecting you to rewrite your process. If the property is at fault then we will work to address it. However, if you need a workaround in the meantime then perhaps the AddTimeBlocks method will work. Having said that, there is a best …
  • Jan, Are you always using the TimeBlockList property when adding new time blocks? Have you tried using the AddTimeBlocks method instead? You may have uncovered a problem with the TimeBlockList property but your description of what you are doing sug…
  • Jan, In your case I suggest just trying to use the Entity property to update the text. Let us know if that works better for you.