Symbian3/PDK/Source/GUID-E4874B22-474B-56D0-8A8A-C60411D3CBCB.dita
changeset 5 f345bda72bc4
parent 3 46218c8b8afa
child 14 578be2adaf3e
equal deleted inserted replaced
4:4816d766a08a 5:f345bda72bc4
     7     Nokia Corporation - initial contribution.
     7     Nokia Corporation - initial contribution.
     8 Contributors: 
     8 Contributors: 
     9 -->
     9 -->
    10 <!DOCTYPE task
    10 <!DOCTYPE task
    11   PUBLIC "-//OASIS//DTD DITA Task//EN" "task.dtd">
    11   PUBLIC "-//OASIS//DTD DITA Task//EN" "task.dtd">
    12 <task xml:lang="en" id="GUID-E4874B22-474B-56D0-8A8A-C60411D3CBCB"><title>Accessing a field without loading a whole record: Tutorial</title><shortdesc>This tutorial shows you how to access a field without loading a whole record. </shortdesc><prolog><metadata><keywords/></metadata></prolog><taskbody> <prereq id="GUID-A02C353C-3AB5-58E1-B433-98E7158CB5CD"><p>Before you start, you must understand: </p> <ul><li id="GUID-B77D629D-4E6D-5D2D-840A-0CFA5658D151"><p>the general concept of the Comms Database </p> </li> <li id="GUID-FAF6F934-8AF3-5500-9E25-A650B69E84F4"><p>the specific concept of fields, records, links and tables </p> </li> <li id="GUID-24F0BEF0-ADBB-531D-BE9B-6325E07862F2"><p>how to write and build application code to run on Symbian OS </p> </li> </ul> </prereq> <context id="GUID-D907BA51-0528-5018-9B46-67AE5824CEF7"><p>This tutorial shows you how to get the value of a field in the <xref href="GUID-387A8240-0765-52F2-98A4-8F9FC809E03E.dita#GUID-387A8240-0765-52F2-98A4-8F9FC809E03E/GUID-7383902B-10D2-52F3-8BDB-478CA6FB587D">GlobalSettings</xref> table. Records from the <codeph>GlobalSettings</codeph> table are not loaded. </p> <p>This tutorial uses the <codeph>BearerAvailablityCheckTSY</codeph> field. This field contains the name of the TSY used to check for bearer availability. </p> </context> <steps id="GUID-A7B63B0B-CF57-5E84-BB08-C957C24675F9"><step id="GUID-E0321D17-9CC5-5BF3-87A8-4A1638069214"><cmd>Make sure that you have created a session. </cmd> </step> <step id="GUID-CE91627F-547F-58C0-A940-9B5461B33536"><cmd>Create the field object in the tool or application process. </cmd> <info>You construct a <xref href="GUID-1CDD0B97-8B00-3373-9908-512C9BC1CF51.dita"><apiname>CMDBField</apiname></xref> <codeph>&lt;T&gt;</codeph> object and pass <xref href="GUID-1CDD0B97-8B00-3373-9908-512C9BC1CF51.dita"><apiname>KCDTIdBearerAvailabilityCheckTSY</apiname></xref> to the constructor. The symbol <codeph>KCDTIdBearerAvailabilityCheckTSY</codeph> defines the unique numeric Id for the <codeph>BearerAvailablityCheckTSY</codeph> field. </info> <stepxmp><codeblock id="GUID-EB189214-1590-5EB7-8233-B8C50ADCF075" xml:space="preserve">...
    12 <task id="GUID-E4874B22-474B-56D0-8A8A-C60411D3CBCB" xml:lang="en"><title>Accessing
       
    13 a field without loading a whole record: Tutorial</title><shortdesc>This tutorial shows you how to access a field without loading a
       
    14 whole record. </shortdesc><prolog><metadata><keywords/></metadata></prolog><taskbody>
       
    15 
       
    16 
       
    17 <prereq id="GUID-A02C353C-3AB5-58E1-B433-98E7158CB5CD"><p>Before you start,
       
    18 you must understand: </p> <ul>
       
    19 <li id="GUID-B77D629D-4E6D-5D2D-840A-0CFA5658D151"><p>the general concept
       
    20 of the Comms Database </p> </li>
       
    21 <li id="GUID-FAF6F934-8AF3-5500-9E25-A650B69E84F4"><p>the specific concept
       
    22 of fields, records, links and tables </p> </li>
       
    23 <li id="GUID-24F0BEF0-ADBB-531D-BE9B-6325E07862F2"><p>how to write and build
       
    24 application code to run on Symbian platform </p> </li>
       
    25 </ul> </prereq>
       
    26 <context id="GUID-D907BA51-0528-5018-9B46-67AE5824CEF7"><p>This tutorial shows
       
    27 you how to get the value of a field in the <xref href="GUID-387A8240-0765-52F2-98A4-8F9FC809E03E.dita#GUID-387A8240-0765-52F2-98A4-8F9FC809E03E/GUID-7383902B-10D2-52F3-8BDB-478CA6FB587D">GlobalSettings</xref> table. Records from the <codeph>GlobalSettings</codeph> table are not loaded. </p> <p>This
       
    28 tutorial uses the <codeph>BearerAvailablityCheckTSY</codeph> field. This field
       
    29 contains the name of the TSY used to check for bearer availability. </p> </context>
       
    30 <steps id="GUID-A7B63B0B-CF57-5E84-BB08-C957C24675F9">
       
    31 <step id="GUID-E0321D17-9CC5-5BF3-87A8-4A1638069214"><cmd>Make sure that you
       
    32 have created a session. </cmd>
       
    33 </step>
       
    34 <step id="GUID-CE91627F-547F-58C0-A940-9B5461B33536"><cmd>Create the field
       
    35 object in the tool or application process. </cmd>
       
    36 
       
    37 <info>You construct a <xref href="GUID-1CDD0B97-8B00-3373-9908-512C9BC1CF51.dita"><apiname>CMDBField</apiname></xref> <codeph>&lt;T&gt;</codeph> object
       
    38 and pass <xref href="GUID-1CDD0B97-8B00-3373-9908-512C9BC1CF51.dita"><apiname>KCDTIdBearerAvailabilityCheckTSY</apiname></xref> to
       
    39 the constructor. The symbol <codeph>KCDTIdBearerAvailabilityCheckTSY</codeph> defines
       
    40 the unique numeric Id for the <codeph>BearerAvailablityCheckTSY</codeph> field. </info>
       
    41 <stepxmp><codeblock id="GUID-EB189214-1590-5EB7-8233-B8C50ADCF075" xml:space="preserve">...
    13 
    42 
    14 // Create the field object. The template parameter is TDesc, because the field value
    43 // Create the field object. The template parameter is TDesc, because the field value
    15 // is a short text description. 
    44 // is a short text description. 
    16 // Use the "... new(Eleave).. " construction to create the field object.
    45 // Use the "... new(Eleave).. " construction to create the field object.
    17 // Pass KCDTIdBearerAvailabilityCheckTSY as a parameter to the constructor.
    46 // Pass KCDTIdBearerAvailabilityCheckTSY as a parameter to the constructor.
    18 
    47 
    19 CMDBField&lt;TDesC&gt;* descField = new(ELeave) CMDBField&lt;TDesC&gt;(KCDTIdBearerAvailabilityCheckTSY);
    48 CMDBField&lt;TDesC&gt;* descField = new(ELeave) CMDBField&lt;TDesC&gt;(KCDTIdBearerAvailabilityCheckTSY);
    20 ...
    49 ...
    21              </codeblock> </stepxmp> </step> <step id="GUID-8B20473F-C8B6-5547-907E-23F42BE260BB"><cmd>Set the data that identifies the field and load the field </cmd> <info>A descriptor field needs an additional call to set the size of the descriptor. Call <codeph>SetMaxLengthL()</codeph> to set the size of the descriptor. This function is a member of the field class <xref href="GUID-1CDD0B97-8B00-3373-9908-512C9BC1CF51.dita"><apiname>CMDBField</apiname></xref> <codeph>&lt;TDesC&gt;</codeph>. Internally, the function causes the allocation of a descriptor. You must set the size of the descriptor before you assign the data. You can also use the <codeph>SetL()</codeph> function. This function sets the length and assigns the data. The function is a member of the field class <xref href="GUID-1CDD0B97-8B00-3373-9908-512C9BC1CF51.dita"><apiname>CMDBField</apiname></xref> <codeph>&lt;TDesC&gt;</codeph>. </info> <stepxmp><codeblock id="GUID-95ED9858-3123-56BE-B820-E5EE25A16FB2" xml:space="preserve">...
    50              </codeblock> </stepxmp>
       
    51 </step>
       
    52 <step id="GUID-8B20473F-C8B6-5547-907E-23F42BE260BB"><cmd>Set the data that
       
    53 identifies the field and load the field </cmd>
       
    54 
       
    55 <info>A descriptor field needs an additional call to set the size of the descriptor.
       
    56 Call <codeph>SetMaxLengthL()</codeph> to set the size of the descriptor. This
       
    57 function is a member of the field class <xref href="GUID-1CDD0B97-8B00-3373-9908-512C9BC1CF51.dita"><apiname>CMDBField</apiname></xref> <codeph>&lt;TDesC&gt;</codeph>.
       
    58 Internally, the function causes the allocation of a descriptor. You must set
       
    59 the size of the descriptor before you assign the data. You can also use the <codeph>SetL()</codeph> function.
       
    60 This function sets the length and assigns the data. The function is a member
       
    61 of the field class <xref href="GUID-1CDD0B97-8B00-3373-9908-512C9BC1CF51.dita"><apiname>CMDBField</apiname></xref> <codeph>&lt;TDesC&gt;</codeph>. </info>
       
    62 <stepxmp><codeblock id="GUID-95ED9858-3123-56BE-B820-E5EE25A16FB2" xml:space="preserve">...
    22 
    63 
    23 // The symbol "KMaxTextLength" defines the maximum length of short text.
    64 // The symbol "KMaxTextLength" defines the maximum length of short text.
    24 // The record Id is ALWAYS 1 for global settings table.
    65 // The record Id is ALWAYS 1 for global settings table.
    25 descField-&gt;SetMaxLengthL(KMaxTextLength);
    66 descField-&gt;SetMaxLengthL(KMaxTextLength);
    26 descField-&gt;SetRecordId(1); //recorded is ALWAYS 1 for global settings table
    67 descField-&gt;SetRecordId(1); //recorded is ALWAYS 1 for global settings table
    27 
    68 
    28 // Load the field.
    69 // Load the field.
    29 descField-&gt;LoadL(*iDb);
    70 descField-&gt;LoadL(*iDb);
    30 ...</codeblock> </stepxmp> </step> <step id="GUID-D6A6EA77-B3A3-5614-9129-481E2EAB30D2"><cmd>Check that the field has a value before you use it </cmd> <stepxmp><codeblock id="GUID-1F8C21E5-D9E1-5F1B-B695-6A143C80751D" xml:space="preserve">...
    71 ...</codeblock> </stepxmp>
       
    72 </step>
       
    73 <step id="GUID-D6A6EA77-B3A3-5614-9129-481E2EAB30D2"><cmd>Check that the field
       
    74 has a value before you use it </cmd>
       
    75 <stepxmp><codeblock id="GUID-1F8C21E5-D9E1-5F1B-B695-6A143C80751D" xml:space="preserve">...
    31 // Use the IsNull() function to check that the field has a value.
    76 // Use the IsNull() function to check that the field has a value.
    32 // In this example, the code leaves if the field does not have a value.
    77 // In this example, the code leaves if the field does not have a value.
    33 // Your code needs to handle a Null value appropriately.
    78 // Your code needs to handle a Null value appropriately.
    34 
    79 
    35 if(descField-&gt;IsNull())
    80 if(descField-&gt;IsNull())
    54     ...
    99     ...
    55     }
   100     }
    56 
   101 
    57 // Do not forget to delete the field object.
   102 // Do not forget to delete the field object.
    58 delete descField;
   103 delete descField;
    59 ...</codeblock> </stepxmp> </step> </steps> </taskbody></task>
   104 ...</codeblock> </stepxmp>
       
   105 </step>
       
   106 </steps>
       
   107 </taskbody></task>