"Neil Rhodes" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> A string constant (like "abc") is constant and exists for the lifetime of
> the application.  Thus, passing a string constant is just find for
> FldSetTextPtr.  It's guaranteed to exist for the life of the field
(unlike,
> let's say a character array local to a function).
>
I had tons of problems using constant strings to update fields.  When I
switched over to using the field's text handle and copying the text to it,
the fields started to display the correct data.





-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to