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,058
- Last Active
- Roles
- Administrator
Comments
-
We have observed similar behavior when those same conditions are in effect. We put an extensive amount of research into this and even worked with Revelation Software to try and figure out what is going on. While no clear smoking gun has been found, …
-
Josh - are you using promoted events?
-
Do you have the Universal Driver installed on this local PC?
-
I am guessing that the Windows timer or the Presentation Manager is suspended when Windows is in Lock mode (although I could have sworn this wasn't the case). IDLEPROC uses the engine.
-
Redirection is accomplished using the ShareName setting in the Revparam file and there would be a corresponding string in the Revsoft\Revelation Universal Driver\5.1\Shares key. This is documented in the UD51 NUL Installation Guide.pdf document.
-
If File Explorer only shows the Revmedia file that suggests redirect is being used. What else is in the Revparam file? What is in the Registry? What version of the UD is this?
-
Did you attempt to call OLEStatus to see what it indicates might be the problem?
-
That is a Windows ActiveX control that allows you to load various common controls. You won't need it for OI 10 since its Form Designer has exposed practically all of the common controls that are available. Also, that file isn't compatible with OI 10…
-
Well, I learned something new here. I've always assumed that the SCROLL method did the same thing as the VPOSITION property. I was wrong. However...it appears that that while the SCROLL method does reposition the virtual space of the form, it actual…
-
I'm glad you have a working solution. However, for the sake of clarity in case others are reading, your comment about scrolling "down to see the controls that would otherwise be 'off the screen'" is not accurate. The scrollbar control itself won't d…
-
You could add a vertical scroll bar control to the form though. True, but what would you do with that? Would you reposition the controls on the form dynamically as the value of the scrollbar was changed?
-
Josh - I see that you've crossposted this question in the WORKS forum and that you are getting help from Bob Carten. I doubt you'll get anything more useful here. I'd like to respond to a couple of other items from the above posts. This means you co…
-
M@ - Thanks for the input. Thanks for confirming the issue and for the workaround.
-
Thanks for the attachments. There might be an issue on our end so we are looking into this now. What I meant by "turning UTF8 on dynamically" was using the SetUTF8() routine.
-
Ed - I have some questions for you: * What did you do to finally "send the request in UTF8 to the framework"? * Have you tried turning UTF8 on dynamically to see if you can Set and Get the data correctly? * Are you able to send me a copy of t…
-
I am not familiar with INET_OI_XML and looking at the documentation it doesn't seem to provide a way for custom formatting of dates. Unless others chime in with their experience, this might be a question better suited for the Revelation forum.
-
I'm sure we'll add support for that. Stay tuned.
-
Thanks for the clarification. Yes, I experience the same thing. I'm pretty certain this is because the SRP Editor is still attempting to call ProgRef.chm from OI 9.x. This no longer exists in OI 10. I presume you would expect it to launch the OI 10…
-
Is your F1 configured to to use SRP Help or the CHM help?
-
@josh, I think he understands this based on this statement: I can get the exit code using OI's RUNWIN but I can't seem to capture the output or get it to generate a log file.
-
Well, there you go!
-
I'm not sure we have anything well documented for this so if you find yourself spinning your wheels please post any questions in the FrameWorks category.
-
No. It exists for entities because OI maintains a repository database that tracks this kind of metadata. Data records do not have their own intrinsic datetime stamp. The standard solution is to create fields in the dictionary for this and then use a…
-
You could also put a different background image in the MDI client.
-
The only way I know of is to read the SYSREPOSWINEXES record and parse it.
-
I can't be 100% certain, but an inspection of the object code does not show any references to Yield(). I believe Update_Index is really just a shell that calls other lower-level SSPs so perhaps one or more of those calls Yield(). You could create a …
-
Not to make light of the situation, but this happens and it is a royal PITA. My suggestion is to take a copy of the table (and its index) offline and go through the index rebuild process (assuming, of course, you've confirmed the indexes are corrupt…
-
If you kill OI while it's in Update_Index, it will probably create more corruptions. However, since you probably already have a corrupted index this is not likely to be a problem. Chances are you'll be recreating these indexes anyway.