lorry.lu
6th April 2010, 05:28
Does anybody know how to get the Windows List separator from Baan side? Could you give me some idea? And this is useful for me to develop some import or export sessions while with this field.
Thanks in advance.

mark_h
6th April 2010, 16:11
I take you mean to get the baan list separator from the client machine? Have you checked to see if there is a registry entry? You could probably read that. Not sure how, but just a thought.

manish_patel
6th April 2010, 17:23
The International subkey describes how to display dates, times, currency, and other items for a specific country, under the following Registry path: HKEY_CURRENT_USER\Control Panel\International


To export a specific registry key to file (i.e test.txt), use the /e switch as follows:

General Syntax:
REGEDIT.EXE /E exportfile "registry_key"

Example:
REGEDIT /E D:\manish\test.txt "HKEY_CURRENT_USER\Control Panel\International"


Once it is exported, you can search for sList and its value in the file.

You can use app_start() function to run Regedit command line .

lorry.lu
6th April 2010, 18:03
I just tested, it works. Thanks all.

Best Regards
Lorry Lu