Hi, first off great work only problem i could find is that
ute doesnt handle fields names with spaces in them
these need to be wrapped in sql statements with [ ] like
[field name]
Like line 1254 of ute_class.inc needs to look like
s = s & "[" & m_SortFields(i) & "]"
Thanks mark.ive@ntlworld.com
Logged In: YES
user_id=1878507
Originator: NO
Thanks Mark,
This addresses the problem in bug No.1784044.