DEV: Saving and Loading System Options: Difference between revisions

From KeystoneIntranet
Jump to navigation Jump to search
Intra>User
m (1 revision imported)
(No difference)

Revision as of 00:01, 10 January 2017


To load:

  dtmSystemOption.GetControlOptions(PROGNAME, rs$, [chkIncludeEmail,edit1,edit2]);

To save:

  dtmSystemOption.SetControlOptions(PROGNAME, rs$ , [chkIncludeEmail,edit1,edit2]);