Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
90% Quality Score
Upvotes Received
12
Posts with Upvotes
12
Upvoting Members
7
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
6 Endorsements
Ranked #299
Ranked #2K
~105.22K People Reached
About Me

knowledge

Interests
PHP / Web development

96 Posted Topics

Member Avatar for vegaseat
Member Avatar for Devid Billa
Member Avatar for LastMitch

i watched **the rise of the guardians** in 3d and its awesome.. also **Samurai X** together with my girlfriend

Member Avatar for LoanHensley
6
6K
Member Avatar for NEctovelius
Member Avatar for tin1296

Dim Search as string Search = text1.text 'First, input your Connection string from your database then in the Recordset 'Use this code RS.Open "Select * from YourTable where FirstName like '" & Search & "%'", DB, 3, 3 Do Until RS.EOF Rs.Movenext MsgBox "Found" Loop

Member Avatar for Jonathan_18
-1
3K
Member Avatar for iAssistant
Member Avatar for Stuugie
0
4K
Member Avatar for ddanbe

Yup i would like to take that magic pills i want to see how earth is doing and how planet mars will be like if those scientist succeed making it our second planet... I'm just curious

Member Avatar for Ancient Dragon
2
2K
Member Avatar for ImZick

Hi guys, It been 1 year since i join DANIWEB and I just want to thanks all of you specially this site, for sharing your brilliant knowledge and for helping us who is just starting from developing. I remember the days when I'm stack in the middle of coding finding …

Member Avatar for smallbites
0
201
Member Avatar for ImZick

Hi i have input type text as date with a value of "2013-12-25" and i have a database with a field of month and a value of (December) and Year (2013). How can i convert the value of (2013-12-25) to a string of December and Year so i can use …

Member Avatar for broj1
0
328
Member Avatar for ImZick

Hi All Daniweb PHP Group, I have a big favor to ask (well for me this is big lol). I have 3 databases first (LOCAL),(AIMIS),(ERM). Here's the table (namely account_manager) of LOCAL. ![7938f748bd02de5247f37aaa10a5f0c2](/attachments/large/4/7938f748bd02de5247f37aaa10a5f0c2.jpg "7938f748bd02de5247f37aaa10a5f0c2") and Here's the table (namely customer_call) of AIMIS. ![247807516642224dfd5f6e93eadef14b](/attachments/large/4/247807516642224dfd5f6e93eadef14b.jpg "247807516642224dfd5f6e93eadef14b") and Here's the table (namely quotations_header) …

Member Avatar for urtrivedi
0
468
Member Avatar for ImZick

