NetTalk Central

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - hkalmbach

Pages: 1 2 3 [4]
46
Web Server - Ask For Help / Embed point after lookup in nt7.37
« on: March 22, 2014, 03:04:31 AM »
Hello,

I just tried to change form nettalk6 to nettalk7 and have a problem.

I have a entry field called WAF:Inventarnummer with a lookup button.
In the field properties I activated the field ‚Send new value to server’.
Additionally I added source code for the server, see attached image.

The code looks like the following:

IF ~LEN(CLIP(WAF:InventarNummer)) THEN
  p_web.SSV('AktMaschSysPk',0)
ELSE
  SYS:Inventarnummer = WAF:Inventarnummer
  GET(Systeme,SYS:KeyInventarnummer
  p_web.SSV('AktMaschSysPk',SYS:SysPk)
END
 
The session variables I need for further selections depending on the value of the field.
This worked very good with nettalk 6.
Now the server does not longer pass this embed point!  I build in a message, but nothing happens, my session variables are not set.

Does someone now what has changed. How can I do things after selecting a record for the fieled WAF:Inventarnummer.

 Thanks in advance

Heinz



[attachment deleted by admin]

Pages: 1 2 3 [4]