PdcApplication.OpenRelation: Difference between revisions

From External Bemet Wiki
Jump to navigation Jump to search
No edit summary
 
Line 1: Line 1:
== Declaration ==
== Declaration ==
 
OpenRelation(TelNr as String)


== Description ==
== Description ==
 
Opens and shows a relation


== Notes ==
== Notes ==
This method opens and shows a relationcard.


TelNr Telephone number, as string, from the relation. Only numbers.


== Code example ==
== Code example ==
 
This code opens the Bemet relationcard.


<source lang="vb">
<source lang="vb">
 
pdc.OpenRelation "0318495858"
</source>
</source>


== Availability ==
== Availability ==
Available since June 2006 (From version 3.7).

Latest revision as of 11:01, 21 May 2012

Declaration

OpenRelation(TelNr as String)

Description

Opens and shows a relation

Notes

This method opens and shows a relationcard.

TelNr Telephone number, as string, from the relation. Only numbers.

Code example

This code opens the Bemet relationcard.

pdc.OpenRelation "0318495858"

Availability

Available since June 2006 (From version 3.7).