David,
        it is initialized as follows. 

 DBPulseValue is in the following database:

 typedef struct HypertensionRecordType
 {
    Int16 DBDiastolicValue;
    Int16 DBSystolicValue;
    Int16 DBPulseValue;  
    Int16 DBMinute;
    Int16 DBHour;
    Int16 DBDay;
    Int16 DBMonth;
    Char DBTextComment[50];
 
 } HypertensionRecordType; 

// And HypertensionRecord is initialized below

 typedef HypertensionRecordType* HypertensionRecordTypePtr;
 static HypertensionRecordType HypertensionRecord;

 It was my understanding (probably wrong) that 
'HypertensionRecord.DBPulseValue'  was pointing to the DBPulseValue of the 
database that RecP is pointing to??

Sorry if i havent explained this proberly! Im not that good with technical 
jargan..




-- 
For information on using the Palm Developer Forums, or to unsubscribe, please 
see http://www.palmos.com/dev/support/forums/

Reply via email to