Difference between revisions of "RPC HELP Tutorial Advanced Preparation"

From VistApedia
Jump to: navigation, search
(Created page with "<h2>Tutorial: Advanced Preparation</h2> <h3>Namespacing of Routines and RPCs</h3> Each tutorial user should choose a unique namespace beginning with Z, concatenated with two...")
 
Line 1: Line 1:
 +
[[RPC_Broker_Help| RPC Broker Help Home]]
 +
 +
[[RPC_Broker_Help#Tutorial|Tutorial Home]]
 
<h2>Tutorial: Advanced Preparation</h2>
 
<h2>Tutorial: Advanced Preparation</h2>
 
<h3>Namespacing of Routines and RPCs</h3>
 
<h3>Namespacing of Routines and RPCs</h3>

Revision as of 20:45, 5 July 2015

RPC Broker Help Home

Tutorial Home

Tutorial: Advanced Preparation

Namespacing of Routines and RPCs

Each tutorial user should choose a unique namespace beginning with Z, concatenated with two or three other letters, for example ZYXU. Use this namespace as the beginning of the names for all routines and RPCs that you create during this tutorial. Using your namespace protects the system you are using from having existing routines and RPCs overwritten. This namespace is referred to as Zxxx during the tutorial.


Tutorial Prerequisites

To use this tutorial:

  • You should already have M programming skills, and some familiarity with Delphi and Object Pascal.
  • You must have Delphi and the Broker Development Kit (BDK) installed on your client workstation.
  • Your client workstation must have network access to an M account that is running a RPC Broker server process.
  • You must have programmer access in this M account, and it should be a test account (not production). Also, you need the [[RPC_HELP_XUPROGMODE|XUPROGMODE] security key assigned to your user account.

PREV: Introduction

NEXT: Step 1: Create Application with an RPC Broker Component