1) try this instead form27 Private Sub Command4_Click() 'GoBack button Form1.Show Form27.Hide End Sub form1 Private Sub Form_Unload(Cancel As...
first of all make your project's main form and send it here in a zip file to help you.
you have 2 forms in your project 1) both will be visible at the same time?if not how will the second form become visible?pressing a command button...
if you see the datagrid after the execution of cmdTotalGrid_click you will notice that there is no selected row.So by executing delete or...
Private Sub cmdDelete_Click() If rec.RecordCount > 0 Then rec.Delete Else MsgBox "NO RECORD FOUND" End If End Sub its not adodc here
upload it in a free download server (rapidshare megaupload etc) and send the link
Private Sub calcRow_Click() Dim i, a As Integer a = 0 'Iteration for col by col for selected row For i = 0 To Adodc1.Recordset.Fields.Count - 2...
did you connect the database correctly from the properties of Adodc1?
send your database in a zip file
first of all why you send different code from the first post? now about your code there are many things you do not know. 1) hours1 =...
try this http://en.wikipedia.org/wiki/Sorting_algorithm
try reading this http://uic.rsu.ru/doc/programming/c++/TIC2e/Volume2/Chap01.htm
here is an example of what you ask. if you write something in the textbox and press the submit button you 'll see the value passed to second's...
send your project in a zip file plus the database you use in order to check it.
it compiles ,so its correct ,but does it do what you expect it to do?
Re: Merging of two arrays by Ahmmad you used 3 arrays.The question was without a third array
and the programming language is......:confused:
First of all find similar commercial programs to see what they are capable of. Decide which of these features they have you want to have in your...
try to explain better what you want to do
1) we create the form (foto 1) 2) we leave the first label (label7) as it is and click on label8 we go to its properties and we change its name...
Separate names with a comma.