Posts
 
Reputation
Joined
Last Seen
Ranked #1K
Strength to Increase Rep
+3
Strength to Decrease Rep
-0
91% Quality Score
Upvotes Received
25
Posts with Upvotes
16
Upvoting Members
20
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
8 Commented Posts
1 Endorsement
Ranked #855
~26.9K People Reached
About Me

Retired IT manager/contractor

Interests
MS Access, Excel
Favorite Tags
Member Avatar for cored0mp

I was thinking that one way that a coding team could work would be that coders would be rotated through several roles. This would prevent people from getting too comfortable towards the goal of preventing problem areas (code quality wise) from developing in the department. * Architecture * Production Coding …

Member Avatar for chuckc
1
91
Member Avatar for dhoch1488

I am running a photo booth application on an old Dell Dimension 2400 PC with Windows 98 SE. We were using an HP2200 Business Jet printer but that seems to have failed and I cannot find another on the web. Any new printer we install has to be already supported …

Member Avatar for davidparkers
1
159
Member Avatar for Johnny2x4

Uh. Hi! I am sort of new here. I post maybe once in a blue moon. This place is honestly 100x better than StackOverflow. Anyway. I won't post my entire resume here but I will post relevant details. Graduated two years ago, currently *under*employed, but happy. No internships. My first …

Member Avatar for compshooter
1
200
Member Avatar for chuckc

What is best way to get one row from a mysql table (with many columns) so I can use several several fields from that row for calculations in a C program? After executing a succesful SELECT command using mysql_query, is there an alternative to using mysql_store_result?

Member Avatar for rproffitt
0
102
Member Avatar for darshanghorpade

For a given array of integers, reach to the end of the array from the 0th index with minimum number of moves. Moves possible at each index: Move from index i to index (i+1) Move from index i to index (i-1) Move from index i to index j, if a[i] …

Member Avatar for Fifth Horseman
0
194
Member Avatar for C_Oleyers

So im actually creating a fastfood menu in which save how many times a button been clicked as a variable. So I can multiply it to its value. For example if i click btnChicken a variable will count how many btnChicken been clicked then it will multplied on the amount …

Member Avatar for Mike_74
3
436
Member Avatar for Dani

So apparently Microsoft Word’s latest release shows a grammar error if you do two spaces after a period, this ending the debate of which is correct. I used to do two spaces after a period back on my old Apple IIGS with its mono spaces font. However, I’ve always said …

Member Avatar for lightft
3
998
Member Avatar for MickeyD

What with limited formal education and an IQ score only moderately above average, I have no trouble discerning the manipulative tactics of Microsoft. Their kindergarten psychology used to keep you attached to, and dependent upon, their proprietary products is less than amusing. This tit for tat, childish approach Of MS …

Member Avatar for Palebushman
2
1K
Member Avatar for jonsan32

I want several dates at the top of each page of a 365 page document, but I don't want to plug them in manually. Attached is a segment of the dates I have in a document, and another attachment showing how the Mac document looks. I'm trying to avoid a …

Member Avatar for drzmbs
0
1K
Member Avatar for it@61@sec

I'm using a fairly standard MSI mobo with Intel Core i5-6400 processor and 64 GB RAM. So: Which programming language (besides assembly) is the most effective to use in this configuration when I want to do calculations/modelling trying to find the least number of combinations to fullfill some predefined conditions. …

Member Avatar for Daniel11
1
3K
Member Avatar for chuckc

Excluding freeware, what would be the best reasonably priced software tools (i.e. compiler, database, erc.) to buy for a new Windows computer in order to develop financial apps that could easily be distributed to one's own Windows computers as .exe files? Programing language either C or something like VB. It …

Member Avatar for Reverend Jim
0
380
Member Avatar for JamesCherrill

I'm asking this question in the context of a satellite internet service with expensive download limits... If you just accept all the recommended updates for Windows 10 (creator's update, security etc) for a single Home Edition machine how many Gigabytes will that represent in a typical 12 month period? Eg: …

Member Avatar for Ron Peters
0
4K
Member Avatar for plump23$

The library optimezedr should determine if a collection of books is in ascending or desending order.Your solution must read books from a text file and produce 2 additional text files one in ascending order and one in Descending order. then your solution will indicate if your original text file in …

Member Avatar for chuckc
0
558
Member Avatar for chuckc

What is the best/easiest way to add a directory to 'Path' when starting a CMD (MS-DOS) window? It used to be possible to do this with an AUTOEXEC.BAT file in XP.

Member Avatar for chuckc
1
4K
Member Avatar for Kraso

