WebReal fields). But I will try to catch the return value of the
super method I hope it works same as in the real fields
Thanks
--- In [EMAIL PROTECTED], "kellerkneipe"
<[EMAIL PROTECTED]> wrote:
> Hello!
>
> Axapta gives an error message automatically if you type a String in
a
> Real Edit field. The error message is generated in the super()
method
> of the modified method of the Real Edit field.
> Furthermore the return value of the modified method is false in
this
> case.
> You can't modify the super() method of the modified method but you
> can try to throw an additional message from the modified method of
> the real edit.
>
> HTH
>
> Kellerkneipe
>
>
> --- In [EMAIL PROTECTED], "vozadali"
<[EMAIL PROTECTED]>
> wrote:
> > I want to check if the user entered string or real into a real
> field.
> > Default Axapta converts all strings entered to a real typed field
> to
> > 0 (zero). I wan to give an warning explicitly. This real field in
> not
> > bound to a table field so error message is not given
automatically.
> > How can I check it?
> >
> > Thanks
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

