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
2 Comments
Local Administrator
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)
Local Administrator
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)