5,430 Posted Topics

Member Avatar for mikeybware

I don't see the problem but did you try the visual studio query builders? One is built into VS. Read [https://technet.microsoft.com/en-us/library/ms141087(v=sql.105).aspx](https://technet.microsoft.com/en-us/library/ms141087(v=sql.105).aspx)

Member Avatar for Reverend Jim
0
323
Member Avatar for ztdep

The web is huge. No one can guess what you downloaded or what site. Try again, don't leave out details and as to slow compiling I'm finding new coders that complain when compiles take a minute. They freak when we show them how long it takes to compile a Linux …

Member Avatar for Gribouillis
0
350
Member Avatar for Brent_3

Could be a number of things. It's always some bad part but most PCs don't have diagnostics to point out what's bad. This is why PC repair shops and techs are still needed today. In short, if you are not into PC repair, get a repair estimate and compare with …

Member Avatar for rubberman
0
116
Member Avatar for kuminac

The one thing you never do is fall for shills and spammers on this. You will learn that the shill asks this question, then the spammer follows up. Only the foolish will fall for this.

Member Avatar for rubberman
0
329
Member Avatar for zebnoon1

I worry that such a code passage could drive the user mad. Line 9 looks to have the user click OK for each row in the grid. Line 10 looks to prematurely close the connection and send the app into an error condition. Rewrite this to avoid both issues.

Member Avatar for rproffitt
0
143
Member Avatar for Amy_8

How are you doing your research? https://www.google.com/search?q=ERD+for+STAFF+MEDICAL+ALLOCATION looks to find more than what you listed.

Member Avatar for rproffitt
-1
364
Member Avatar for FarrisFahad

Here's the one thing that stuck out to me. > I spent money on advertisement to gain 3500 likes. This is simply a way to part you from your money in my opinion. I also read you want to be in the fake like market but that's a market that …

Member Avatar for RileNelson
0
397
Member Avatar for සශික

