NetTalk Central

Author Topic: NT 12.2 Compile error  (Read 1809 times)

osquiabro

  • Hero Member
  • *****
  • Posts: 667
    • View Profile
    • Email
NT 12.2 Compile error
« on: December 19, 2020, 04:50:04 AM »
Unknown function label - C:\Clarion11_13630\NetTalk\Web Server\Themer (86)\Themer003.clw:3449,20

GenerateColor(CPL:Color,color:lightest + SourceMethod)
UpdateSessionValuesFromPalette (p_Web, p_web.GSV('ThemeName'),CPL:ColorName)

another observation in https://www.capesoft.com/accessories/netsp.htm said version 12.3 but the download is 12.2

osquiabro

  • Hero Member
  • *****
  • Posts: 667
    • View Profile
    • Email
Re: NT 12.2 Compile error
« Reply #1 on: December 19, 2020, 05:04:38 AM »
is very strange, after re-install nt 12.2 open Themer (86) and compile run fine but if change redistribute procedure to 1, repopulate modules to 1 and compile the error is fired.

Another issue the  "<meta name="viewport" content="initial-scale=1">" is only generate in home page the turn off pinch-to-zoom is off, without this tag the page is not responsive

BT (the wizard tab is not responsive)

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11176
    • View Profile
Re: NT 12.2 Compile error
« Reply #2 on: December 19, 2020, 05:32:27 AM »
Hi Osa,

>> , repopulate modules to 1 and compile the error is fired.

it means the target procedure (GenerateColor) is not declared globally. So it needs to be added to the CALLS list of the procedure that is calling it (if it's not in the same module.)

Cheers
Bruce