NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on June 07, 2010, 02:12:23 PM
-
Hi,
I´m getting a lot of
TPL: (NetWeb.tpw) Error: Parameters do not match prototype for %GenerateFormButtons - C:\Clarion72\accessory\template\win\NetWeb.tpw:3486,3
errors
The ofending line is
#Insert(%GenerateFormButtons,%IncludeSaveButton,%IncludeDeleteButtonA,%IncludeCancelButton,0)
It is me or its a bug?
Any Idea?
Thanks
Alberto
-
Hi Alberto,
I have the "TPL: (NetWeb.tpw) Error: Parameters do not match prototype for %GenerateFormButtons" too
I'm on C63 NTWS5 PR18
Rene
-
Rene,
Meantime replace the following line in the NetWeb.tpw
#Insert(%GenerateFormButtons,%IncludeSaveButton,%IncludeDeleteButtonA,%IncludeCancelButton,0)
by
#Insert(%GenerateFormButtons,1,%IncludeSaveButton,%IncludeDeleteButtonA,%IncludeCancelButton,0)
Regards
Alberto
-
Thank you,
I was just back to the previous version to be able to continue to work.
The result was fun though. No buttons!!
Cheers,
Rene
-
Alberto,
Thank you very much... I was thinking of reverting back to pr17, but was thinking of looking at the forum for a quick minute and it paid off.
Super!
cheers,
Sjoerd
-
I've fixed in PR19. Just one minor correction to the advice above (which was very good)
Meantime replace the following line in the NetWeb.tpw
#Insert(%GenerateFormButtons,%IncludeSaveButton,%IncludeDeleteButtonA,%IncludeCancelButton,0)
by
#Insert(%GenerateFormButtons,0,%IncludeSaveButton,%IncludeDeleteButtonA,%IncludeCancelButton,0)
The new parameter should be a 0, not a 1.
cheers
Bruce