5,430 Posted Topics
Re: It appears there are priors to this. Try reading a few and see how they solved it. Search follows. https://www.google.com/search?q=how+to+code+a+select+date+range+using+php/mysql+site:www.daniweb.com&client=firefox-b-1&sa=X&ved=0ahUKEwiHoJ796LTYAhUG5WMKHYkFCqIQrQIINCgCMAA&biw=1920&bih=947 | |
Re: Power. Most likely the power isn't enough on the long cable. I use a Y cable to get around this. The Y cable taps two USB ports for power. It's a common cable, found on Newegg and Amazon for example. | |
Re: I've never heard of such an upgrade path. The deal for a free up from 7 or 8 to 10 is now at its end so for you to do this you have to buy some Windows 10 version and install it. Of course you have a lot of work … | |
Re: I recall doing this with Dell models. To see if it works on the Gateway I think you'll just have to try it. Dell's designs were such that you changed the entire top lid (that part with the LCD) and you could get a higher or lower resolution. Just the … | |
Re: Hi, I'm an old hand at old school RS232 links. The most common reason for jibberish is the terminal speed doesn't match what the sender is using. Example: If the sender is sending 19200 Baud, 8 bits and your terminal app is set to 9600, you get jibber. Not an … | |
Re: I'm going to write "never do this." Why? For your autocomplete to work, you would have to send over the list of email addresses to the user and that's a problem. Your site would them LEAK USER EMAIL ADDRESSES. That won't be a good thing. For this round, let the … | |
Re: @Hammad, supply this in English too. Did you write "Tell your brother in Hindi only. What are you trying to ask..It did not understand."? | |
Re: @ddanbe. Շատ վատ translates to "very bad." I found this humorous in light of what you wrote earlier. The non-Armenian text was equally funny. That aside, last month I updated a VB6 app that is on long term support for our office. I refuse to write anything new in VB6 … | |
Re: The last time I saw this was using the USB version of this drive. Did you try some USB to IDE adapter? About that IDE PCIe board. You have to get the motherboard drivers first for that board to show and then the drivers for that PCIe IDE board. But … | |
Re: Sort of a well done app area. https://www.google.com/search?q=android+pc+remote+control+app You need about a year to create such a thing as not only would you learn about Android but decide how to give the remote control over bluetooth, LAN or other means. | |
Re: When I have to track this problem done I focus on one resulting value at a time. So take the result, just one and add printf's as needed to see what the values are going along and then the result. I see a lot more data than would be required. … | |
Re: Simple nope. A zip file could contain anything so there's no direct translator from zip to swf. | |
Re: Seems it's time for tutorials. I found them with https://www.google.com/search?q=MariaDB+to+2012+VB.net | |
Re: Welcome Jeofrey, Please read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question Avoid oddly formatting your discussions as they make it harder to read. Supply the source code and point out what failed. You also need to explain what you mean by timed out. Don't make everyone guess. | |
Re: In Android programmer speak this is called "Start a new activity." Tutorial follows. https://developer.android.com/training/basics/firstapp/starting-activity.html | |
Re: A google found solutions in a snap like http://forum.lazarus.freepascal.org/index.php/topic,27805.msg172325.html?PHPSESSID=l1kbafhmdhbt050vg4lidd71q1#msg172325 DO NOT USE THIS FOR A HOMEWORK ASSIGNMENT AS THE INSTRUCTOR COULD GOOGLE IT TOO. | |
Re: You wrote API a few times but didn't call out what API you are working with. To me, JavaScript is just that but not an API. So tell more. Also I see a lot of repeated questions like "How do I store checkbox values?" but the OP's usually forget to … | |
Re: I admit I won't answer this directly but let's figure out first what happens with and without the forward slash. I'll defer to https://www.thoughtco.com/urls-ending-with-slash-3466509 OK, that's a good clue how you might handle this. Since no slash forces a redirect, that's my clue to see how Django redirects. For that … | |
Re: They have rules about this, plus you have spend money there. All explained why it doesn't work at https://forum.fiverr.com/t/username-not-found-in-search/125489/14 Besides, if it was that simple, your spammers could collect names and spam. Looks like they did it right. That is, make it hard to find the users. | |
Re: Looks too similar to https://www.daniweb.com/programming/software-development/threads/515486/dfs#post2238127 May have to tell more. | |
Re: Why simplify? As a new coder you would solve the problem using what you taught so far. Also, watch https://www.codeproject.com/Questions/1227669/answer.aspx If your code is just broken, then share what line it broke at. Finally, if I simplify your homework, how would you be able to explain the code and why? | |
Re: Did you inspect the insides for all the fans coming on at power up? Did you get out a Volt meter (remember this is a basic item when you repair computers and more) to measure each power supply leg? What were the readings? Also, why not find out what PC … | |
Re: @AssertNull, I think the concept Mr.M is working on smells like a bad thing because either they didn't present it well or it is just someone trying to be underhanded and scrape data. For example, read https://freedom-to-tinker.com/2017/12/27/no-boundaries-for-user-identities-web-trackers-exploit-browser-login-managers/ and just sending the content without post etc could be an attempt to … | |
Re: I read your post but the code doesn't clearly tell me what it does. My guess is it's code imcomplete. Take time to read the next link on how to improve the chances of folks responding with new ideas. Read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question | |
Re: Wireshark would not be a basis for this since even with a pair of WAPs (you are a network thesis writer so I'll use common acronymns) you won't get packet data from the other WAP. So monitoring is done from the monitoring port of you network plant. This is why … | |
Re: So something like http://www.corteil.co.uk/Blog/raspberry-pi/raspberry-pi-birthday-countdown/ It appears this is a common thing. maybe a few dozen to hundreds out there. | |
Re: @Sinda. Don't bury your new question in 4 year old posts. Make your own. Do not leave out details like the cart isn't from HP and the printer is 10 years old. | |
Re: You're getting better. But when I work SQL problems like this I take the command and try it from my SQL command line. That way I can see if the syntax is right. | |
Re: OK, let's run your VB.net app in Visual Studio. Not the .EXE but the source. Visual Studio has a community version so it's not like you don't have access to VS. When the app faults, VS will stop and show you the line of code with the error. Now the … | |
Re: You may have passed up all those prior discussions here. -> https://www.daniweb.com/search/index?q=storing%20checkbox%20value%20in%20database | |
Re: Absolutely. Parsing text is something covered in most C and other courses. Here's a tutorial. https://www.codingunit.com/c-tutorial-searching-for-strings-in-a-text-file | |
Re: Topic asks how to free up space and then you ask what is wrong with your PC. Anyhow, you free up space by uninstalling apps and finding where the space is being used. All skill levels arrive here so when I go hunting for quick space reclamation I like CCLEANER. … | |
Re: To find this on my own I reduce the lines by half and see if the error is still there. If still there, I halve again until no errors. This finds the bad line in about 4 or less steps then I can focus on that line. | |
Re: That's beyond the distance we expect USB to function. Yes it might work with say an older device if said device was different in any way (USB 1 vs 2?) To fix this I'd try those "10 Meter (32 Foot) USB 2.0 Active Extension Cable" versus a simple cable. | |
Re: Wait, why does your post look exactly like https://www.chegg.com/homework-help/questions-and-answers/python-code-game-resembles-123-redlight-green-light-game-person-starts-curator-stands-end--q26277112 I wonder how you got this far in the course to hit this task. Did you happen to ask folk to code this for you? Folk that do that often fail on the finals. | |
Re: I think if I were to do this I'd check out Red Shift since it has Windows Source Code and then see if any others at http://alternativeto.net/software/f-lux/ have source. | |
Re: Is this similar to https://www.daniweb.com/programming/threads/511883/display-name Remember you need to not only show the other code in the backend but do not discount this has been done so many times both right and wrong. Again, never store the password in the database. You encrpyt (see how on the link I noted … | |
Re: You left out your code and where you are having problems. How to take a screenshot is on the web so that can't be the problem. In VB6 a form's properties can be found and more so that's not the issue either. Try again but share where you got stuck. … | |
Re: Need a little more. In a switched network if machine a and b are on the same switch the traffic is direct between a and b and no other network device sees a thing. Kind of like Master Sergeant Schultz, > I see nothing! I hear nothing! I know nothing! | |
Re: Sometimes it takes a day. Here you posted 4AM my time and it's now 6AM and I'm just now getting a moment to look around. However when I read any name and password routing I'm always checking to see if the code looks to be using the old way of … | |
Re: Take a read of https://superuser.com/questions/1196276/has-the-cmd-chkdsk-c-r-been-depreciated-in-windows-10-version-1703 I've been using chdsk /f but others are noting a possible change in chkdsk. | |
Re: The question can only be answered by knowing the tax in each state of that country. You might be able to chunk down the amount of code or data if there is some harmony among states but for the USA the rates are all over the map and there can … | |
Re: Time to move the game up a notch. Bring out your Volt meter and tell me how many Volts the RTC battery is and the model battery. I don't see the full make/model of the laptop but as you go past a few years they can get cranky and crap … | |
Re: I think you need to read the next link. https://computer.howstuffworks.com/dns.htm You most likely bought a domain or web site name. So next up is to share where you will be put this side. Did the seller supply you with a place to put your web site at? | |
Re: 2 things. Your blog looks ancient in content. Second I think you'll have to write some VBA code to do this one. I didn't find the search and replace to do what you asked. | |
Re: Not something I deal with but there are site and CCS LINT or checkers you can toss your code at and see what comes out. https://www.google.com/search?q=css+checker The awful truth is when it's not your code, it's more likely to break and you get to invest the weeks to figure out … | |
Re: You left out a critical piece of the question. Where is that database? If it's on the handheld you could try 127.0.0.1. But that would be me guessing what you meant or needed here. | |
Re: Just last week I lucked into a "Windows 10 update ruined my PC." A relative told me this and I wanted this one to see what it was. Nope. Was not what they thought it was. In this case the video mode was not optimum and an update was pending … | |
Re: I can not assure you this will fix it. But luck finally landed such a laptop in my hands to figure out. What was it? It wasn't the updates. Turns out the HDD needed the following command. I won't write at length what it does, in fact nothing but why … | |
Re: I'd take a read of https://www.codeproject.com/Articles/15861/How-to-solve-quot-Cross-thread-operation-not-valid to see if an easy(?) fix can be had. |
The End.