Hi
Just wondering what the best approach would be to execute a client side function to retrieve a value from a MySQL db as a string.
For example I have a variable [b]username[/b ] that I populate after server side authentication when my application window opens. What I would then like to do is be able to pass that variable into a function that returns for instance staffname from the db and puts it into a global variable for use in the toolbar or other UI components.
Your suggestions would be much appreciated!