I have a table where I want to update "time 2" row, in the user's last "time 1" entry. I was try this, but not function. UPDATE `temp` SET `time2`=NOW() WHERE user = 'kraso' (SELECT max(time1) FROM 'temp')

Member Avatar for Sherin Mathew
0
713
Member Avatar for tun712

I was wandering aimlessly on google, I found [ReactOS](https://www.reactos.org/). It's interesting. I tried this OS, many windows applications are running well on it. But some latest applications are unable to run like **Firefox 65.0.1** I have few questions, * How worth is using this OS? * What is future of …

Member Avatar for tun712
0
855
Member Avatar for misstj555

I am currently studying for an "Associates in Computer Science" with the intention of tranfering to a four year collage to get either a "Bachelors of Computer Science" or a "Bachelor of Applied Computer Science" hopefully this spring. Before I can make a decision on which Bachelors I would like, …

Member Avatar for misstj555
0
4K
Member Avatar for thomas_39

I receive an error message and I don't know what to do about it. IO have a delphi app using a MS Access 2010 database. I connect to it through BDE. It worked perfectly until today when the users told me that they can't enter my application due an error …

Member Avatar for chuckc
2
362
Member Avatar for chuckc

I was a supervisor for a software tech support group many years ago. The rules/recommendations/suggestions in the latest DaniWeb Digest (7/14) were outstanding and even though the products we supported were different, your email would have been just as relevant then as it is now. Great Job.

Member Avatar for happygeek
4
302
Member Avatar for jkon

Some years ago I was in fishing , then Mountain biking  and almost one year now I am in gardening ( I still go for fishing or a biking ride in a near mountain) . I always knew that my relationship with earth , dirt , and plants provide me something …

Member Avatar for Kevin_1
0
355
Member Avatar for chuckc

I have an odd problem with a Java-based Internet program that I would like to use on a regular basis on my Windows XP computer. I have not done Java programming, so I would be interested to know if anyone has ideas about what might be happening. The program runs …

Member Avatar for chuckc
0
238
Member Avatar for knitex

So i have this problem with a database. Under a section Date of Birth there are about 110000 entries. There are some that just have the year, for example 1978, I'm wondering if there is a way where it can automatically put in /00/00 after the 1978? so it would …

Member Avatar for chuckc
0
270
Member Avatar for rmch77

"Good Day.. Its my very first database project and I am really excited about it, trying to make for myself… I am an insurance manager and also learning access through free resources like training videos on youtube etc.. kindly help me on my problem Two Tables, tblContributionRegister & tblAgentDetails. tblContributionRegister …

Member Avatar for chuckc
0
166
Member Avatar for chuckc

Don't know if this is right place for my question, but Does anyone know if it is possible to have multiple forms visible at the same time while developing an application with Access in "Form View" mode? If so, how does one tell Access to do this? This applies to …

Member Avatar for chuckc
0
210
Member Avatar for sharunkumar

Hi everyone! I'm new to visual basic and i have been using it shortly. I need a code which will help me compile an exe file based on some arguments or with the help of another VB file. Thank you.

Member Avatar for jlego
0
1K
Member Avatar for lagmywagon

Hey, Im not sure if this is the right place to post this, but I need some help. I have 14 classes of 40 students each and I need to make a grade book with excel. Here's what I need help with: I'm adding grades to column G, in column …

Member Avatar for MidiMagic
-1
163
Member Avatar for Crash~Override

So I want to know some opinions/facts as to what will be the future of windows XP. It's been nice month or so since windows 7 has been "officially" released and lots of people have got their hands on it. What do you think this means for those people who …

Member Avatar for Adamsappleone
0
253
Member Avatar for airpricing

I am using MS ACCESS, and have 4 tables to update, from 2 different tables/spreadsheet Where table tb1- Client Index, Name, address and zip. tb2- user index, Sales rep, client index tb3- user index, Managers tb4- client index, Sales Target Master 1 has Name, address, Sales target and sales rep …

Member Avatar for chuckc
0
184
Member Avatar for chuckc

In defining MS Access tables where a 1 to many relation exists what is the best way to define a table containing the “many” records. For example, a database with orders and line-items might have the “line item” table with an order-number and a line-number which would define a unique …

Member Avatar for chuckc
0
387
Member Avatar for cwarn23

This morning I woke up and went to my computer like normal and saw a boolean message saying my harddrive has limited space. So I went to the Windows Explorer and check drive C properties and it said I had zero bytes of free space. I thought ok, maybe I …

Member Avatar for chuckc
0
218