This page (revision-50) was last changed on 26-Nov-2021 10:22 by kparrott

This page was created on 26-Nov-2021 10:22 by JEscott

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
50 26-Nov-2021 10:22 1 KB kparrott to previous HOW_DO_I_ADD_A_HEADER_OR_FOOTER_TO_A_SCREEN ==> HOW TO ADD A HEADER OR FOOTER TO A SCREEN
49 26-Nov-2021 10:22 1 KB jmyers to previous | to last
48 26-Nov-2021 10:22 3 KB jmyers to previous | to last
47 26-Nov-2021 10:22 4 KB jmyers to previous | to last
46 26-Nov-2021 10:22 5 KB jmyers to previous | to last
45 26-Nov-2021 10:22 5 KB jmyers to previous | to last
44 26-Nov-2021 10:22 6 KB jmyers to previous | to last
43 26-Nov-2021 10:22 7 KB jmyers to previous | to last
42 26-Nov-2021 10:22 9 KB jmyers to previous | to last
41 26-Nov-2021 10:22 10 KB jmyers to previous | to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 28 removed 2 lines
!Q:HOW DO I COPY/EXTEND A FUNCTION?
A:Copying a function is referred to as ‘extending’. This is due to the fact that when a function is copied, the form attached to the function is also copied.
At line 31 removed 8 lines
Functions should only be copied if you wish to make changes to the form attached to the function. (For example, customizing the Employee Time sheet ([WEPTS]) to your company’s time codes.)
# Access the Maintain Function form ([IMFN]) through the Web Site Administrator main menu. You will be presented with a list of functions.
# Select the function you wish to extend.
# Click on Extend Form button located directly beneath the execution rights booleans on the right side of the form.
# Find the original function. You will see that you have a new function with CPY added to the original function. In addition, the usage field on the function as well as the form for the function in [IMFD] have been marked as User Defined.
# Go to the Function Name and rename the new function to something more meaningful. i.e. WEPTS CPY can be renamed WEPTS_HL
If you copy/extend a function you should go to [IMMS] and copy the ‘_FIND’ code as well. i.e. You copy WAPPT and call it WAPPT_HL. Copy the WAPPT_FIND and call it WAPPT_HL_FIND.