Let me just give some background on the issue at hand. I am an IT worker for a manufacturing facility of roughly 1000 associates. We have several different types of hardware that we loan out from time to time for people traveling to different places or for temporary use around our plant, one...
If I do a refresh then it will just pull the data already in the record which is not the data I want and does not do an update. Also I cannot move to another record because it is the only record in the recordset.
I am having a problem with an adodc update. I use the adodc.recordset.update command and it works perfectly on every field that is edited by mouse click. It doesn't matter if it is a check box or a text box. However if I change the value in my code such as:
If textbox1.text = "1" then...
I am looking for some sort of starting point on making applications for the pocket pc. I cannot seem to find anywhere that has some instruction or anything on how to get started on a pocket pc application. Is this possible with Visual Basic 6?
Can someone tell me how to write the connection string for a SQL Server and what is used to pass SQL commands to it. I've seen it done before but cannot remember how.
I am trying to figure out how to send a SQL command to a database from a windows form application. I have added the database using the wizard in Microsoft Visual Studio 2005 but cannot figure out how to send a SQL command to the database or how to display the data it returns. I can move...
I figured it out. I was using ShowDialog() to open the new forms when I should have been using Show(). ShowDialog() is for more like ok box type calls so that you can't go back to the original screen without an acknowledgement of some sort. Thanks for the help.
In my program I launch a windows form from another windows form. The flow breakdown is as follows.
User starts program (a windows form).
User clicks on button and launches a second windows form.
After the second form is launched I cannot go back to the first form unless I close the second...
I am trying to convert from a System::String to a char array. I have found a code snippet that works in Visual Studio 2005 but when I try to run the same exact code in Visual Studio 2003 I get several errors. The code looks like:
System::String *orig = this->textBox1->Text;
pin_ptr<const...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.