Currently, the Field values are being set with
if RecordHandle <> nil then
begin
From := SetFieldValue(GetObjectPtr(Form, Vintner), 0);
From := SetFieldValue(GetObjectPtr(Form, Variety), From);
From := SetFieldValue(GetObjectPtr(Form, Vintage), From);
From := SetFieldValue(GetObjectPtr(Form, Price), From);
From := SetFieldValue(GetObjectPtr(Form, Score), From);
end;
For the sake of an example, let's say that the Field, "Variety", were to
be replaced with a PopupTrigger by the name of "PopupTriggerVariety".
How would I replace the line
From := SetFieldValue(GetObjectPtr(Form, Variety), From);
so that the PopupTrigger control had it's Label set with the value in
the Record?
Todd
--
Todd Cary
Ariste Software
[EMAIL PROTECTED]
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/