Has anybody been working with IBM Mobile Connect with Generic Plugin? And
Lotus Notes?
I could do the Sync from Server to Palm, and if a download the database,
everything appears to be OK, but when I retrieve a Register It brings
anything instead of the Value.
I have checked it with the Debugger:
What could be happening?
Alejandro Calvo
Source:
VoidHand hRecord;
void * vpMemory;
Boolean bReturn = true;
int iLoop;
if (m_isOpen && uIndex < GetRecCount())
{
if((hRecord = DmGetRecord(m_dbR, uIndex)))
{
vpMemory = MemHandleLock(hRecord);
// If I read the Memory Section of "vpMemory" It has strange characters
instead of the real Value.
// Sometimes the Strange characters are in the begin of the real value
m_uCurrentIndex = uIndex;
bReturn = false;
MemHandleUnlock(hRecord);
DmReleaseRecord(m_dbR, uIndex, 0);
}
}
return (bReturn);
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palm.com/devzone/mailinglists.html