Hello Im solved it,
in the RpPages.c I was forgotten write object list.
I m creating setup.htm with one form, in separate directory
then generate setup.c
To the RpPages.c is needed added
rpObjectDescriptionPtr gRpObjectList[] = {
&Pgsetup,
&Pgsetup_Form_1,
...
and also added
extern rpObjectDescription Pgsetup;
extern rpObjectDescription Pgsetup_Form_1;
Note:
Im creating always htm file in separate directory then translate it with pbuilder and copy .c file to project html directory
Because when we translate all htm files in workspace
there is very long time to translate in ESP