Order of FIND in 1 process is not honored by called process

If you think that something doesn't work in Aware IM post your message here
Post Reply
tford
Posts: 4238
Joined: Sat Mar 10, 2007 6:44 pm

Order of FIND in 1 process is not honored by called process

Post by tford »

Support,

Process1 has the following 2 lines:
Find ALL Country ORDER BY Country.CountryName ASC
Process2

Process2 has Country as process input & the following line:
DISPLAY MESSAGE 'Country: ' Country.CountryName

I've obviously simplified this for discussion purposes. The Countries passed from Process1 to Process2 are not in Ascending order even though the ORDER BY exists. Is this the intended behavior?

Thanks,
Tom
aware_support
Posts: 7525
Joined: Sun Apr 24, 2005 12:36 am
Contact:

Post by aware_support »

Currently the order in which parameters are passed to a process is not defined.
Aware IM Support Team
Post Reply