Hi i have a 512MB Memory Ram DDR2 (i know it's too low) i put it on a desktop computer and when i check it only have 256MB Ram is that possible? i mean decreasing 512MB and make it 256MB Only?

Member Avatar for rch1231
0
106
Member Avatar for bratinela

I hope u know how to connect adodc1 to your database. 'Put this on a command button Adodc1.RecordSource = "SELECT * FROM TABLE1 where last_name = '" & Text1.Text & "' " Adodc1.Recordset.Requery Adodc1.Refresh Adodc1.Caption = Adodc1.Recordset.RecordCount In this example all the last_name field that equal to text1 will count

Member Avatar for ImZick
0
135
Member Avatar for nav234
Member Avatar for 123mahesh
0
5K
Member Avatar for harinath_2007

yeah, maybe because that IRC channel needs an improvement or something? just an opinion

Member Avatar for Dani
1
238
Member Avatar for ImZick

hi.. how can i create a listview or Gridview which display all my data in my sql?? also with a next and previous button.. and find.. I'm been searching it for whole day but no luck.. i find a few but it required me to buy it from them?.. Can …

Member Avatar for broj1
0
2K
Member Avatar for blackcathacker

For me.. Super powers like Super Man but I'm vulnerable to kryptonite :) and long life :)

Member Avatar for james.lu.75491856
0
377
Member Avatar for sabarinadh.ch
Member Avatar for diafol
0
1K
Member Avatar for ImZick

Hi i need to create a restrictions for the user i have a column "level" which is if the users level is 5 then echo "admin" else if level is 3 echo "mod" and if level is 1 echo "newbie". How can i do that after they login?

Member Avatar for ImZick
0
376
Member Avatar for ImZick

Hi i have a friend which he gave a php file that is link to their company website which he work with. but when i view source the company website i cannot find the php location. He said its not visible because they encrpt the php code into the server???? …

Member Avatar for ImZick
0
275
Member Avatar for khwo

**@aterus29,** change your code into this 'Add first item arr(0) = "product_1" arr(1) = "100" arr(2) = "10" arr(3) = "10" itm = New ListViewItem(arr) ListView1.Items.Add(itm) 'Add second item arr(0) = "product_2" arr(1) = "200" arr(2) = "20" arr(3) = "10" itm = New ListViewItem(arr) ListView1.Items.Add(itm)

Member Avatar for maley
0
4K
Member Avatar for ImZick

Hi i got this problem and i dont why it occured in my query i know that the Table name is correct and the Column Name is correct but this error always appear No value given for one or more required parameters. the it highlights the da.fill(dt) Dim da As …

Member Avatar for ImZick
0
98
Member Avatar for ImZick

Hi guys i need help i have a table1 and table2 in access table1 structure is something like this Months / Revenue / GP Jan / 10000 / 5000 Feb / 20000 / 2000 and table2 structure is like this Months / Revenue / GP Jan / 2000 / 200 …

Member Avatar for ImZick
0
160
Member Avatar for ImZick

Hi this code is to fill up my Combo1 Item which is came from my Table1 .Combo_Main_AM.Items.Clear() Dim da As New OleDbDataAdapter("Select * from Table1", con) da.Fill(dt) For Each myRow In dt.Rows .Combo1.Items.Add(myRow.Item(0)) Next so it will add up the combo1 Jessie James Nick now the question is how can …

Member Avatar for ImZick
0
214
Member Avatar for dinesh012

if i were u i will use a if statement for example during the load event only one groupbox is open let say groupbox1 visible is true and the others (GroupBox2 and Groupbox3) are hide. in the button put this code if Groupbox1.visible = "True" then Groupbox1.visible = "False" Groupbox2.visible …

Member Avatar for ImZick
0
177
Member Avatar for harinath_2007

I love programming because i very happy when i finish my project i feel like i getting better and better everyday and its more chalenging. There are lots of programing language i want to study and i dont know why i'm very excited with it. maybe i born to become …

Member Avatar for ImZick
3
267
Member Avatar for ImZick

Hi i'm having a trouble with this i got 3 textbox and i format it to Textbox1.Text = Format(Textbox1.Text, "Standard") Textbox2.Text = Format(Textbox2.Text, "Standard") Textbox3.Text = Format(Textbox3.Text, "Standard") which give something like this 1,230.00 2,500.00 1,245.00 and when i add it `Textbox4.text = Val(Textbox1.Text) + Val(Textbox2.Text) + Val(Textbox3.Text)` the result …

Member Avatar for ImZick
0
241
Member Avatar for ImZick

Hi i finally done my first project and thanks to those who help me here in daniweb. Special mentions @Reverend Jim and @TnTinMN. But when i run the setup to install it in another computer which is a 64bit. My project didnt connect to the database which is access. But …

Member Avatar for ImZick
0
216
Member Avatar for ImZick

Hi guys can you help me out. i want to display the item in my textbox but how can i do that i tried to search tru web but nothings working for me. it is something like this "SELECT Department FROM Table1 WHERE Department = " & .Textbox1.Text & "" …

Member Avatar for Reverend Jim
0
160
Member Avatar for ImZick

Hello I'm having Trouble here in my ms chart. ![6c6bbe39010ff302ee66367ce9439bba](/attachments/large/4/6c6bbe39010ff302ee66367ce9439bba.jpg "6c6bbe39010ff302ee66367ce9439bba") as you can see the chart in the right side the secondary axis i want it to be fixed in the line of the primary axis in the left side Public Sub Chart_BU_GP_vs_Target() With Chart_EBU_GP_vs_Target .Series.Clear() .Legends.Clear() .ChartAreas("ChartArea1").AxisX.MinorTickMark.Enabled = …

Member Avatar for TnTinMN
0
3K
Member Avatar for ImZick

Hi how can i sort using Month i have January, February.... December i want to sort it out so the user will see it from January - December my column name is "Months" and it is in subitems(0) Thank you in a advanced

Member Avatar for ImZick
0
569
Member Avatar for ImZick

I have a code here which will add the data in the system and also if it find a data that exist in the system a message box will appear if the user want to overwrite the data. here is the code Dim con As New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0; Data Source='" & …

Member Avatar for Reverend Jim
0
119
Member Avatar for ImZick

Hi, Sorry i need to ask for a help again. I have a listview and a search button i want to populate my listview when i click a button to search the field name "Last Name" for example i want to search "Sample" then it will populate my listbox with …

Member Avatar for Reverend Jim
0
502
Member Avatar for ImZick

i need some help how can you save the item in my textbox to the access database? For example i have Firstname.Text Middlename.text Lastname.text if i click the add button it will save it to my access database and also if i want to edit it and update it, how …

Member Avatar for Reverend Jim
0
231
Member Avatar for ImZick

Hi i wonder how can i delete my data using access as my database? for example i want to delete Dim con As New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0; Data Source='" & ConAccessDatabase & "';") Dim cmd As OleDbCommand cmd = New OleDb.OleDbCommand("delete * from [" & EBU2DB_LOB & "] where Brand ='" & …

Member Avatar for ImZick
0
180
Member Avatar for ImZick

Hello i have a problem on connecting my database. i have this kind of code which would get the item in the combobox and use it as my connection Dim ConFunnelLocation As String = "C:\Database\Funnel\" & Form_Funnel_Report.Combo_Funnel_EBU.Text & ".xls" and a table Dim TblFunnelCon As String = Form_Funnel_Report.Combo_Funnel_AM.Text & "$" …

Member Avatar for G_Waddell
0
202
Member Avatar for aVar++

it looks terrible Lol! ........ . ....... . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ........ . ........ . .

Member Avatar for <M/>
1
403
Member Avatar for ImZick

Hi how can i pass if my connection is false? i have a code here Dim con As New OleDbConnection Dim dt As New DataTable Dim ds As New DataSet con.ConnectionString = ("provider=Microsoft.Jet.OLEDB.4.0; Data Source='" & ConMonthEndLocation & "';Extended Properties=Excel 8.0;") con.Open() dt.Clear() ds.Tables.Add(dt) With Form_Month_End_Report .ListView_LOB.Columns.Clear() .ListView_LOB.Items.Clear() Dim da …

Member Avatar for xerohomicide
0
123
Member Avatar for ImZick

Hi i have a form1 and form2 and also a button1 in my button1 i have this code Form2.show now when the Form2 is show and everytime i click a button Private Sub Combo_AM_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs)_ Handles Combo_AM.SelectedIndexChanged With Combo_AM If Combo_EBU.Text = "EBU 2" …

