ConfigureServices Method

Shows a dialog that lets you configure the modem paging software. This dialog allows you to set the modem used to send pages and configure individual paging services.

Syntax

   obj.ConfigureServices()
   where obj is an OPScrUtil.PagerJobQueue object 

Parameters

None.

Return Type

Boolean.

Example

To configure modem paging, enter:

   Set obj = CreateObject("OPScrUtil.PagerJobQueue")
   bOK = obj.ConfigureServices()

This example shows how to use the PagerJobQueue object to configure modem paging.