5,430 Posted Topics
Re: 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) | |
Re: 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 … | |
Re: 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 … | |
Re: 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. | |
Re: 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. | |
Re: 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. | |
Re: 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 … | |
![]() | Re: 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, … ![]() |
Re: 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 … | |
Re: 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? | |
Re: [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. | |
Re: Most common issue? The coder forgot to connect the event to the code that handles the event. It's not automatic. | |
Re: 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. | |
Re: 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. | |
Re: I wonder if a space is required after the word BUILDING. https://www.w3schools.com/sql/sql_create_table.asp | |
Re: 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. | |
Re: 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 … | |
Re: 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 … | |
Re: I think this was asked before. Note the function glTranslatef at https://stackoverflow.com/questions/14725697/how-to-set-opengl-coordinates | |
Re: @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 … | |
Re: 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. | |
Re: 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 | |
Re: 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. | |
Re: 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':") | |
Re: 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 … | |
Re: @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 … | |
Re: 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 | |
Re: 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 … | |
Re: @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 … | |
Re: 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. | |
| |
Re: 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 … ![]() | |
Re: 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 … | |
Re: 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 | |
Re: 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 … | |
Re: 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. | |
Re: 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. | |
Re: 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 … | |
Re: 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? | |
Re: 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. | |
Re: 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. | |
Re: I see fishing was noted at https://www.daniweb.com/programming/web-development/threads/509122/how-to-store-multiple-check-boxes-in-html#post2223645 | |
Re: Is there a C:\HasilScan20170717034600.jpg file or did you forget a backslash and meant: C:\HasilScan\20170717034600.jpg? | |
Re: Is there a typo here? whereField1 or where Field1 ? | |
Re: 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 | |
Re: @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 … | |
Re: Try the old comment lines that could fail and then enable them one by one till you find the bad line. | |
Re: 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 … | |
Re: @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 … ![]() | |
Re: Not JC but in case you didn't know. https://www.google.com/search?q=What+is+TLDR+%3F |
The End.