RulerBar  RoundTo

Chapter 3: Property Descriptions and Usage

Roaming

Applies to

CallLogEntry objects

Description

Indicates whether the call was placed or received in the local calling area or while roaming. Values are:

Usage


In scripts

The Roaming property is a boolean indicating whether an entry in the call log was placed or received while roaming. In this example, a listbox is populated with the phone numbers in a call log. The following lines in the SelectionChanged event of the listbox get the value of the Roaming property of the selected phone number and write it to a second listbox:

// instance variable: CallLogEntry iLogEntries[]

if (iLoggedEntries[index].roaming = true
   lb_2.AddItem("Roaming")
else
   lb_2.AddItem("Local")
end if





Copyright © 2004. Sybase Inc. All rights reserved. RoundTo

View this book as PDF