No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
Hi .. I have been asked to create a new thread rather than recurrent on old post ([url]http://www.daniweb.com/forums/thread116468-2.html[/url]), hope to get some help here... :) I would like to have a "Extract" button which then open a Save As dialog to save the file from the Database into local pc, … | |
Re: Sorry.. i have got problem to make it work..... need help.. It seem that, value that i entered into the textBoxPassword field doesn't pass the comparison done (string.Compare()) againt the value stored in the DB. (It keep on skip to the action in 'else if' statement. For instance, i have … | |
Hi; I would like to set the authorisation for the user that access to the application, when the check is done that the user doesn't hv the permission to use the particular function (add/delete/edit record), then the button will be disable from user view. I have following code, it's seem … | |
Re: For your reference... [url]http://msdn.microsof...636(VS.85).aspx[/url] | |
Hi There; I have an application that work in multi-user environment. Would like to know what are the possible way to update the datagridview in other user workstation once someone did the changes? For instance, when user A had done some Add/Update/delete for a record, datagridview that work by user … | |
Re: Hi .. The SqlFileHolder work nice for me, but .. I would like to have a "Extract" button which then open a Save As dialog to save the file into local pc, is that possible? [CODE] private void saveFile(object sender, System.EventArgs e) { // open SaveFileDialog so the user can … |
The End.