Hi all,
I have a similar problem to rleiman (thread 192-1252644)when I embedded this code in the "When selected" event for the entry field -
"IF NOT 0{prop:AcceptAll}
if ?ASTishonoured{PROP:Checked} = True
MODriority = 'M'
MODrocess = 'Posted TAFE Certificate'
MODate = today()
add(model)
end
end"
This code "IF NOT 0{prop:AcceptAll}" stopped when the OK button was pressed, but doesn't add data when PROP:Checked is checked, only when it is unchecked.
I am using vers 5.5 enterprise & windows 7.
I have a similar problem to rleiman (thread 192-1252644)when I embedded this code in the "When selected" event for the entry field -
"IF NOT 0{prop:AcceptAll}
if ?ASTishonoured{PROP:Checked} = True
MODriority = 'M'
MODrocess = 'Posted TAFE Certificate'
MODate = today()
add(model)
end
end"
This code "IF NOT 0{prop:AcceptAll}" stopped when the OK button was pressed, but doesn't add data when PROP:Checked is checked, only when it is unchecked.
I am using vers 5.5 enterprise & windows 7.