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, Yep...I assume the physical printer was the same. We just need to make sure the calling arguments look the same. Let me know how things work out when you replace the null with the specific printer information.
-
Dan, Then this tells me that Direct_Print does work since that is what ARev32 is using in this situation. I don't think Set_Printer is your best route although I suspect the sluggishness is perhaps because you are configured for VSPRINTER2. Even i…
-
Dan, Just so I am clear, does ARev32 work just fine with regard to the logo and the control codes to the register?
-
Mark, Kevin will probably have to come in and save the day with an answer. The best I can guess is this: * Trying to find SRPControls.ocx is the wrong approach. This is merely the filename and is not the control itself. * SRPControls.ocx is a bu…
-
Mark, I neglected to mention that the first path you provided, HKCU\Software\SRP, is what we create ourselves. This was done sometime ago as a courtesy but it is not required, is not definitive, and does not get used to enable the control to work. …
-
Mark, The short answer to your first question is that Microsoft determines where it wants to store registration information. I don't know the specific rules although I know 32bit versus 64bit machines will handle this differently. For your second …
-
Hi Ed, The SRP Controls Pro does not have a separate help file since the controls it contains are the same as our separate controls. We do not have a newer SRP_OLE_Controls.chm help file as we retired that in favor of putting all current documentat…
-
Jared, Honestly, I don't think this is documented anywhere. I quickly reviewed my AREV manuals but could not find any information on this. Sad to say, this is one of those arcane bits that have become common knowledge for the most veteran developer…
-
Dan, I can assure you that your table is not too big. Revelation database tables are well known for being able to handle large numbers of records rather well. Your problem could be the result of many things so it will be hard to provide you a comp…
-
Dan, I just use the Windows Programs and Features utility to uninstall programs. They all start with the name Revelation Software or OpenInsight. Just don't uninstall the one that only says OpenInsight, as that is likely going to uninstall your Ope…
-
Dan, I am not ready to give up on this being a client setup configuration issue. Sometimes the client setup doesn't work as thoroughly as we might expect without first uninstalling all existing OI client components. Other than that, I wonder if th…
-
Dan, I am pretty sure if you run the ClientSetup.exe against this machine it will resolve the problem. Newer versions of OI are automatically configured to use the new .NET library for index management. However, if you do not run the setup then the…
-
Don, * I think the SRP Picture control only needs the OnCustomDraw qualified synchronously. It is unlikely you need this event so I would ignore it. * The SRP EditTable Before/After event chain order will not change. Internally, the Before event…
-
Hi Don, Yes, you are correct. This is a relatively recent policy shift on our part, largely due to changes in OI 9 that seem to cause performance and overhead issues with excessive synchronous event handling.
-
Kauko, Are you expecting the RDK to automatically pick up these bitmaps because you reference them in your event handler? I am a little confused about what the real problem is. Here are some further questions: * What kind of RDK is this? * Are t…
-
Jim, We do have a script. I believe if you download our NSIS Utilities from our Downloads page it will include a template that you can use. Please note that a script won't override permissions, but it will request them to be elevated for you. So th…
-
Barry, As you discovered, we are busy adding more Programmer's Reference Guide content to our wiki site. However, the Properties (and other topics) are not finished so we have not yet exposed a landing page for them. We hired a monkey (aka sister-i…
-
Martin, As far as where you should post questions, the best place would be in the forum that uses the control you are trying to use. In the case where you are not certain which control would best be used, then this "General Discussion" forum would …
-
Mark, To answer your original question, a true ActiveX chart control is something we would like to produce and we have some foundation controls that we can use. However, this is not on our radar to work on just yet (unless, of course, a highly moti…
-
Colin, TapTip.exe is a Microsoft tablet utility. It does not appear to come pre-installed on Windows 7 (or earlier) machines. I suspect it comes standard with Windows 8 since it is designed to be a desktop and tablet OS all-in-one. Therefore, the o…
-
Dear Mark, To you and all of our customers we extend a very Merry Christmas. We would also like to extend our immense gratitude toward everyone in the Revelation community who have used our products and found great value in them. Your comments, exa…
-
That works well for individual controls but not for the Pro control or the controls contained in the SRPCore.ocx (i.e., Button, Picture, HyperLink, Tab, and StatusBar.)
-
Jim, Yes, that's why we updated the Info utility. The licensing technology had been updated so the old Info utility needed to be updated. I should have first asked you if you were getting eval messages when you ran your application. That's the the …
-
Jim, Your list of actions look good to me. There are no controls that can be unregistered that do not exist in the SRP Controls Pro (SRPControls.ocx). It is all inclusive. I'm not the NSIS expert here so I'll have someone else jump in to answer th…
-
Kauko, Have you tried running Setup.exe using the "Run as Administrator" option? What folder is OI installed in?
-
Barry, We had some server issues around that time but I think they are cleared up. Did you have a chance to review the updated documentation? Please post back and that way you can test the system to see if that database error comes back.
-
Barry, It would have been nice if the documentation changes were provided by Revelation somewhere other than the download page (I was searching the .zip download files for it). Regardless, I have made the changes. I did my best to keep their notes …
-
Dan, It had about a 50/50 chance of working. :-) The problem ultimately comes down to the way OLE controls are tied to the engine. You might have differing levels of success by playing with the sync flag in the QUALIFY_EVENT but I would guess this …
-
Dan, It is a bit dated because engine-to-engine interfacing is not the official approach Revelation would suggest. The Engine Server is what they would guide you toward. However, the Engine Server is geared toward passing off requests to another se…
-
Dang, Dan, you forced me to re-read my own White Paper to understand what you are talking about! :-) That paper is at least 10 years old... Okay, my first question is what are you doing to allow OpenInsight to continue working while you are waiting…