- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 2
- Posts with Downvotes
- 2
- Downvoting Members
- 1
12 Posted Topics
Re: you have to select fname and lname where userid=textbox1.text after you get the data you put it on textbox2.text for fname and lname to textbox3.text | |
Re: on Form1 you have to save the picture that you choose in the global(public) variable. and then on Form2 you just call it. | |
Re: first of all you have to add many components -Ms ADO Data Control 6.0 -Ms Common Dialog 6.0 on A1, B1, C1, ... (Row Excel) fill with name of atributes on table as like as Access. for example ID, Name start the data that you what to save in A2, … | |
Re: just improvement from Jx_man's code Dim i As Integer For i = 0 To List1.ListCount - 1 If List1.Selected(i) Then ' Text1.Text = Text1 + List1.List(i) + "," If Text1.Text = "" Then Text1.Text = List1.List(i) Else Text1.Text = Text1 + "," + List1.List(i) End If End If Next | |
Re: SELECT MAX(COURSE.SEM_NO) FROM COURSE, STUDENT_INFO WHERE COURSE.C_ID=STUDENT_INFO.C_ID AND STUDENT_INFO.S_ID='0001'; | |
Re: http://www.techonthenet.com/sql/tables/alter_table.php ALTER TABLE table_name RENAME COLUMN old_name to new_name; | |
Re: check this out [Click Here](http://www.vbforums.com/showthread.php?529432-RESOLVED-Save-Listview-Data-to-a-DataBase) maybe, it will help you | |
Re: could you like to post the answer of that problem? Thanks | |
Re: ofstream myfile; myfile.open(dirLog, std::ios_base::app); if(!myfile) { return FALSE; } > change 'dirLog' with your directory file path | |
Re: congratulations! |
The End.