SRP

Website Launch Announcement

SRP is pleased to announce the launch of our new website! Come and explore our new look, updated information, and enhanced functionality. We look forward to sharing our new online presence with you and hope that you will join us as we continue to grow as a company. As you explore our new website, we have moved some information around and left some old items out. If you are unable to find something specific, please contact us.

SRP Invited to Speak at the 2013 Revelation Software Conference

SRP President, Don Bakke, and chief engineer of visual components, Kevin Fournier, have been invited to present at this year's Revelation Software conference. Don Bakke will be presenting on project management and demonstrating tools that make collaboration, documentation, and support easier. Kevin Fournier will be speaking on integrating business management software with Microsoft technologies, specifically Microsoft Outlook (and by extension, Microsoft Office).

SRP Invited to Speak at the 2011 Revelation Software Conference

SRP President, Don Bakke, will deliver a presentation on the essential elements of basic user interface. Chief engineer of visual components, Kevin Fournier, will follow up with a lecture on advanced techniques using primary and secondary toolkits. A third presentation will be given by Don Bakke showcasing the advantages of framework based development. For nearly 30 years Revelation Software has been an important provider of tools that create mission critical applications. Their conferences assemble international consultants and developers to encourage excellence in their craft.

SRP Editor Update, Version 2.3.5 & 2.3.6

The SRP Editor saw a new update last week, another minor fix to the code formatter, resulting in version 2.3.5. However, before we could get around to announcing it, we made a much needed improvement to the SRP Editor's command line.

Our command line has always suffered when it comes to executing built-in routines. To give you some background, when you run any routine, the SRP Editor command line opens the routine's object code and determines how many parameters the routine expects. If you pass too few parameters, the SRP Editor passes null values for all the missing parameters to avoid potential VNAV errors. This, of course, only works for routines that exist in object code and list their parameters. For all other routines, the SRP Editor command line just sends the parameters you provide.

This becomes a headache when using common built-in routines such as COPY_ROW. COPY_ROW hates missing parameters, and you'll get a VNAV error if you forget even one. If permitted, we'd like to appeal to the old saying, "Better late than never."

The SRP Editor 2.3.6 now ships with a default list of routines and their parameter counts. You can browse or modify this list in the new TCL tab of the Options dialog. Don't worry about modifying the list, the SRP Editor will never overwrite your changes. Most users will not really need this as the most important built-in routines are already there, including COPY_ROW.

SRP Editor 2.3.6 is now available to download from here.

Subscribe to SRP