Posts
 
Reputation
Joined
Last Seen
Ranked #101
Strength to Increase Rep
+10
Strength to Decrease Rep
-2
97% Quality Score
Upvotes Received
213
Posts with Upvotes
171
Upvoting Members
110
Downvotes Received
6
Posts with Downvotes
5
Downvoting Members
5
86 Commented Posts
23 Endorsements
Ranked #63
Ranked #122
~358.66K People Reached
About Me

Been in IT for years. It never gets old. If your problem is solved, be sure to mark your thread *Solved*.

Interests
Work, computers, music. GTK+ C programming. Dart and Flutter. Unusual operating systems.
PC Specs
Dell XPS 8920, 32Gb memory, 4Tb worth of PCIe and SATA NVMe drives, Intel Core i7, Linux Mint.
Member Avatar for Duki

Well I just started eating dinner and thought this would be a neat topic. Everyone knows we love to eat while on the computer; two birds, one chair. I'll start it off: Deli Sandwiches, macaroni salad, potato salad and a Pepsi :)

Member Avatar for Reverend Jim
22
17K
Member Avatar for vegaseat
Member Avatar for Reverend Jim
15
13K
Member Avatar for LastMitch

Hi I watch a few movies the past weekend, just to relaxed and not think about work. I saw a few movies. I saw: **The Raid Redemption** - The best action movie this year! It's a **Indonesian** action film. The director is **Welsh** but he speaks **Indonesian** and **English** and …

Member Avatar for LoanHensley
6
6K
Member Avatar for Ancient Dragon

A cat has 9 lives -- what has more than 9 lives? Answer: Frogs because they croak every night. (Duck Dynasty)

Member Avatar for jkon
4
4K
Member Avatar for AleMonteiro

Hey fellas. I've been using Windows as my main OS since I sat on an PC with win 95. Now I think is time to finally change to Linux! The main reason I didn't change sooner was because the .NET dev env, but now there's Mono. So, I really would …

Member Avatar for BitBlt
1
626
Member Avatar for matoo

hi there everyone this sounds sily but i am trying to make a calendar which will show attendance on the calander what i want is to stop on the todays date txtbox txtboxes are arreys so the name is txtDay(0), txtDay(1), txtDay(2)........... txtDay(41) Dim strDate As String Dim strStartDate As …

Member Avatar for BitBlt
0
219
Member Avatar for meLiel

hi programming masters! i need your help..how can i SEARCH a record in a database and display the results?? example: if i type an ID number or a name on the text box and click the search button it will look for the records and display it.. i have a …

Member Avatar for Reverend Jim
0
12K
Member Avatar for rony001

I am new to sql server .I have recently downloaded Sqlserver 2008 and connected from vb.net . I am trying to create dynamic tables with two columns such as name,amount by passing table names from text box . CREATE TABLE " & TblName & "( [Name] TEXT(10), [Amount] TEXT(6))] table1 …

Member Avatar for BitBlt
0
698
Member Avatar for samuelz

am trying to find out what is wrong with my sql statement below, i get the following error: "The multi-part identifier "P1Totals.StudentTotals" could not be bound" what am i doing wrong? UPDATE StudentRegistration SET Year ='2016', Term = 'Term 1' where P1Totals.StudentTotals >='300' and P1Totals.StudentTotals <='400'

Member Avatar for BitBlt
0
268
Member Avatar for goowee

Hi VB Wiz, I have a data that is currently displayed in row, but i need it to display in one column. this is how currently look like set1 [lastname/firstname] [lastname/firstname] [lastname/firstname] [lastname/firstname] set2 [lastname/firstname] [lastname/firstname] [lastname/firstname] [lastname/firstname][lastname/firstname] [lastname/firstname] [lastname/firstname] [lastname/firstname] set3 [lastname/firstname] [lastname/firstname][lastname/firstname] [lastname/firstname] [lastname/firstname] [lastname/firstname][lastname/firstname] [lastname/firstname] [lastname/firstname] [lastname/firstname] …

Member Avatar for BitBlt
0
160
Member Avatar for diafol

Hi All, had a bit of time to myself and started reading some poetry (out of choice!). This was prompted by the centenary of one of our greatest poets (in English anyway), Dylan Thomas. Hadn't read "Do not go Gentle into that Good Night" since I was in school. Reading …

Member Avatar for joseCRJ
1
547
Member Avatar for ~s.o.s~

