NetTalk Central

Author Topic: C72 NTWS5 PR18 error  (Read 4058 times)

Alberto

  • Hero Member
  • *****
  • Posts: 1871
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
C72 NTWS5 PR18 error
« 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
-----------
Regards
Alberto

Rene Simons

  • Hero Member
  • *****
  • Posts: 650
    • View Profile
Re: C72 NTWS5 PR18 error
« Reply #1 on: June 08, 2010, 11:35:59 AM »
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 Simons
NT14.14

Alberto

  • Hero Member
  • *****
  • Posts: 1871
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: C72 NTWS5 PR18 error
« Reply #2 on: June 08, 2010, 11:50:32 AM »
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
-----------
Regards
Alberto

Rene Simons

  • Hero Member
  • *****
  • Posts: 650
    • View Profile
Re: C72 NTWS5 PR18 error
« Reply #3 on: June 08, 2010, 01:11:56 PM »
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
Rene Simons
NT14.14

bergsj

  • Jr. Member
  • **
  • Posts: 81
    • MSN Messenger - swjvandenberg@hotmail.com
    • View Profile
    • Email
Re: C72 NTWS5 PR18 error
« Reply #4 on: June 09, 2010, 12:13:25 PM »
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
Greetz,
Sjoerd

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: C72 NTWS5 PR18 error
« Reply #5 on: June 10, 2010, 10:41:53 PM »
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