Thank you, that helped me to get into the right direction.
However I was not able to save my uservalue. So I could not use your information directly
The saving button does not work on my Release Candidate.
--
Then I realised that I want to hack it for all users and came to this solution:
/include/export_utils.php
Link 48
function getDelimiter() {
global $sugar_config;
global $current_user;
$delimiter = ';'; // default to "comma"
return $delimiter;
}
Yeah it is aggressive but it works
Regards,
tronics
Bookmarks