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
0
Comments
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.