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)
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)
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: 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
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.