How to filter the data for a DialogField in the Dialog?

nxbangnxbang Member Posts: 11
edited 2006-03-22 in Dynamics AX
Hi all,
Is there anyone know how to filter data in a DialogField in the Dialog class?
I have created a class and it is inherited from a RunbaseReport class. In the class, I created a Dialogfield, and now I want to filter the data for that DialogField by some criteria, But I don't know how to do that. If anybody know how to do that, could you help me, pls?
Thanks a lot.
______________________________________
Dont think flowers is droped when the spring pass

Comments

  • vulamvulam Member Posts: 24
    i think what you have to do is look up help in developer guild for the following objects.

    Dialog
    dialgField
    dialog group

    use dialog add method to add dialog field and then retrieve user selected value from dialog field dialog.value() and apply it to suit your purpose.

    hope that helps you in some way.

    cheers.
Sign In or Register to comment.