- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 8
- Posts with Downvotes
- 3
- Downvoting Members
- 8
53 Posted Topics
When no one listens to you make your way all alone - RABINDRANATH TAGORE
Hi I am drinking an energy drink and roasted chicken right now
Hi all finally i am the winner of this great game. Yahooooooooooooooo!!!!!!!!!!!!!!!!!!!!!
This is a knowledge forum so i would just say that: Knowledge shared is knowledge gained
Hi Ya I have seen 2012. Its a fantastic creation. though a bit long, it has a different style of display.
HEY GUYS I am an Indian...so listening to some good Bollywood music
where to post this? I mean whether in ms-word or excel or where??
Hi all Undoubtedly Fire fox is the browser I like the most and use the most
^ has a lot of posts < is working in the office V will post next
Hi The post by QVeen is very helpful You should go according to it I believe
[QUOTE]Can anybody help me in on how to connect my VB interface to a database. I have already designed the interface but I do not know how to connect it to Dbase. Damson [/QUOTE] Hi [CODE] Dim cn As ADODB.Connection Dim DataFile As String DataFile = "C:\Database\my_database.mdb" Set cn = …
As far as I think FlexGrid is most appropriate control in such situations as said by QVeen
the fat dog is little dog's mother The fishermen like me, the doctors hate me;Kids want to eat me,I am a 13 letter word Who am I??
Play thing laying catmaphores
Hi I have tried what you had asked The person whom you are deleting is not notified.
Hi There is one question I would like to ask. Is it required that after doing my engineering in I.T. department I need to professionalize myself in one particular language? If yes....what are the languages that most companies prefer from the applying candidates?
Hi all Though wishing a day later Happy RepublicDay to all Indians and Happy Australia Day to all Australians
I have an entirely different type of password. It is really hard to guess. O.K. I give you guys a hint and you all guess it "YOU WERE A HUMAN....YOU DIE AND NOW AGAIN YOU ARE A HUMAN"
Hi You can use: [CODE] Adodc1.Recordset.AddNew [/CODE] or else I will say please be a bit more specific what do you want exactly support your statements with appropriate codes. Happy Programming
Hi malloc is the best practice to do programmings like Fibonacci and all all the best Happy Programing
Hi Exactly the way Sidnei has told. This is the way you can add icons to your flex grid. Happy Programming
Hi Try this code [CODE] Private Sub software_prim() strSQL = "select distinct Primavera from Master_final" rs.Open strSQL, cn If Not (rs.EOF And rs.BOF) Then rs.MoveFirst Do While Not rs.EOF primavera = rs.Fields(0).Value lstsoftware12.AddItem (primavera) rs.MoveNext Loop End If rs.Close End Sub [/CODE] here cn is the connection rs is the …
I have a list box in my vb form. The list box is dynamically filled with components from my ms-access table. Now the user can select one, two or many options. For example: The list box has many softwares. 1. If user selects Windows XP and Office 2007 then those …
Hi all, I have two checked list boxes In one I have the list of various softwares such as Windows, Office, PDF Writers,etc.,etc. I want that when user clicks on any one software the other list box gets filled with various options in that. FOR EXAMPLE: User checks windows...then the …
Hi if you are using sql statements to fill your datagrid you may use the following [CODE] Set adorsRAM = cn.Execute(sSQL) If Not adorsRAM.EOF Then Set msh.DataSource = adorsRAM msh.FormatString = "DATA No." For i = 1 To (msh.Rows - 1) msh.TextMatrix(i, 0) = i Next i msh.Refresh Else msh.Clear …
Hi I fully support to what vb5prgrmr has said. This is not the correct place to ask this question. Happy Programing
Hi I think it is really hard to tell the best thing about one self. At least I can not
Hi [CODE] Private Sub text1_KeyUp(KeyCode As Integer, Shift As Integer) If text1.Text = "" Then Exit Sub Else If Not IsNumeric(text1.Text) Then text1.Text = Left(text1.Text, Len(text1.Text) - 1) SendKeys "{end}" Else End If End If End Sub [/CODE] try this I got this code somewhere and it proved to be …
Hi all I follow just one prayer in my lyf and want you all to follow the same The fear will itself move out "AAL IZZ WELL"
Hi [CODE] Public Sub delete() Me.txtLname.text = "" Me.txtFname.text = "" Me.txtMname.text = "" Me.txtaddres.text = "" Me.txtAge.text = "" End Sub [/CODE] Look I am not sure but yes you can try this code and whatever the result is just show it up here.
Hi AVATAR is one of the finest creation in the history of movies There is no word to describe the movie and no movie to compare to it.
Hi I dont know wether this is right or not but you can use else to put the msg box [CODE] If m_pno = pn Then With grd .TextMatrix(grd.Rows - 1, 0) = vidno .TextMatrix(grd.Rows - 1, 1) = last + "," + first + "" + middle .TextMatrix(grd.Rows - …
Hi guys I need your help a bit. I have designed a tree view control and the user can select multiple options. Now the problem lies in: "When the user clicks on show button a msgbox appears showing all the items selected"....This is what I want to do. but is …
Hi experts Here I am with yet another problem. I want to add data in a tree viewer controller dynamically from my database. I am using ms-access as my back-end Please help me ASAP. Thank you in advance
Hi I am not sure wether I am correct or not but you can use a text box with multi-select property set to true. Hope this helps you.
Hi This forum is for providing help not for providing direct solutions. So you better start with your project and ask wherever you face any difficulty. Thanks
The job you are doing is really appreciable. All the best for your job.
can you put up the bit of coding you have done sp that it is easier for us to understand what exactly you have done and where the error lies.
I think what abu has attached is exactly what you needed. If your query is solved then please mark the thread as solved.
[CODE]Private Sub cmdgetdata_Click() For i = 0 To lstsoftware.ListCount - 1 If lstsoftware.Selected(i) Then sSQL = "select * from Master_final" With adorsRAM .ActiveConnection = cn '.CursorLocation = adUseClient .CursorType = adOpenDynamic .LockType = adLockOptimistic .Open sSQL End With If Not adorsRAM.EOF Then Set msh.DataSource = adorsRAM msh.Refresh Else MsgBox "No …
How can we add data from multiple columns of an access table in a list box. Please explain with the help of a code. Thanks in advance.
Hi all I want the data shown in MSH flex grid to be shown in crystal report. I am using Crystal report 8.5 If the value in the grid changes then the crystal report must be updated accordingly. Is this possible to do?
The End.
ankush.mukherje