NetTalk Central
Toggle navigation
Login
Register
×
Welcome,Guest
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
NetTalk Central
»
NetTalk Web Server
»
Web Server - Ask For Help
»
Bug with Cancel Prompt NT 8.23 Clarion 9.1 V8
« previous
next »
Print
Pages: [
1
]
Author
Topic: Bug with Cancel Prompt NT 8.23 Clarion 9.1 V8 (Read 2956 times)
Mark Sarson
Newbie
Posts: 33
Bug with Cancel Prompt NT 8.23 Clarion 9.1 V8
«
on:
August 19, 2014, 02:20:08 AM »
I have tested this on both a normal forms and a popup forms.
I have the cancel button of the form set to prompt for conformation, but the prompt never occurs.
I do have a small example app if you need it.
Regards
Mark
Logged
Bruce
Global Moderator
Hero Member
Posts: 11250
Re: Bug with Cancel Prompt NT 8.23 Clarion 9.1 V8
«
Reply #1 on:
August 20, 2014, 10:15:09 PM »
Thanks - fixed in 8.25.
Fix is simple if you want to try it there;
in \web\scripts\jquery.nt-form.js
change line 2 from
var mobilemode = true;
to
var mobilemode = false;
Remember to do this in your \clarion9\accessory\libsrc\win\netweb\web\scripts folder
then run CopyAll.Bat and GZipAll.bat i your app folder.
cheers
Bruce
Logged
Print
Pages: [
1
]
« previous
next »
NetTalk Central
»
NetTalk Web Server
»
Web Server - Ask For Help
»
Bug with Cancel Prompt NT 8.23 Clarion 9.1 V8