How to Get PalmID?

2005-10-07 Thread Jeetu
hi freinds, Can anyone tel me how to get PalmId of the device. Its urgent requjirement for me plz if any1 had implementd the same plz forward a small snipet of it. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see

Re: After Resolving Segmentation Problem ,Float Value Error

2005-09-23 Thread Jeetu
Hi jeff, I have Resolved the Segmentation issue but now i m having Problem with my Float Values ,my Function is not able to store Float values.It is giving me Invalid Ptr error. What i have Done, I have defined 2 segments,out of which Some One Database Fn's are in Segment1 and Second

Re: After Resolving Segmentation Problem ,Float Value Error

2005-09-23 Thread Jeetu
Thats the same thing i m doing with that Function initializing *result,with this Fn. FlpBufferAToF(result,0); Indeed this use to work previously. Any other Possibilities. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see

Re: Thanx

2005-09-22 Thread Jeetu
Thanx jeff for ur support i had solved my segmentation issue -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Displaying Float Values in simple format

2005-09-20 Thread Jeetu
Hi Folks, I have a problem regarding Float Values,i m storing float value into Database and Displaying it in the text Field,but it is showing me in exponential Format.I dont want to display it in exponential format. I have used Float Fn's Like:- FlpBufferAToF() for converting the

Re: Inserting into ListBox some values from database?

2005-09-09 Thread Jeetu
hi Logan, I think so i got the Problem,the Problem is with Memory Leaks It Displays me the error when i come out my application. i have tried Freeing the memory in AppStop() event but seems its not working. How do i resolve it?. -- For information on using the PalmSource Developer Forums, or to

Re: Inserting into ListBox some values from database?

2005-09-08 Thread Jeetu
Thanx for the suggestion, I did nt got u upto the mark, How will the database column values will be inserted into ListBox. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: How to convert int values into Long or Double values..?

2005-09-08 Thread Jeetu
Actually I want to Use Flpdouble data type can u place a code how to store float using FlpDouble Datatype. And which Datatype to use for Long values. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

re: LstSetDrawFunction

2005-09-08 Thread Jeetu
Hi Andy, We are facing similar problem of CRASH when we try to redraw the form. U have mentioned in your last mail that you have resolved the problem by setting the active form to the list form, could you please ellaborate what exactly you have done in this?? Running sample code of this

Re: Inserting into ListBox some values from database?

2005-09-08 Thread Jeetu
hi Logan, Well the Values are inserted into ListBox but now when i go to another form and again come to the form where Listbox is present my code crashes at FrmDrawForm(pForm). Any suggestions what exactly is happening behind the screen..? -- For information on using the PalmSource

re: FlpFToA - StringMgr.h Null Error

2005-09-07 Thread Jeetu
Hi Katie, Got an overview of ur String Null Problem,it seems like the parameter you are passing to function is Call By Value,Instead of passing the value of the Buffer,try to pass the Address of the varible,By using Adress-of operator i.e ''. Try to initialize your char Buffer everytime

Re: Memory Leak with PODS 1.2

2005-09-07 Thread Jeetu
Hi, i m new to PODS can u tell me any way how to Find the Memory Leak problem With PODs -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

How to convert int values into Long or Double values..?

2005-09-07 Thread Jeetu
Hi all, Can any one tell me how to convert Int value to Long or Double values. Plz add a sample code for quick understanding if possible. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Inserting into ListBox some values from database?

2005-09-07 Thread Jeetu
hi everyone, Actually i want to populate my ListBox with some of the Values from my Database.ex Customer No. and i want this in Form Open Event. I had opened my Database but initially there are no Records. I had set a Flag that indicates me that now a record is inserted into database. so in

Inserting into ListBox some values from database?

2005-09-07 Thread Jeetu
hi everyone, Actually i want to populate my ListBox with some of the Values from my Database.ex Customer No. and i want this in Form Open Event. I had opened my Database but initially there are no Records. I had set a Flag that indicates me that now a record is inserted into database. so in

Re: Memory Leak with PODS 1.2

2005-09-07 Thread Jeetu
Thanx for ur Kind attention, Here is what i m exactly doing, I want to fill my ListBox with some values from DB, so i have created a dynamic array that will contain the values as per the no. of records in DB.Then i m inserting each of those values from array inside the ListBox. Initially my

Re: Memory Leak with PODS 1.2

2005-09-07 Thread Jeetu
Thanx for ur Kind attention, Here is what i m exactly doing, I want to fill my ListBox with some values from DB, so i have created a dynamic array that will contain the values as per the no. of records in DB.Then i m inserting each of those values from array inside the ListBox. Initially my

re: How to get the control ID of the controls placed on the form.

2005-08-27 Thread Jeetu
In any ways u can tel me with the help of control pointer what i want that on a button click i want to send the field ID's to a function. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

How to get the control ID of the controls placed on the form.

2005-08-26 Thread Jeetu
I have Taken 5 Field Boxes on my Form,i want the control ID of each Field Box in a single Loop,How do i do It. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

I want to validate the field data for no. of forms but assming i dnt know what data it contains.

2005-08-26 Thread Jeetu
I have Some Field's on my form's i want to pass these field's to a Fuction that will Validate the data present in the Field's. Plz send a small snippet with reply. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see

Calculation , Manipulation Saving of Float,Long,double Long Values

2005-08-23 Thread Jeetu
the snippet for the above Thanky, jeetu -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

How to store String value inside Int,Float Date dataType.

2005-08-23 Thread Jeetu
I have taken a Structure and its members as char,Int,Float,Date. If the User Do not Enter a value for a Particular Field,then i have to store Default value as Not Readed(NR) for all the fields. Plz send the code if anyone had face this Problem or the Logic. -- For information on using the

re: How to store String value inside Int,Float Date dataType.

2005-08-23 Thread Jeetu
I did not get what u actually replied to me. can u just place a sample code for that plz -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/