Mitchell Vincent <[EMAIL PROTECTED]> wrote:
Yes, I know about creating a function but I'm wondering if I can hook
into the already-existing Windows API function for it. Currency
formatting is quite complicated (much more than just storing a
currency "symbol") and Windows has already done the leg work - I just
need to see gain access to the API function for it.

I don't understand. You can install a custom function into SQLite engine - the function that you implement. This function can then be used in any SQL statement. Within implementation of that function, you can happily use GetCurrencyFormat or any other API. What again seems to be the problem?

Igor Tandetnik

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to