Anmelden
www.adoxx.org
Welcome
Download
Tutorial
Olive Webinar
Introduction Webinar
Interaction with external API webinar
ADOxx Training Registration
ADOxx Training Overview
Frequently Asked Questions
Developer Community
Realization Cases
Falcon
Building Blocks_
Documentation
Introduction to ADOxx
Modelling Language Implementation
Mechanisms and Algorithms Implementation on ADOxx
ADOxx Development Tools And Services
ADOxx Development Languages
ADOxx Development Languages: Syntax Support in Notepad++
ADOxx Development Languages: Syntax Support in Microsoft Visual Studio Code
AdoScript Documentation
CoChaCo4ADOxx
Contact
ADOxx.org
Frequently Asked Questions
University of La Plata
Mandatory attributes
Forum Startseite
Neue Beiträge
Statistiken
Antwort
(
Demarkieren
)
Als Antwort markieren
« Zurück zu University of La Plata
Mandatory attributes
Threads [
Zurück
|
Nächste
]
Mandatory attributes
Anonym
27.03.14 12:11
RE: Mandatory attributes
Sabin Popescu
08.01.14 07:43
Anonym
Mandatory attributes
community
attrrep
documentation
Antwort
27.03.14 12:11
I have a class which has two mandatory double attributes called "Alto" and "Ancho" that have a default value, as shown in the image attached.
When I apply the
_mandatoryerr
function it returns "true" and on the NOTEBOOK still shows "*" indicating that both attributes must have a value in spite of having one already set (by default).
How can I do to make it display "*" only when the value of the attribute is null or less than the default value?
Anhänge:
mandatory.png
(14,7k)
Melden Sie sich an, um diesen Artikel zu bewerten.
Oben
Sabin Popescu
Rang:
Junior Member
Nachrichten:
77
Eintrittsdatum:
18.03.13
Neue Beiträge
RE: Mandatory attributes
attr
mandatory
attrrep
Antwort
08.01.14 07:43 als Antwort auf Anonym.
It is defined that attributes can be marked in AttrRep as
mandatory
, whereas mandatory means that attribute values shall be
different from the default attribute value
.
Melden Sie sich an, um diesen Artikel zu bewerten.
Oben