Member Avatar for Begginnerdev
0
217
Member Avatar for ImZick

Hi everyone i have a connection to my sheet like this Dim da As New OleDbDataAdapter("Select * from [EBU 2 LOB$]", con) but i want to use this Dim Sheet1_EBU as string = "EBU 2 LOB$" so that the code will be something like this i think? Dim da As …

Member Avatar for deceptikon
0
149
Member Avatar for ImZick

Hello need help i have a listview and a textbox I have this code ListView_LOB.Focus() For i = 0 To ListView_LOB.Items.Count - 1 If ListView_LOB.Items(i).SubItems(1).Text = TextBox1.Text Then ListView_LOB.Items(i).Selected = True End If Next it will highlight the item in Listview it seen in textbox1 for example "Erick" but if …

Member Avatar for Reverend Jim
0
220
Member Avatar for ImZick

Hi guys i have this code which insert the data in the textbox Dim FilePath As String = "C:\Users\ezekiels\Desktop\New Folder\EBU 6.mdb" Dim conn As New OleDbConnection("Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" & FilePath & "") conn.Open() Dim myadapter As New OleDbDataAdapter("SELECT * FROM Table_EBU6", conn) Dim dtset As New DataSet myadapter.Fill(dtset) myadapter.Dispose() Dim table …

Member Avatar for Begginnerdev
0
204
Member Avatar for ndeniche
Member Avatar for chrishea
0
1K
Member Avatar for brendalyn.quiba

Please tell what seem to be the problem? which line and what messagebox said?

Member Avatar for AndreRet
0
131
Member Avatar for <M/>
Member Avatar for <M/>
0
388
Member Avatar for ImZick

Hello :) i'm new here and i love programming my field is visual basic hope you can lend me a help whenever i got a problem in my codes and i will appreciate your reply. Thank you and God Bless :D

Member Avatar for falkopartey
0
61
Member Avatar for avramidis.kostas1

Hello welcome :) more members means more sharing of knowledge :D

Member Avatar for falkopartey
0
122
Member Avatar for Keleez

Hello welcome :) more members means more sharing of knowledge :D

Member Avatar for falkopartey
0
45
Member Avatar for mommymac60

Hello welcome :) more members means more sharing of knowledge :D

Member Avatar for falkopartey
0
99
Member Avatar for zenloki
Member Avatar for falkopartey
1
214
Member Avatar for shuanromy

Hello welcome :) more members means more sharing of knowledge :D

Member Avatar for falkopartey
0
52

The End.