NetTalk Central

Author Topic: Problem calling form without browse  (Read 4304 times)

Mike McLoughlin

  • Full Member
  • ***
  • Posts: 126
    • View Profile
    • Clarion Templates
    • Email
Problem calling form without browse
« on: December 03, 2016, 01:40:59 PM »
I have tried both ways without success.  When I call using the URL I get this error msg

Record not found: (-2) Error 30: Entry Not Found from key GLOCfg:K_sysid

This is the URL I use from a menu

'UpdatePreferences?change_btn=change&_bdiv_=' & p_web.addbrowsevalue('pageheadertag','glocfg',glocfg:K_sysid,1)

There is only one record and that has a sysid of 1

It looks like maybe the file is not being opened in time for the record fetch

Anybody else seen this?

Mike


Mike McLoughlin

Mike McLoughlin

  • Full Member
  • ***
  • Posts: 126
    • View Profile
    • Clarion Templates
    • Email
Re: Problem calling form without browse
« Reply #1 on: December 04, 2016, 07:55:55 AM »
should have said: using latest Clarion 10 and NT 9.16
Mike McLoughlin

Stu

  • Hero Member
  • *****
  • Posts: 510
    • View Profile
    • Email
Re: Problem calling form without browse
« Reply #2 on: December 04, 2016, 06:29:53 PM »
Hi Mike,

It's "_bidv_" :)

Stu
Cheers,

Stu Andrews

Mike McLoughlin

  • Full Member
  • ***
  • Posts: 126
    • View Profile
    • Clarion Templates
    • Email
Re: Problem calling form without browse
« Reply #3 on: December 05, 2016, 02:47:51 AM »
Thanks Stu that fixed it. The joys of being a (slightly) dyslexic programmer  :D
Mike McLoughlin

Stu

  • Hero Member
  • *****
  • Posts: 510
    • View Profile
    • Email
Re: Problem calling form without browse
« Reply #4 on: December 06, 2016, 08:37:09 PM »
Ha ha, yeah, been there done/will-still-do that :)
Cheers,

Stu Andrews