> I call
> 
>     'FldGetScrollValues(fldP1, &scrollPos, &textHeight, &fieldHeight)'
>
>      where,  fldP1 = GetObjectPtr(My_Field);
>
>      Declarations:   WordPtr scrollPos, textHeight, fieldHeight;
>

You need to declare scrollPos, textHeight, and fieldHeight as Word, not as
WordPtr.

Then, when you call FldGetScrollValues with &scrollPos, you'll be passing
the address of a Word, which is a WordPtr.

Neil

--
Neil Rhodes
Calliope Enterprises, Inc.
1328 Clock Avenue
Redlands, CA  92374
(909) 793-5995     [EMAIL PROTECTED]      fax: (909) 793-2545

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to