Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
I ned some help
How to get latest 10 records in listbox??
can any one help me please??
mahi
in list box properties go to sort tab and check load order...
perhaps it is a solution for your problem...
Thanks for the reply
But i need only latest 10 records in my list box
i have created a variable like Max(field-10) as maxvalue
then i used this variable in list box like if(field>=maxvalue, field). this is working fine and getting latest 10 values but ..
when i select any value in list box again other values are displaying in the list box.
any solution ????