SC 8 - ORDER BY and BLOB image (Open in Another Window)

For some reason when I “order by” something in a single form app, I cannot open the blob images in another window (original size).

When I remove the order by, everything is normal…

orderby.jpg

strange, but not for sc8 :slight_smile:
did you try adding that in ASC capital? did you try to order by id to test if the same happens? do you have relations between fullname and the blob image field? recreate new application for testing and see where the problem occurs exactly, it could be something else in your form.

If it is ascending then you dont need to add it. Ascending is the default.

Thanks for the replies.

I have tried everything you said - ASC capital, without to add anything, to order by id or any other field but the results were negative.
There is not relation between fullname and the blob image fields.

I will try to create a new application for testing… and I will let you know…

Thanks a lot again…

hi again, rr is saying correct, ACS is default, just put “fullname” and see what happens