"Kevin O'Keefe" <[EMAIL PROTECTED]> wrote:
> > You should usually pick any number from 1000 - 9999. Id's
> > 10000 and
> > higher are reserved for system use.
>
> I would add to this to avoid 1000 as almost every app has a form with that
> ID. If you
> can come up with "random" ids (like 9875) that aren't likely to be generated
> automatically
> by constructor that would be better. If your form is the same as another
> form in the application using
> your resource database, then they will likely load there form instead of
> yours.
Numbers near 10000 are probably not a good idea, either. If you use the
-h switch on Pilrc to have it automatically generate IDs, it starts at
9999 and works downwards.
--
Roger Chaplin
<[EMAIL PROTECTED]>