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,220
Last Active
Roles
Administrator

Comments

  • Ed, Just have to ask, but wouldn't a CHAR or CHANGED event suit you?
  • Barry, Setting the ENABLED property of the edit line control only affects the edit line itself. The reason you might want this is if you wanted to create a simple combobox which only allowed the user to select from the dropdown list. If you need t…
  • Dan, I think this is a red herring with regard to linking this to the OnComboClick event. You can duplicate this exact behavior if you never left the edit line control and triggered a menu to send the READ event to the form. This is really an OpenI…
  • James, I have tried to duplicate on my end to no avail. I have edit lines with subclassed options buttons calling other forms (no popups.) If I had to guess it might be a problem with OI processing multiple OLE events while other things are going o…
  • Barry, It's just a zipped up RDK. Unzip and use RDKInstall to load.
  • Mark, I do not believe the comment in 3.0.1 is related to your particular problem. Are you sure it has been resolved for you? What version of the control were you using when you originally posted the problem? I am not saying the problem has not be…
  • Barry, Just to confirm, you solved your own problem?
  • Dan, Does this resolve the issue for you? I think what you are experiencing is typical auto-complete behavior but if you think something is amiss I want to confirm before I move past this.
  • Hi Dan, I understand the dilemma. Question, if you typed in the full Project ID as 125 and then pressed enter will that allow you to read the project record correctly? I would have assumed that unless any of the Project Names (Descriptions) have "1…
  • Well, I'm not sure what to tell you but if that is the case then you have some basic principles (ala LOSTFOCUS/GOTFOCUS/VSCROLL events) that should help you prevent unwanted behavior.
  • They don't change pages for me unless I am in the Form Designer. That's how it has always behaved for me. Are you saying that when you run a form the pages change?
  • Barry, This all has to be managed in your BASIC+ code. The SRP Tab control itself is not "aware" of the form it is on in any special way to help automate this. So here are a few tips: * If you disable an SRP tab then of course it won't respond t…
  • Bryan, My first guess is that you made the height of the SRP Tab control on the form itself tall enough to encompass the SRP EditTable control. Unlike OI's tab control, you cannot take one OLE control and surround another OLE control. They obscure …
  • Hi Dan, Well obviously this is the was it is supposed to be! I think the only way to really zero in on this is for me to test a portion of your system locally. Here is what I propose. You create a couple of windows in the SYSPROG or EXAMPLES applic…
  • Hi Dan, As far as you know, has this always been a problem? That is, you don't recall having any windows using the SRP Tab control that didn't flicker? Based on what you described it appears that you are doing everything correctly. Our FrameWorks p…
  • Hi James, Ah yes, the old problem Mark brought to our attention last January. I forgot that there were some similarities between that issue and this one. At that time the problem was occurring when a control was made invisible during the SelChanged…
  • Hi James, You are correct, I was not using OI window color settings. You are also correct in that it didn't change anything for me. :-) I doubt 3.0.5 will make a difference regarding this issue but it never hurts to upgrade. That's one of the bene…
  • Hi James, Your answers are very clear but, unfortunately, the solution is not. I loaded the RDK you sent me (then realized I needed to create your app! ) and I also had to change the CLICK event reference to OnClick because I don't swap the event…
  • James, I'm not sure I understand what configuration seems to replicate the problem every time. Allow me to ask some detailed questions: * Does the problem occur in Windows 7? * If so, does it occur when Aero is turned on? * If Aero has to be…
  • Hi James, Thank you for taking the time to post your question in the discussion forum. I tried to replicate your problem but was unsuccessful. To make this easy on me I just added an OI push button and an SRP Button control to my DBW_SAMPLE_3 form.…
  • Barry, Keep in mind that different workstations will need to register the controls on their own. It is possible to run an installer on each machine to do this, but sometimes it is easier to manually register files.
  • Ed, In theory it is possible to call the SRP Engine Server from a process that does not originate within a Basic+ routine, but that is not the original design. We posted some technical help for your review. As you can see, the assumption is that yo…
  • Dan, First, I moved this thread from the OpenInsight forum to the SRP Mail Utility forum since I think this is a better home for this discussion. Second, my suggestion is to post your discovery in the public discussion forum since the bug tracker …
  • Kauko, Did you try smtp.gmail.com?
  • Albert, Insofar as what you've shown me as code it looks correct. But since I am unable to see the rest of your code I have no idea if you are programming this correctly.
  • Albert, I don't know why you are getting this error. I know sending multiple attachments will work (I just re-tested to confirm), so I suspect this is a problem with your drive or OS. I hate to ask you a dumb question, but are you sure those files …
  • Phil, In context I was referring to the SRP Mail Utility installer. Howver, upon reflection, it can be any installer that we created or even your own custom install...as long as this installer requires OpenEngine to be launched in the background. …
  • Phil, Did you review what I wrote about this issue? There appears to be a problem with the install and OENGINE.exe remaining in the Task Manager and this causes installers to fail the next time around. I asked you to confirm if this was what you ex…
  • Phil, If you are able to check into this, also see if the installer itself is still running as a process. I just discovered this on my end and after closing the installer via the Task Manager my engine also closed. I am now beginning to suspect tha…
  • Phil, I recently experienced this problem, although it was with a new SRP Editor installer. What surprised me was that I had just ran the installer successfully. I was then able to discover that OENGINE.exe was still running as a process in the Tas…