Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Subroutine Example ====== In the subroutine Start_Key, a form name is passed into the Dialog_Box function. <code> Subroutine Start_Key(Form_Name) Begin Condition Pre: Post: End Condition Declare Function Dialog_Box Form_Name = 'Main Topic' retval = Dialog_Box('CATEGORY_LISTING', @Window, Form_Name) Return </code> guides/programming/programming_in_openinsight/subroutine_example.txt Last modified: 2024/06/19 20:20by 127.0.0.1