AAIT#36710: Berekende waarde van velden in Facilitor.
svn path=/Website/trunk/; revision=32046
This commit is contained in:
@@ -1056,7 +1056,7 @@ function listKenmerk(sql, module, key, props)
|
||||
// Ooit meer HTML-types toepassen (number, float)
|
||||
var onchangeExp = "";
|
||||
if (flexExprIncluded && (ktype == "N" || ktype == "D") && !isExpression)
|
||||
onchangeExp = ";calculateFlexExpressions(\"" + module
|
||||
onchangeExp = ";if (valid) calculateFlexExpressions(\"" + module
|
||||
+ "\", " + key
|
||||
+ ", \"" + niveau
|
||||
+ "\", \"" + nameprefix
|
||||
@@ -1065,7 +1065,7 @@ function listKenmerk(sql, module, key, props)
|
||||
kv = "<input type='text'"
|
||||
+ (!readonlyfield && kregexp ? " regexp='" + kregexp + "' " : "")
|
||||
+ (!readonlyfield
|
||||
? " onChange='checkKenmerk(this, false,\"" + ktype + "\"," + klen + "," + kdec + "," + kmin + "," + kmax + ")"
|
||||
? " onChange='valid=checkKenmerk(this, false,\"" + ktype + "\"," + klen + "," + kdec + "," + kmin + "," + kmax + ")"
|
||||
+ onchangeExp
|
||||
+ "' "
|
||||
: "")
|
||||
|
||||
Reference in New Issue
Block a user