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

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

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
20 26-Nov-2021 10:22 2 KB kparrott to previous
19 26-Nov-2021 10:22 2 KB ihowie to previous | to last
18 26-Nov-2021 10:22 2 KB ihowie to previous | to last
17 26-Nov-2021 10:22 2 KB jmyers to previous | to last
16 26-Nov-2021 10:22 2 KB jmyers to previous | to last
15 26-Nov-2021 10:22 2 KB jmyers to previous | to last
14 26-Nov-2021 10:22 2 KB jmyers to previous | to last
13 26-Nov-2021 10:22 2 KB jmyers to previous | to last
12 26-Nov-2021 10:22 2 KB jmyers to previous | to last
11 26-Nov-2021 10:22 2 KB jmyers to previous | to last
10 26-Nov-2021 10:22 2 KB rforbes to previous | to last
9 26-Nov-2021 10:22 2 KB rforbes to previous | to last
8 26-Nov-2021 10:22 2 KB rforbes to previous | to last
7 26-Nov-2021 10:22 1 KB RForbes to previous | to last
6 26-Nov-2021 10:22 1 KB RForbes to previous | to last
5 26-Nov-2021 10:22 1 KB RForbes to previous | to last
4 26-Nov-2021 10:22 1 KB RForbes to previous | to last
3 26-Nov-2021 10:22 969 bytes RForbes to previous | to last
2 26-Nov-2021 10:22 865 bytes RForbes to previous | to last
1 26-Nov-2021 10:22 770 bytes RForbes to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 8 changed one line
#*__Saved Value__\\This field holds the unique ten character code that is stored in the data base.\\%%information Best practice: Use your customer code and a sequential number (e.g. GT02).\\Please note the Saved Value may not be longer than four characters.%%
#*__Saved Value__\\This field holds the unique ten character code that is stored in the data base.\\%%information Best practice: Use your customer code and a sequential number (e.g. GT02).\\Please note the __Saved Value__ may not be longer than four characters.%%
At line 16 changed 6 lines
2. Create the function in the data base as a [data base function] returning VARCHAR or NUMBER or BOOLEAN (true/false)
* No parameters may be defined in this function
* Variables can be passed, however, by setting their value prior to calling the custom function and then referring to them within the function.
** Variables defined on the IMUC Variables tab are created in the usercalc as V_<''variable name''>
#Create the function in the data base as a [data base function] returning VARCHAR or NUMBER or BOOLEAN (true/false)
#*No parameters may be defined in this function.
#*Variables, however, can be passed by setting their value prior to calling the custom function and then referring to them within the function.
#**Variables defined on the IMUC Variables tab are created in the usercalc as V_<''variable name''>