PdcApplication.OpenRelation: Difference between revisions
Jump to navigation
Jump to search
Created page with "== Declaration == == Description == == Notes == == Code example == <source lang="vb"> </source> == Availability ==" |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
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).