Child pages
  • Implementing Business Logic

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. From the Solution Explorer tree, navigate to the Active Solution > Forms > myForm > variables node.
  2. Select the variables node and click the Create VariableOK button from the lower toolbar in the Solution Explorer.
  3. Choose a variable name, a data type and optionally choose an initial value and click. The variable declaration will be generated in the myForm.js file, which will be opened in the Script Editor.

Creating a Method

Create a Global Method in

...

One of

...

Two Ways

From context menu

  1. From the Solution Explorer tree, navigate to the Active Solution > Globals node.
  2. Right-click the Globals node and select Create Method from the pop-up menu.
  3. Choose a method name and click OK. The method declaration will be generated in the globals.js file, which will be opened in the Script Editor.

...

  1. From the Solution Explorer tree, navigate to the Active Solution > Globals node.
  2. Select the Globals node and click the Create Method button from the lower toolbar in the Solution Explorer.
  3. Choose a method name and click OK. The method declaration will be generated in the globals.js file, which will be opened in the Script Editor.

Create a From Method in

...

One of

...

Two Ways 

 

From context menu

  1. From theSolution Explorertree, navigate to the Active Solution > Forms > myForm node.
  2. Right-click themyFormnode and selectCreate Methodfrom the pop-up menu.
  3. Choose a method name and clickOK. The method declaration will be generated in themyForm.jsfile, which will be opened in theScript Editor.

...