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.


Messages - hkalmbach

Pages: 1 ... 4 5 [6]
76
Hi Rene,
unfortunately not, I am still using tps files.

Heinz

77
Hi together,
is it possible to place embed code to write a log file if a user deletes a record in a browse list.
I have a delete button in every row.
Thanks a lot

Heinz

78
Web Server - Ask For Help / Second insert button
« on: March 22, 2014, 04:17:20 AM »
Hi,
i am looking for a solution of the following problem.
The user has a browse with an insert button which calls the udpate procedure. For normal cases he uses this to create a new record.
Now I need a way to tell the update procedure in some cases to do special priming of fields, but only in some cases.
I thought about creating a second insert button, but not really know how to do.
Or perhaps to have a check box on the browse and pass the value of the check box as parameter and then decide in the update procedure if some fields get special values or not.
But I also found no way.

Does someone has an idea?

Thanks a lot.

Heinz

79
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 ... 4 5 [6]