All, We have some unfortunate news which was confirmed by Dani and Prit. Our good old friend, Melvin aka Ancient Dragon passed away on Aug 21, 2014. :`( His obituary can be found [here](http://obits.dignitymemorial.com/dignity-memorial/obituary.aspx?n=Melvin-Stober&lc=4243&pid=172212890&mid=6094698) (link courtesy of Prit). Those who have been here for a long time and those who …

Member Avatar for CodyOebel
2
786
Member Avatar for bonzo2008

I have commondialog that i can search for *.bmp,*.jpg files thats okej, now the problem is. saving the picture to the rot + filename next time I start the program I will change the picture to another file that shall be saved in rot + filename the first picture shall …

Member Avatar for BitBlt
0
189
Member Avatar for abelLazm

I found this game on another forum and found it really very interesting lets start it here :) hope everyone will enjoy it Make a wish, and let the next poster give you some bizarre result based upon your wish. Example: I wish I had a million dollars. Reply: "You …

Member Avatar for James_40
8
9K
Member Avatar for Amr_Mohammad_R

This function I have created to return all recorded Stock numbers in the Table "ContributorDeeds" the table contains only the start number of the stocks and the end number of the stocks (e.g, from number - to number) I need to get all the numbers between within that range. The …

Member Avatar for Taywin
0
227
Member Avatar for happygeek

As the title says, I'm just bigging myself up here but am stoked to have won the award for 'Best Investigative Feature of the Year' at the BT Information Security Journalism Awards in London yesterday. I'm particularly pleased as I beat off competition from BBC News, The Guardian and The …

Member Avatar for Slavi
2
131
Member Avatar for showman13

Good afternoon, I'm drawing a complete blank on this, and decided someone in here could answer the question for me without an issue. I have a mysql DB with thousands of records in it, and over time have used an inadequate system for maintaining terminated records. I've been simply prepending …

Member Avatar for showman13
0
244
Member Avatar for jarp

I have written a SQL query to find product information in a c# program and it doesn't seem to work at all! I have tested a variety of other queries with my C# code and it works fine, but this throws an exception every time. SELECT TOP (1) CONVERT(varchar, tmpRptAssetEvent.EventTimeStamp, …

Member Avatar for BitBlt
0
202
Member Avatar for myiwlu10

**HERE IS PART OF MY CODE THAT REALLY MATTERS! AND BELOW IS THE PRINT OUT I GET WITH THE Program ** B200-LOGC.** INITIALIZE WS-MISC, P1-DTL1-LINE.** MOVE EMPL-FRST-NAME TO WS-FRST-NAME. MOVE EMPL-LAST-NAME TO WS-LAST-NAME. MOVE WS-NAME TO P1-EMP-NAME MOVE EMPL-GROS-SLRY TO P1-EMP-SLRY. IF EMPL-GNDR = "M" MOVE "MALE" TO P1-EMP-GNDR ADD …

Member Avatar for BitBlt
0
175
Member Avatar for FutureDev86

For the life of me, I can't get this to work.... What am I doing wrong? Any help is greatly appreciated!! [CODE] Private Sub webBrowser1_ProgressChange(ByVal Progress As Long, ByVal ProgressMax As Long) On Error Resume Next If Progress = -1 Then ProgressBar1.Value = 100 lbl1.Text = "Done" ProgressBar1.Visible = False …

Member Avatar for Richard_16
0
595
Member Avatar for davy_yg

Hallo, I get stuck when installing SQL Server 2012 : Services Account Name Password SQL Server Agent SQL Server Database Enginee SQL Server Analysis Services SQL Server Browser This Sharepoint Server connected to DCSHARE1 (Domain Controller) The problem is I do not know what to fill for Account Name & …

Member Avatar for davy_yg
0
244
Member Avatar for zebnoon

Hye, I have problem with Auto Generate Slip No from Database.I wrote following code to get last record but it does not give me last record. Please help me? [CODE]Private Sub Command1_Click() Module1.Connect Dim rs As New ADODB.Recordset Dim str As String str = "SELECT Item_ID FROM Entry_Tab" rs.CursorLocation = …

Member Avatar for rasheedraj
0
1K
Member Avatar for debasisdas
Member Avatar for James_28
8
16K
Member Avatar for Skate Bart

I have a MSHFlexGird (fgdCompany) and a search command. When the user enters the search data into "txtSearch", the command should search for the data and show it to the user by : Highlighting the record in the MSHFlexGrid -OR- By bringing the row that contains the searched data to …

Member Avatar for Mamoundi
0
543
Member Avatar for Dani

I'm having a brain fart and for some reason it's not coming to me how to do this right now. I'm trying to tally up a table, and store the results in a different table. Like so user score ---- ----- 1 4 1 5 1 2 2 1 2 …

Member Avatar for Dani
0
379
Member Avatar for mrnutty

Hey guys, haven't been on here for a while. Just thought, I'd get the ball rolling and interact with the community. Anyways, tell me and everyone else on the internet, the derivation of your username? Why? How? What? When? Who? WTF?

Member Avatar for Reverend Jim
0
680
Member Avatar for Ahmed_39

dear all i have tables(aztrd) it conatis invoice deatils like itm_code , date,loc_cd ..... ect - in each in invoice they are itmes (itm_cd) from loc_cd "1" or loc_cd "2" and some invocies has items from loc_cd "1" only or loc_cd "2" only i try this query to get only …

Member Avatar for Ahmed_39
0
184
Member Avatar for micca.jhai

Can someone help me I'm having some problem with this. I am supposed to make a sytem that will alert if the medicine was expired. here is my code. Private Sub DataGrid1_Click() On Error Resume Next Command2.Enabled = True With frmmed1 .Combo1 = Adodc1.Recordset.Fields("MedicineName") .Text3.Text = Adodc1.Recordset.Fields("StockQuantity") .Combo2 = Adodc1.Recordset.Fields("Expmonth") …

Member Avatar for BitBlt
0
369
Member Avatar for <M/>

Who here plays a musical instrument? I play piano (about 8 years), violin (i am new, technically...), and the triangle :D. How about you guys?

Member Avatar for diafol
0
234
Member Avatar for <M/>

Come up with an accronym for whatever word given by the poster above. Example: Q. Daniweb A. DANIWEB stands for = Developers and Newbies intelligentally will elaborate bummers :) First word is "Pit"

Member Avatar for <M/>
0
1K