Sorting list

M

MarAms

Hello out there,
For a client I made an Infopath-form with a to-do list in a view. It is not
attached to an outside database.
The list is a repeating section - with expressionfields in the view
I was asked to sort the list according to date - the list comprises of
txtfields: a string, a date, a boolean and another string.
The sorting should be done on date.
Can it be done - has anybody found a solution?
Thanks,
MarAmsterdam
 
S

suresh Reddy

Hi Mar AMS,

You will have to write this in code, but it is very doable. In fact, you
can just steal the code from the "Asset Tracking" solution provided as an
example with InfoPath. Just open the solution up in the Designer, double
click on the sort button, and look at it's OnClick() event.

Hope this Help You.

Thank ,
 
M

MarAms

Hi Reddy,
thanks for the tip - I'm gonna try this one, at least it is doable. I feared
I had to export the whole lot. Will reply if it works, thnx again, Marieke
Amsterdam
 
Top