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,158
- Last Active
- Roles
- Administrator
Comments
-
It would appear that we never closed this discussion properly. For those who were monitoring this thread, we have solved the issue. The fix is to simply change the Prog ID in the Form Designer to something else (like another SRP control) and then b…
-
Don, I always like to recommend that testing be done in SYSPROG or the EXAMPLES application to remove any interference from additional processes. Of course, this assumes you have not messed with SYSPROG. ;-) Don B.
-
Don, Would you be willing to send the following to me in a private email? * Your OENGINE.dll * Your SRPLicense.dll * The 3.0.9 SRPControls.ocx that you are using? I would like to see if I can replicate this on my end in hopes of narrowing t…
-
Don, I think Kevin is probably working with you directly to test the v3.1.0 release candidate of the Pro control. However, I did want you to know that I confirmed your license as being valid. The "Evaluation Version" messages you are getting is ver…
-
Does the status bar look like this on all your forms? Does it look like this in the SRP Editor? Can you verify that the ProgID is correct on your form? I know I'm resorting to shooting in the dark, but this is pretty strange behavior. I have been us…
-
Hi Jim, Yes, that is an inherent limitation due to OI's STATUSLINE property not allowing itself to be directed to anything other than an edit line control. However, we have had our own workaround in place for quite some time. I wrote an article tha…
-
Phil, I suspect you are not using the "Run as administrator" option when launching the command prompt.
-
Mark, So you are saying that the improperly functioning prompt is using the same style settings as the others? So the problem extends beyond the text being clipped? Let's try to isolate the issue this way: * Order of execution. Does setting the …
-
Frank, I think Ed suggested that ICONV processing (UDC or internal) simply does not trigger when leaving an empty edit line control.
-
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.