Test

2003-10-05 Thread Julio Sejtman
test sorry -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Numeric Field supporting negative numbers

2003-09-06 Thread Julio Sejtman
Check This http://www.escribe.com/computing/pcpqa/search.html?query=numeric+field+minus Julio - Mensaje original - De: JM [EMAIL PROTECTED] Grupos de noticias: palm-dev-forum Para: Palm Developer Forum [EMAIL PROTECTED] Enviado: Sábado, 06 de Septiembre de 2003 18:40 Asunto: Numeric

Creator ID

2003-08-26 Thread Julio Sejtman
Hello I have a question. I have to use the same CreatorID for all of my aplications Or I have to to use differently for every program? PLEASE answer me, Julio -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: Creator ID

2003-08-26 Thread Julio Sejtman
Thanks A Lot Julio - Mensaje original - De: Tom Hoelscher [EMAIL PROTECTED] Para: Palm Developer Forum [EMAIL PROTECTED] Enviado: Lunes, 25 de Agosto de 2003 20:28 Asunto: Re: Creator ID Join the Developer's Pavilion on the PalmSource site, and register creator IDs for your

Tables + dateTableItem Format

2003-08-22 Thread Julio Sejtman
Hello I'm working with a table that have a column were they items are configured like dateTableItem and it shows me the date in the format Month/Day. I want to the table shows me the date in the format Day/Month. How can I do this? Thanks Julio -- For information on using the Palm

Tables + dateTableItem Format

2003-08-22 Thread Julio Sejtman
Hi I'm working with a table that have a column were they items are configured like dateTableItem and it shows me the date in the format Month/Day. I want to the table shows me the date in the format Day/Month. How can I do this? Thanks Julio -- For information on using the Palm

Using Tables + PRC-Tools (Newbie)

2003-08-21 Thread Julio Sejtman
Hi Palm'Pals Any one know some place where can i find some examples on using tables (UI) programing in gcc with prctools? Thanks a Lot Julio -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: PilRC Error - Duplicate form object id

2003-08-18 Thread Julio Sejtman
There is An Object (Field, Label, Button etc) in the line number 39 of your file .RCP that have the same ID that Another Object Take a look to the ID lists in the file .H Send the code of .h and the .rcp for more help Julio - Mensaje original - De: [EMAIL PROTECTED] Para: Palm Developer

More than 1 DB active at the same time

2003-08-16 Thread Julio Sejtman
Hello All I'm working with this code to open a DB and if it does not exist then create it: if (db = DmOpenDatabaseByTypeCreator(DBType, CreatorID, dmModeReadWrite | dmModeShowSecret)) retcode = 0; else { if (retcode = DmCreateDatabase(0, DBName, CreatorID, DBType, false)) return

Re: Testing - Sorry

2003-08-14 Thread Julio Sejtman
Testing Sorry -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Sorting Records Question (Newbie)

2003-08-14 Thread Julio Sejtman
Hi All. I'm looking for some information like a tutorial where I can have some information about sorting records in a PDB file (on the palm) I'm using PRC-Tools (SDK-4.0) Thanks Julio -- For information on using the Palm Developer Forums, or to unsubscribe, please see

DmQuickSort Question

2003-08-14 Thread Julio Sejtman
The prototype of this function is Err DmQuickSort (DmOpenRef dbP, DmComparF *compar,Int16 other) But now, Any one of you have a list of the meaning of the parameter other I want to know what parameter can I give to the funcion. I know that the parameter Other is to indicate a sort direction. The