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,219
- Last Active
- Roles
- Administrator
Comments
-
Mark - You know you can update your notification preferences to get a notification for all new and updated threads right?
-
It was designed to allow a relatively easy transition and require little or no code changes. It does have an API based on/off mechanism so you can switch between it or the original OIPI on demand.
-
Open the CFG_OIPI record in SYSENV. It probably says VSPRINTER. Change this to VSPRINTER2. I've been deflecting your question about our possible fix because it will likely be moot if OI 9.x and OIPI.Net won't work. Our solution is our own implement…
-
The service doesn't set its own error as a result of the timeout because we can't assume that a response won't come back at the last millisecond. Or...perhaps it was there anyway and the XMLHTTP object wasn't acknowledging it properly. Either way, i…
-
I should also add that this is not a permanent setting. It will remain for this session only (it gets cached) but it is not stored as the new default. You can update the GetTimeoutDuration service if you want to make this permanent.
-
Howdy! Yes, I think you can accomplish your goals with the product "as is". First, you must call the SendHTTPRequest service with the UseAsynchronous flag set to 1 (which is the default, but I wanted to make sure you know this was required). Otherwi…
-
OI 8.x does not support OIPI.Net. We might have something to help you with this, but I'm not sure it will be worth pursuing versus upgrading to OI 9.x (assuming that is even possible). But, before we get ahead of ourselves, we should verify that OIP…
-
A few responses to this. First, we highly recommend that you check the ERROR status after each call to SRP_COM. This will help you identify the root of your problem. I was able to replicate your issue, but the problem originated in the "Open" method…
-
Thanks for the thorough response. By way of confirming one part of your answer and repeating my understanding of it, when you run the Table Builder, print the dictionary, and then use the Print Setup to select one of your redirected printers, it doe…
-
Let's start with what you have already configured and working. Do you have redirect printers appearing in the remote desktop session? That is, if you open up the Devices and Printers window, the Print dialog from Notepad, or even the Print Setup dia…
-
Aha, I follow your intent. That would be great. We do want to make sure this is working as expected...especially since we rely so much on our own products. Thanks!
-
I am not sure semver.org is "gospel" with regard to software versioning. I've never seen it being applied to other projects I'm familiar with. It may very well be a convention that others use, but there is nothing binding. Regardless, it was not ou…
-
There are two links on most of our product pages: one for 32-bit and one for 64-bit. The 32-bit link appears immediately below the product version label and the 64-bit link appears below the 64 Bit graphic. Admittedly this is a little confusing so w…
-
I think Mark's use of the GetProVersioInfo method is close to my suggestion and is more universal. The Registry stuff is icing on the cake but isn't definitive as the control could be relocated.
-
I think some customers check the Version property of any control they have licensed and see if it returns a valid response.
-
Yes indeed. That is known as a Header Column. Use the HeaderColumn property to make it invisible.
-
What version of the control are you using?
-
For what it is worth, I'm not just going on a fishing expedition with these questions. I did try to reproduce your situation and the only time I experienced anything similar to what you are describing is when one or more of the above items had not b…
-
A few more questions: * Did you add this new command to a new command category? * Is your command category associated with a security policy? * Is this security policy enabled for your user? * Did you restart FrameWorks to see if this made …
-
Let's focus on one issue at a time. I also want to make sure we are using correct terminology to avoid ambiguity. When you refer to "new group", are you actually referring to a group in the Ribbon Manager? Also, when you say it won't perform the act…
-
I suspect that this is due to the QuickDex not being recognized and thus is why the %RECORDS% record wasn't being updated. Whether this is because your original APPDATA tables were not properly configured for the QuickDex or perhaps that the DBT was…
-
Enhancing BASIC+ Part 5: Go For Launch
-
While not a tutorial, I think the following might suffice since they represents a "basic" scenario that you could easily adapt. To setup the tabs of the Tab control you can use the CaptionList or TabCaption properties but you must first set the Tab…
-
This is working against the design intent of this UI. While not as convenient, perhaps it would suit you to use the OnHeaderRightClick event or simply create a context menu.
-
Version?
-
Guys, Just so that the silence won't become deafening, I just wanted to let you know that the engineer who can best address this question and/or possible feature is on holiday and won't be back for another week. I'll research to see if there is a w…
-
Glad you figured out the problem on your own. Regarding the SRP Table Search utility, that has not been converted yet. We are working on the SRP Editor still and this effort will include the SRP Table Search utility. We'll report on this as soon as …
-
I could be wrong, but I think the width of the scrollbar area is theme/OS determined.