Hi
You should probably use .validateWrite() on the form datasource to
check if the values on the relevant field(s) are entered (and valid).
It's a nice idea, setting .mandatory() on the datasource. That's
great as it gives you the red wavy line so the user has some visual
cues. Shame it apparently doesn't work, but combining that and the
use of .validateWrite() will give a good solution, I think.
Andrew Jones
--- In [email protected], "tavocol2002"
<[EMAIL PROTECTED]> wrote:
>
>
> Hello to everybody!!!
>
> I wanna set to mandatory a field in a form.
>
> I used
>
> InventTable_ds.object(FieldNum(InventTable,ItemId).Mandatory(true);
>
> The problem is that the property is false, it has the red indicator
> of mandatory field, but if i jump to another record it doesn�t do
> anything.
>
> Can anyone help me???
>
>
> Thanks!!!
>
> Bye =).
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.

