Skip to content

Instantly share code, notes, and snippets.

@iversond
Last active December 15, 2015 17:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iversond/a5068ce85b71e96578b7 to your computer and use it in GitHub Desktop.
Save iversond/a5068ce85b71e96578b7 to your computer and use it in GitHub Desktop.
import PT_RCF:ServiceInterface;
class SampleApp extends PT_RCF:ServiceInterface
method Execute();
end-class;
method Execute
/+ Extends/implements PT_RCF:ServiceInterface.execute +/
MessageBox(0, "Test", 0, 0, "Injecting Code");
If %Component = "PTFP_VIEW" Then
PTFP_VIEW_WRK.PTFP_SEARCH_PB.Label = "Sweet!"
End-If;
end-method;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment