Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
Programmatically Opening Record in SRP_Editor
Is there a way I can programmatically open a record in the SRP_Editor?
Comments
I thought for sure this was already posted and answered but I cannot find any threads that specifically discuss this. So...
There is a dedicated program that you can call to launch the SRP Editor and auto-load an item. If the SRP Editor is already running it will load the item in that instance. You cannot load more than one item at a item but you can call this program multiple times. Here is the syntax:
SRP_Editor_Open(Type, ID, LineNo)
Here are the comments for this routine:
rv = SRP_Editor_Open("Procedure", "NDW_MYFORM_EVENTS", ErrorLine)
I get the same error popup with or without the ErrorLine variable in there. Is there a different way I am to name the procedure name/entity?