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

  • Phil, Cut and paste is not supported in this forum (which would be nice, or even drag-n-drop the way GMail supports it). You can, however, upload an image file and then use a link to bring the image into the post. Each forum has a sticky post that …
  • Phil, I am not aware of the installer displaying that message. I have seen "Invalid username or password", which displays even if I enter an invalid application (account) name. Are you sure that is the message you got?
  • Phil, The latest version of all products are available on our Downloads page.
  • Aha, I see this happening on my end as well. (For those who are monitoring this thread, Barry is referring to RTI_IDE_MDI.) I am 99% positive this is a message being generated by the Revelation IDE acting upon SRP Editor. I suspect that the new Rev…
  • So you are saying that if you launch the SRP Editor with no prior documents having already been opened, you get the error message you posted? Clearly if you are getting an error message from within the SRP Editor then there is a bug. However, I can…
  • Hi Barry, Can you help me understand this better. What do you mean by "Last Documents"?
  • Mark, As alarming as the ever increasing numbers appear it is okay to keep running. This is one of the reasons that the newer GUI for the SRP Sync Server completely hides the Receive/Send errors. However, being able to see them does help pinpoint p…
  • Mark, I asked because we did experience problems with the counter increasing on the SRP Sync Server very rapidly but these were basically false positives. I thought these were addressed in the most recent version.
  • Mark, I'll let Kevin reply with a more definitive response, but I suspect the answer is "no". Errors are usually just an indicator of success/no-success and we simply do not know why. Can you confirm the version of the SRP Sync Server you are using?
  • Barry, Oops...my bad. I thought your question was about the SRP Schedule Control and not the SRP Sync Server. This optional utility is free.
    in $cost Comment by DonBakke May 2015
  • Barry, All prices are listed at the bottom of the product description page. Perhaps you were focused on the product help page. Here is the link.
    in $cost Comment by DonBakke May 2015
  • Martin, That is strange. Can you verify a few things for me? Is there a $ISWINDOWVISIBLE row in the SYSOBJ table? Is there a DLL_USER32 row in the SYSPROCS table? If so, do you see the following in this row: INT STDCALL IsWindowVisible(HANDLE) Th…
  • Hi Adam, I honestly believe you have done everything reasonably possible to resolve this. However, I am happy to schedule an online review of this with you or Ray in the near future. I am traveling this week but I plan to be back in my office next …
  • Adam, This is a mystery, no doubt. I have a suggestion that might help narrow this down a bit. First, make sure you are completely logged out of OI. Then rename the OS files to something like REV30088.LKB and REV30088.OVB. Then manually copy the R…
  • Adam, @FILE_ERROR contains FS-type error codes. So you would look up this error number in the respective FSERRORS_xxx record within the SYSPROCS table. In this case, the record is FSERRORS_100 since this contains the error codes from 100-199. FS10…
  • Adam, I am not sure why the "else" condition is getting triggered. Something is preventing the SYSLOGINS table from being updated. I think the only way you can get to the bottom of this is to check the error status within the "else" branch. What do…
  • Hi Adam, First, for future information, there is an Upload Image link on the left side of our wiki page. You can use this to upload screen shots. Then you can click on the icon in the forum post editor (it has a a framed picture icon on it) to inse…
  • Jim, I feared as much. Okay, here is the missing equate: Equ EVENT_SYSTEM_ONLY$ to 4 ; // Event flow should execute the system event handler only (normal option for third-party windows running in FrameWorks). In the if/then area that de…
  • Jim, D'oh! My own comments betray me! EVENT_SYSTEM_ONLY$ was added after those comments...after I discovered the very problem I just described! I now need to update the comments. Hmmm...I am curious if your version of FrameWorks has the EVENT_…
  • Hi Jim, That is a very smart approach. I think I overlooked this because, once upon a time, core FrameWorks forms used to be stored in SYSPROG. Thus your solution would be too successful. But we worked hard to remove everything out of SYSPROG other…
  • Hi Jim, There should be no extraordinary reason why the RTI window will not work. The usual culprit for why RTI (or third-party) forms will not work is because of the common practice of naming commuter modules as formname_EVENTS. SRP FrameWorks ass…
  • Well, great detective work Sherlock. Thank you for responding back as I'm sure this will be something that will surprise others down the road. FrameWorks FTW! :-)
  • Don, We've done a fair amount of work in Verify_User_Access to resolve the way menus are handled. I think some of this had to do with OI 9.x. However, there have been enough other changes that I don't think replacing your code with the latest is ad…
  • Don, I'm glad we are both perplexed. FrameWorks does manipulate menu items based on security settings. However, all it does is use the Windows API and Send_Message function to delete menu items. It would make more sense to me, for instance, if …
  • Don, My first pass at testing this proved inconclusive. That is, my menu accelerator changed as one would expect. Now all I did was modify my Edit menu to have a 'Cut Row' item and I first used Alt+X as the accelerator and then changed it to Ctrl+S…
  • Hi Don, I am going to try and experiment with this to see if I can duplicate what you are experiencing. I would be very surprised if FrameWorks logic is causing this, but one can never be too sure. Are you using inheritance? Is it possible that yo…
  • Dan, by "distorted" per chance are you seeing the left half display on the right and vice-versa?
  • Barry, One of the libraries you'll soon be receiving is call HTTP_JSON_Services. In there you will find examples of the syntax we use to produce JSON content. Hopefully that will set you on a right path.
    in srp json Comment by DonBakke April 2015
  • Barry, We have not created any wrappers that do what you suggest. One problem is that such a tool would not be capable of distinguishing those columns which should be excluded, such as synonyms or calculated columns which serve no purpose in a JSON…
    in srp json Comment by DonBakke April 2015
  • Hi Ed, Good catch. We confirmed the bug and believe we have it fixed. A new build of SRP Utilities has been forwarded to me for testing. If this works for me I'll email you the latest pre-release build for your own use and testing.
    in JSON Comment by DonBakke February 2015