Has anyone else had similar problems?
thanks,
Scott Schmitz RealtyJuggler, Inc.
void CField::Replace(const Char* pszInsChars, UInt16 wInsLength)
{
POL_CHECK(m_pField == NULL, "CField: Field is not attached");
ReleaseFocus(); // SDS added as I get an error in FldDrawField() in the internal routine SetBlinkingInsPtLocation()
// when I call Replace on a field which already has text in it and an active insertion point.
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
