Skip to main content

Uniface 9.4.RC1

Author: hansjoerg.mackh@ksk-gp.de (mackh)

DSP's developed with U9.4beta do not work under Uniface 9.4.C1 DSP's doesnt perform the trigers(read,clear, retrieve)

Uniface 9.4.RC1

Author: hansjoerg.mackh@ksk-gp.de (mackh)

DSP's developed with U9.4beta do not work under Uniface 9.4.C1 DSP's doesnt perform the trigers(read,clear, retrieve)

Hi, there are indead some differences between the beta and Controlled Release, Please read the following topic in the Uniface Library of the Controlled Release:

Getting Started --> What's New in Uniface 9 --> What's New in Uniface 9.4 CR -->Differences Between Uniface 9.4 CR and Uniface 9.4 Beta

 

Gerton

 


Author: Gerton Leijdekker (gerton.leijdekker@uniface.com)

Uniface 9.4.RC1

Author: hansjoerg.mackh@ksk-gp.de (mackh)

DSP's developed with U9.4beta do not work under Uniface 9.4.C1 DSP's doesnt perform the trigers(read,clear, retrieve)

There are two major changes in 9.4CR which prevent a 9.4Beta DSP from running properly:

1. Declaration of PUBLIC WEB in all triggers which need to be fired from the browser. Please see "web" proc statement in the Online help.

2. The default content (udefault.xml) of the SET STATE trigger changed from:

....

if ($item("RESPONSETYPE", $webinfo("WEBSERVERCONTEXT")) = "dynamic") ; Update page

....

to

....

selectcase $uppercase($item("EXPECTEDRESPONSE", $webinfo("WEBSERVERCONTEXT")))

....

Please compare and adjust this trigger proc.

Hope this helps

Andreas


Author: Andreas Herzig (andreas.herzig@uniface.com)