[Really Need Help] Update Programming Software Development by jez9 … lvorder.Items sql = "Insert into TBLORDER (tbl, nod, [qty], DorT, tme, [price]) values (?, ?, ?, ?, ?, ?)" cmd = New …Val(x.SubItems(0).Text)) cmd.Parameters.AddWithValue("@DorT", ComboBox1.Text) cmd.Parameters.AddWithValue("@tme… First Time Python User --- Power of Sets Programming Software Development by aj.wh.ca … comfortable with scripting and immediate rescue seemed to be using dort,diff.... But them I thought let me try python. Wao… Array troubles Programming Software Development by Acadian …;, "Hell", "Dunkel", "Hier", "Dort", "Viel", "Wenig", "in die… modules comparision in parameter wise in text files Programming Software Development by koduruabhinav … there so how to handle this problem. we are using dort as the split parameter so 5.0000 is taken as… Re: Is a CD-RW the proper disk for this job? Hardware and Software Microsoft Windows by Foxtrot … that I decided to come back here and review what Dort and chrisbliss18 said. You see guys I am seeing; Flash… Re: VB6 help Programming Software Development by Pastafarian …(x) > Sarray(y) Then 'ADDED THEN and still wouldnt dort so changed x+1 to y and it still didn… Re: [Really Need Help] Update Programming Software Development by Santanu.Das There should be an option to edit item(s). Re: [Really Need Help] Update Programming Software Development by jez9 @Shark_1, instead of saving all records in listview, i think i need to check first wether the dish[with the same table, and dinein/takeout] is in the database already. when the dish[the same table, dinein/takeout] need to update if not the dish need to add. Can you please help me, how to check the records in listview if it i alreay exist in the … Re: [Really Need Help] Update Programming Software Development by Santanu.Das The easiest way is select Item from listview and edit its status dinen/takeout, then add a new dish as takeout. Another way , at the time of item insertion to the listview, it automatically choose the last one will be as takeout. Your list was **qty - name of dish - DineIn/TakeOut 2 - Pasta - dineIn 1 - Chicken - dineIn 3 - Rice - TakeOut** You … Re: [Really Need Help] Update Programming Software Development by jez9 that would be nice, but i dont want to convert/edit dish from dinein/takeout Re: First Time Python User --- Power of Sets Programming Software Development by vegaseat Glad you discovered Python. For a more general discussion on sets see: [URL]http://www.daniweb.com/code/snippet219.html[/URL] Re: Array troubles Programming Software Development by ddanbe Hi, Acadian, welcome to Daniweb. I think the comments you placed in are causing some trouble here. Re: Array troubles Programming Software Development by Diamonddrake if you use comments inside a CSV type initializer its practice to use [I]/*comment*/[/I] multi-line compatible comment blocks. although technically it shouldn't matter. but you never know what the compiler is doing to the text so being SURE where you comment terminates does help rule it out of the problem. Re: Array troubles Programming Software Development by apegram I haven't tested the code (beyond this) or looked for other issues, but the array initializations are off. The first set of strings includes 196 elements, but the second is only 191. A 2D array needs to be uniform. Re: Array troubles Programming Software Development by Acadian Apparently I missed some elements, somewhere along the line, and hadn't noticed that. Thanks a lot, but I feel I have to ask, how did you find out that there were 196 vs 191? Did you actually count them by hand? Or did you do something more time efficient then that. Again, thank you Apegram. Re: Array troubles Programming Software Development by apegram Oh, gracious no. I didn't count by hand. It was more like [CODE] string[] array = { * your second set of elements here * }; int i = array.Length; // 191 [/CODE] Re: modules comparision in parameter wise in text files Programming Software Development by sandy40 use comma as the split delimeter it works fine