When I see a login like that I cringe. The basic problem is that the password is stored in the clear rather than a hash salted result. Here's priors about this. [https://www.google.com/search?q=Dont'+store+passwords+in+databases](https://www.google.com/search?q=Dont'+store+passwords+in+databases) In those discussions you'll find many examples. Add the keyword PHP to get more specific. In other words, …

Member Avatar for diafol
0
297
Member Avatar for Saboor880

About supporting diffferent paper sizes, etc. For that you want to think about TEMPLATES that your code reads in to format the output. For example your receipt code would be vastly upgraded to read some text file that it uses to tailor the receipt to the printer and client. For …

Member Avatar for rproffitt
0
2K
Member Avatar for Shahroze_1

Not me but I did use google with the topic and found that setup could test a new IT staffer's metal or mettle. Can you share what step failed?

Member Avatar for rproffitt
0
79
Member Avatar for mohamed_94

[https://msdn.microsoft.com/en-us/library/windows/hardware/hh439459(v=vs.85).aspx](https://msdn.microsoft.com/en-us/library/windows/hardware/hh439459(v=vs.85).aspx) Confirms that this is only in W8 and later.

Member Avatar for rproffitt
0
245
Member Avatar for Reginald Xavier

Most common issue? The coder forgot to connect the event to the code that handles the event. It's not automatic.

Member Avatar for Reginald Xavier
0
447
Member Avatar for durga_4

My thought on this is to avoid POST methods for large content. See if your system supports FTP since it continues to be one of the less overhead solutions.

Member Avatar for rproffitt
0
344
Member Avatar for jean_8

That's easy. Get a backup copy. Beware those file repair spam replies. Few work and all cost you money. If you decide to buy, get a money back or better yet a demo version. Also, shills post glowing reviews. They are not well liked.

Member Avatar for Lena_2
0
311
Member Avatar for hinaraees

I wonder if a space is required after the word BUILDING. https://www.w3schools.com/sql/sql_create_table.asp

Member Avatar for Lena_2
0
298
Member Avatar for Mohamed abdul

I don't have this setup to duplicate but how about https://bugs.php.net/bug.php?id=68855 Do you have a working version of PHP? Also, you can check priors with https://www.google.com/search?q=Could+not+connect+to+host%2C+%5Bfaultcode%5D+%3D%3E+HTTP&ie=utf-8&oe=utf-8 Be sure you can ping that server too.

Member Avatar for rproffitt
0
351
Member Avatar for nancy_9

Welcome back! https://www.daniweb.com/members/1135520/nancy-9/posts finds you asking a lot about SEO. I think there are priors about this so I want to share how I do my research. I use words that are on the subject like this one: https://www.google.com/search?q=How+to+do+an+image+submission+in+SEO%3F Well that does give me a lot of ideas if I …

Member Avatar for Zinavo
0
401
Member Avatar for ramabahama

There are many ideas to combat form spam. If it's just a contact from you to them email entry, then they get emails from you and your email management handles duplicates and failed attempts. I think you're using the right words by asking for spam resistant as there is nothing …

Member Avatar for Damhart
0
278
Member Avatar for Nether_1

I think this was asked before. Note the function glTranslatef at https://stackoverflow.com/questions/14725697/how-to-set-opengl-coordinates

Member Avatar for rproffitt
0
553
Member Avatar for Jayanthi_1

@J, that's not how this works. Read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question first before you reply. If you want to hire someone to write an app, then you put the details and SRS (software requirements specification) up along with the pay for the job. If you are writing "Gimme the codez." then I think …

Member Avatar for rproffitt
0
332
Member Avatar for Nadir_1

I'm going to write in general here that for each line you want a preceding line break. Now on some systems that's a carriage return and some require a line feed. You are beyond the stage where I have to write about the ASCII table.

Member Avatar for rproffitt
0
229
Member Avatar for Joseph_28

Since you are building did you try it without the case? Building on cardboard with the least number of parts is an accepted method to find out if what you have is working. Examples are plenty but to save you a google try http://lifehacker.com/5774713/build-a-temporary-computer-case-out-of-the-motherboards-cardboard-box

Member Avatar for rproffitt
0
435
Member Avatar for Ariful_2

What is rester? Also, a "compute" can take a very long time. Example? > The Almighty Answer to the Meaning of Life, the Universe, and Everything. It was calculated by the computer Deep Thought for seven million years. So any "compute" that takes 5 minutes may be fine.

Member Avatar for happygeek
-1
269
Member Avatar for Siberian

I suggest you read this first. https://wiki.python.org/moin/WhileLoop So tossing what is above why not do a while instead? n = raw_input("Please enter 'hello':") while len(n.strip()) < 3 : n = raw_input("Please enter 'hello':")

Member Avatar for Gribouillis
0
241
Member Avatar for Howard_2

Hi Howard. Installing can vary as laptops could be running a number of OSes from Linux, Windows, BSD, ChromeOS, Android and what else? For some OSes folk install an Antivirus suite that adds another failure vector. All that aside, I find myself checking error logs and messages. Are you writing …

Member Avatar for rproffitt
0
93
Member Avatar for NicoleSqueak

@j Long ago ATI cards had a boot resolution setting that created problems like this. I read your claims that other displays are fine but I don't read that the BIOS screen stays on. This means there is something incompatible between this PC and this display. It doesn't tell us …

Member Avatar for rproffitt
0
3K
Member Avatar for Abdul_41

Sometimes I find a new programmer to jump ahead too many chapters and drowning in a sea of issues. Step back and take time to finish more tutorials like https://www.google.com/search?q=vb.net+crystal+reports+tutorials

Member Avatar for Santanu.Das
0
173
Member Avatar for Stefce

Since no make and model, for now you call the maker and ask what drivers and in what order to install them as it can matter. On some laptops you must install a helper app to turn on/off WiFi, Ethernet and more. I respect everyone's privacy but please consider that …

Member Avatar for Stefce
0
551
Member Avatar for Mr.M

@MrM, I checked the prior discussion you had on this and read the document linked and agree that this doesn't do that. On top of that it appears not to track USB stick changes/events. Why not start a thread telling all your app is trying to accomplish? You had a …

Member Avatar for xrjf
0
302
Member Avatar for lewashby

Did you fsck all partitions on that drive? https://www.google.com/search?q=bad+superblock+on+%2Fdev%2Fsdd%2C&ie=utf-8&oe=utf-8#q=bad+superblock+on+/dev/sdb,+site:ubuntuforums.org finds it's not an unknown problem but I can't find one answer to go with but one. Wipe and start over.

Member Avatar for alc6379
0
1K
Member Avatar for maxwellromero

Let's hear more. No result? You mean no error messages at all?

Member Avatar for rproffitt
0
102
Member Avatar for Magic8Computing

Just some thoughts. 1. Right off the top an easy change would be to sort by the job number so what belongs together is together. No, does not address your other wants. 2. To me this would be a lot more code. In fact it may not be worth the …

Member Avatar for diafol
0
1K
Member Avatar for infoitmanoj

I pondered this one and don't see any macro to work this since you wrote "copy" since the value 945.07 is not in the second sheet. That means you want a report or formula that totals by date and product ID which is a report and/or formula. This is just …

Member Avatar for rproffitt
0
313
Member Avatar for UI

Did you create two posts? https://www.daniweb.com/programming/web-development/threads/508627/recommend-me-some-tutorials-on-how-to-build-my-own-proxy https://www.daniweb.com/programming/web-development/threads/508628/recommend-me-some-tutorials-on-how-to-build-my-own-proxy

Member Avatar for UI
0
390
Member Avatar for mr_4

I wonder if this is the usual homework assignment I see at https://stackoverflow.com/questions/7971950/sql-find-names-of-students-who-enroll-in-all-courses It's a shame the course lacks building your skill up to this point. Go back over the prior material to find out how to build your SQL queries. When asking a question, be sure to end it …

Member Avatar for mr_4
0
386
Member Avatar for can-mohan

I see same code and some replies at https://stackoverflow.com/questions/45120214/json-array-mapping-issues-with-boost-json-parser That said, you may want to pick a code style and stick to it. You already have feedback on that and I won't write much except it can distract folk from giving you answers rather than commenting on style.

Member Avatar for can-mohan
0
5K
Member Avatar for William_34

The answer is simply yes. You didn't give any background on the host PC and if it was remotely managed by a top notch IT staff. If you don't want work to know what you are editing, don't use company PCs. It's that's simple.

Member Avatar for rubberman
0
355
Member Avatar for berserk

Minor mispellings and typos mean I might not get what is happening here. One of the Microsoft "things" also known as an overriding concept (some will write it's overreaching) is Single Signon. This means when I sign onto my PC then if all is setup right I don't need to …

Member Avatar for rproffitt
0
296
Member Avatar for itian.kongu

I see you like to share links about this. Can you also share how you find information? That is, give a man a fish or teach him to fish is the question. How do you fish?

Member Avatar for cahendi
2
394
Member Avatar for Ritesh_4

Plugin or "out of the box"? Anyhow https://duckduckgo.com/?q=wordpress+file+sharing+theme finds the usual 2 but the site you want to emulate looks to do so much more.

Member Avatar for TheHau
0
4K
Member Avatar for tarun_6

Can you reveal what's going on here? I see you struggling with checkboxes and now this. Tell a story about how you landed a job and may be in over your head. Your posts sound like you are asking for code.

Member Avatar for rproffitt
0
482
Member Avatar for tarun_6

I see fishing was noted at https://www.daniweb.com/programming/web-development/threads/509122/how-to-store-multiple-check-boxes-in-html#post2223645

Member Avatar for rproffitt
-2
184
Member Avatar for Obbie_1

Is there a C:\HasilScan20170717034600.jpg file or did you forget a backslash and meant: C:\HasilScan\20170717034600.jpg?

Member Avatar for Mr.M
0
219
Member Avatar for RiversideCAJava
Member Avatar for DeanMSands3

There are prior discussions about this. Example where they went with an in-place upgrade: https://www.tenforums.com/performance-maintenance/23170-sfc-corrupt-files-2.html

Member Avatar for DeanMSands3
0
2K
Member Avatar for tarun_6

@tarun, your topic does not match what you ask in your post. That aside this question has many priors for you to research. Example: https://www.google.com/search?q=How+to+convert+swing+application+to+Android+application That aside you know your app. You wrote it so why not take what you learned during your first app and use that to write …

Member Avatar for tarun_6
0
2K
Member Avatar for Andres_5

Try the old comment lines that could fail and then enable them one by one till you find the bad line.

Member Avatar for JamesCherrill
0
631
Member Avatar for Himanshu Chawla

Code dumps without comments or questions are usually unanswered. Add details, questions and where you are having issues. One observation is that I don't know the size of your database but the way that the variable or array csv is handled (or rather not) it looks like your array could …

Member Avatar for rproffitt
0
472
Member Avatar for Plinth

@diafol. I want to address the Minimum setup nonsense concept. While I agree that learning programming can be the goal, learning to setup your tools is still something a complete programmer needs to learn. Example? We use small microprocessors on boards to hit pricing goals. The tools to program these …

Member Avatar for diafol
0
512
Member Avatar for UI
Member Avatar for rosario1990
0
570

The End.