It is unclear what you are trying to do. Are you dealing with selection in field? DmWriteCheck error happens when you pass something obviously wrong to DmWrite function.
This should be a easy fix becuase the causes are limited. Make sure you are passing correct parameters. Correct means not only correct type but correct values. Things to check first: + Is the database handle valid? + Is the allocated size large enough? + Is the offset and size correct? + Is the source address correct? Sometimes you believe they are correct, they may not. Also check if the parameters mean what you thought they mean. Read the APIs carefully and look into the comment section. Use a source level debugger. It tells you which line of code causing the problem. Usually, this type of error is the most easy one to fix. If still unsure, post the code that does the action. Max --- l e s s <[EMAIL PROTECTED]> wrote: > > okie..my last attempt at getting to the bottom of my DmWriteCheck error.. > > does anyone know anything about what happens at the end of the screen in > the palm..what makes it scroll over rather than wrap or whatnot. is there > any special character that is inserted or is not inserted or needs to be > inserted so that programs know there is more text offscreen. anything that > might cause a problem when trying to read the lenght of the entire text > spanning across more than one screen. > > again im dealing with selections in a form that run offscreen and that > cause a DmWriteCheck failed error when i submit the form (and the > selections get written to records in a db) > > im running outta ideas..so hopefully someone might be able to point me in > the right direction... > > thanks in advance!!! > > > leslie > > > > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please > see http://www.palmos.com/dev/tech/support/forums/ __________________________________________________ Do You Yahoo!? Send your FREE holiday greetings online! http://greetings.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
