- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
8 Posted Topics
HI guys, I have finish my project in vb.net and publish it without errors. The problem is this: As my project finished installing in the pc, an error occurred saying that the path where should be my DB Access is not there. Although I manage this problem by manually copy … | |
Hi guys need help here. Scenario: I have a function in my textbox1 with the got focus event. I have a 40 textbox in my goupbox1. Here is my code so far. [CODE] Private Sub Textbox1_GotFocus(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Textbox1_GotFocus ... ... For Each x … | |
Hi guys, can you please help me out. Scenario: I have 14 panels in my form, the user then input a number in the textbox. Then this textbox will now determine how many panels will be enable. My formula would be, userinputtextbox/0.5=panels to be open. Example: 3/0.5=6. So far this … | |
Re: show us the code that you generated so that we can help you Leo. | |
Hi guys, can you pls help me what is the vb code in retrieving my data in the database? my code is this. [CODE] Dim SandLine As String SandLine = txt1S.Text & "," & txt2S.Text & "," & txt3S.Text _ & "," & txt4S.Text & "," & txt5S.Text & "," … | |
Re: Hi... The idea of datediff function is to determine how many specified time intervals exist between two date/time values. Are you using two datetimepicker or 1 datetimepicker and a textbox? If your using two datetimepicker, then try the code of Mr. teme64 by using [CODE]datetimepicker.value.date[/CODE]. Let us know if this … | |
Re: HI... ? means the field in your table in your database. The command in your code cannot add because it doesn't know what field is he adding to. [code] my_cmd.CommandText = "insert into documenttable(fieldroute1,fieldroute2,fieldroute3,fieldroute4,fieldroute5,fieldroute6,fieldroute7,fieldroute8,fieldroute9,fieldroute210) values(route1,route2,route3,route4,route5,route6,route7,route8,route9,route10,route11,route12)" [/code] try this one and let us know if it answers your question. ty | |
Re: [QUOTE=;][/QUOTE] hi... mark it solve.. |
The End.