Subject: form id's, increment by 100
From: "Mark Lussier" <[EMAIL PROTECTED]>
Date: Tue, 7 Jun 2005 09:54:41 -0400

Are form IDs that are NOT an increment of 100 "valid" ?

I am noticing when created by Constructor, they end up in the PRC rounded up
to a nearest 100.  For example, a formID of 8850 becomes 9000 when it lands
in the PRC.

You have to ensure you set the form ID properly in the Constructor, but at one time I was concerned our PDE application would have over 100 forms, so a couple of years ago I set the ID on a number of forms to 50 boundary instead of the default of 100. Because I renumbered several existing forms, I also had to change the ID's on all the objects in those forms. Bit of a pain, but it all worked successfully.

A form ID of 8850 stays at 8850 if you've done that properly, and you can look at the header file to confirm.

Roger Stringer
Marietta Systems, Inc. (www.rf-tp.com)


--
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to