Re: problems to write and read to/from database

2006-11-30 Thread lulu
Hi thanks so much. It works now. I can write to a database and retrieve the data when I load the application again. The problem now is that I only retrieve the first four characters. It does not matter if I write 5 or 10 characters, it only retrieves four. static void AppStop(void) {

Re: problems to write and read to/from database

2006-11-30 Thread lulu
I have the same result I've changed to StLen(text)+1 but I only retrieve the first four characters of my record. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: problems to write and read to/from database

2006-11-30 Thread lulu
Ops! It's true, I forgot one in my MainFormHandleEvent it works now Thank you -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

problems to write and read to/from database

2006-11-29 Thread lulu
Do you know if I need to convert data to Hex to be able to write to a Database? I'm trying to save a record to a database and then retrieve, but when I load the application again and I try to retrieve the data, I only have an empty record. This is my code to write when I quit the application.

Re: debugging on palm os

2006-11-27 Thread lulu
Hi It didn't work. I still have assembler code instead of source code in my Palm debugger. thank you -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

debugging on palm os

2006-11-25 Thread lulu
Hi I have a problem to debug my code. I start the Palm Os Debugger and the Palm OS Garnet Simulator. I want to trace my code to detect an error I have, but I only see assembler code. How can I see my source code to trace it and debug it? thank you -- For information on using the PalmSource

Re: debugging on palm os

2006-11-25 Thread lulu
I have read the information and I can not find how to display my source code instead of assembler code on the debugger. I can not trace the code to find where I have an error -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see

display data on Field

2006-11-25 Thread lulu
Hello Somebody knows how can I display data on a field in my application for a Palm? I need to retrieve data from a database and display it in the Main Field (not inside of an alert). thank you. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see