5,430 Posted Topics
![]() | Re: @Kjell_1, avoid these old posts. This is one ancient post. But I'll add I did successfully install W10 to a Dell Inspiron E1505 with 1GB RAM and 120GB SSD. While one can find the machine specs it has the CoreDuo (32 bit) and onboard graphics. It appears W10 can run … |
On a longer discussion the 21st post went to page 2. Yet I could not navigate to the 2nd page or get to the 21st post. Making another post fixed it but still it's something. Not an end of the world type bug. Hope you can replicate it. First encountered … | |
Re: Since the filename has the .CSV why bother with filetype. Just grab the last 3 letters of the filename if filetype is "" | |
Re: It's not a setting. Read "\@ "d" \* ordinal" at http://www.addbalance.com/word/datefields1.htm | |
Re: While your question looks incomplete, Google did get it right. Example: https://www.google.com/search?q=how+i+read+plc+tag+in+.net So there it is, the PLC maker should have articles how to do this. | |
Re: The thing is, all you listed do exist. Folk have been creating apps with VB for decades now. 25 years in fact https://en.wikipedia.org/wiki/Visual_Basic So it's your thesis, you may have to forget that it's entirely new and create yet another such thing but with your new ideas on the subject. | |
Re: Sort of. You usually work with your Oracle point on this. Usually it's the person that admins your Oracle system. Not only must they create the tables, but setup permissions and tell you where the server is and so on. I'm seeing folk plow headlong into systems without any classes … | |
Re: OK, your tag is PHP but you didn't specify that this was in a browser. As you know you may not take over the screen like that. You could if you had the user run some app. There are plenty of prior discussions about this but for now, you can't … | |
Re: There are recurring issues with Windows logins so I won't get into that yet. Try this. When you log into your W8.1 try another account. To save me a lot of typing I'm still encountering "corrupt profile" issues on W8.1 now and then. Not on my personal machines but folk … | |
Re: For me I head to tutorials like http://www.w3schools.com/js/js_function_closures.asp | |
Re: I see typos and spelling issues in your post. But past that a query browser does not do this. To me, a query returns results so no update is made and thus you can't use this to pass data. I'd think over what you want to do and code accordingly. | |
Re: Time passes and folk have written other things about this like http://stackoverflow.com/questions/27678477/read-from-a-file-while-another-process-is-writing-to-it-using-stdfstream | |
Re: I see this kicked around a lot such as this [prior](http://stackoverflow.com/questions/4193705/sql-server-select-last-n-rows). To see which is the most efficient you would have to benchmark and I didn't repeat what was covered in the prior discussions. However I always ask if select * is needed. Did you really need all that? | |
Re: Try this instead. `echo " AS ", $index - 10 . " - " . $index . " SA ";` | |
Re: Share a web site with that code so I can check something. | |
Re: That's a vague question. But the file was sent as it was uploaded so all that's there is there. That is, the old meta data in files have been a curse to some. Example: > Your electronic files may include "metadata"—previous drafts, revisions, and even comments meant for exclusively internal … | |
Re: Did you test your SQL commands the old fashioned way? That is, you have your strings from lines 10 to 12 so you test if those are OK in your command line SQL tools. I won't guess what script language this is, so in your future posts tell what the … | |
Re: There may be a clue in a prior post. http://www.orafaq.com/forum/t/62336/ Were there other Oracle products installed? | |
Re: I can't duplicate this. Yes I have an old VB6 setup but we went with MySQL and here we are 16 years later and it still works. You went with Access so I can't help you directly but what about the ACE? Noted at http://www.dreamincode.net/forums/topic/320397-vb-6-not-recognise-access-2010-accdb/ (you'll have to find the … | |
Re: As you read in these forums it's rare to get others to write code for you. You get to write the code and then tell where you need help on a few lines. Here you have the beginning of your specification but no app or code. Break down your specification … | |
Re: I think this is your fourth question about the same problem you are trying to solve. While each post has a slightly different twist, they all seem to be about the same thing. But I never quite get what the problem is. That is, one time it's this, another time … | |
Re: This reads like a two part question. The first part looks well done as I read priors at https://www.google.com/search?q=Mysql+change+varchar+into+date The second part is not clear. You should expand what your specifications are. | |
Re: You can start by putting in more debugging output where you think it's not working. Also you can write antoher app that does that directory work and learn how to get that working on its own. In psuedocode: Read a string from the user. Get the directory and print it … | |
Re: While it's a passing idea, that is, companies are moving away from this, self hosting has always been an option. Take a current Linux based web server system and run it yourself. That's been on the table for a very long time. Then we have Daniweb itself. I looked around … | |
https://www.daniweb.com/community-center/daniweb-community-feedback/threads/505143/login-posting-issues-today is currently top of the https://www.daniweb.com/unanswered list. Open it and on the top right it's marke Answered. Odd why it do that. | |
Re: I looked at log4net and can't seem to see why I would use it. .net has some log classes already. https://msdn.microsoft.com/en-us/library/microsoft.visualbasic.logging.log(v=vs.110).aspx is for VB.net but you should find the same in C# if you search. | |
Re: I'm seeing new programmers and website creators arrive without basic search skills. Here's an example search: https://www.google.com/search?q=to+run+gmail+Adwords Hmm, seems to be answered. Are you doing your basic searches? Or did you just forget? | |
Re: Since you can't use the usual answer I'm going to write you want to use an app like AUTOIT. | |
Re: Start by completing your design specification. You gave a start where you told what was good and bad along with duplicate removals but stopped short of telling what should happen as well as if this was to "read a file, write to another file with the filtered, tested data." So … | |
Re: Are you seeing the new 0/1 count at https://www.daniweb.com/members/1130851/assertnull/posts/6 ? http://i.imgur.com/MquR55d.png I went through 9 pages and didn't find a single downvote. "How you do that?" | |
Re: Part of being a new programmer is to try new things. I would be guessing if you consider typing in the code to be not easy enough for the connection. But that's where I lean on copy and paste from my prior apps or from the web. My answers are: … | |
Re: Testing here in Version 51.0.2704.103 m (64-bit) (update pending), W10 64 bit with three addons (Web Of Trust, Adblock+, Woot Watcher.) Will post and let Chrome update and be back soon. | |
Re: While I find it odd you tagged your post with c++, again you should try working at your google foo. I took your post and here's a fairly good search. https://www.google.com/search?q=I%27m+interested+in+CPA+Certification+and+need+Free+and+paid+web+based+tutorials%2CStudy+Guides+.Please+reply+with+accurate+instructions+and+materials.&ie=utf-8&oe=utf-8#q=CPA+Certification+and+need+Free+and+paid+web+based+tutorials%2CStudy+Guides+.Please+reply+with+accurate+instructions+and+materials. OK, the second hit here is *10 Places to Learn Accounting for Free - Examined Existence* Not that will … | |
Re: The old answer was to not use MessageBox but a modal box. https://www.google.com/search?q=modal+box+in+vb6 shows this is well discussed so I'll pause here. Remember this is not an offer to write the code. | |
Re: OK, I'm going to assume you did some research on this so let's look at what Java does to convert the object to primitive boolean. I'm reading http://grepcode.com/file/repository.grepcode.com/java/root/jdk/openjdk/6-b14/java/lang/Boolean.java So there it is, it could be a string or a boolean in that object. Try your debugger to look at your … | |
Re: I'll do that if you share the results so far. If you don't share, why should I participate? | |
Re: Sam, you didn't ask a question. There are some folk that expect others to write apps for them and well, there are ways to get that done. Here I have to hire programmers if I don't want to write apps myself. | |
For years I've seen the industry trend more and more to where you can only fix something by replacing it. Now it is expensive to have a good tech to do work so this bill may further impede those that offer repair services. I'll pause here and offer a video … | |
Re: Please clarify your issue. Keep it to as few lines of code where you think the issue is. | |
Re: Did you try forgetting the network and reconnecting as a test? | |
Re: The error message you supplied is only slightly off what I read at http://www-01.ibm.com/support/docview.wss?uid=swg21201020 A second problem is that support ended about 5 years ago. I'd think long and hard about moving off this software. | |
Re: Just a quick look, what about priority? Read this link about that and MySQL: http://dev.mysql.com/doc/refman/5.7/en/sorting-rows.html | |
Re: I'd research this. Example: https://www.google.com/search?q=file+manager+in+python Another example: http://zetcode.com/gui/pygtk/advancedwidgets/ | |
First it's great to have an edit feature so that's good. What I notice after the last big change is that if I edit that works but the Save Changes button when clicked doesn't seem to work. Well, it does work but you must be patient and know not to … | |
Re: Looks like this was kicked around at http://stackoverflow.com/questions/14735262/jquery-remove-and-detach-method One destroys, the other does not remove internal data. | |
Re: A quick look. Remove that block comment from lines 8 to 14 to avoid something I ran into years ago. > Except within a character constant, a string literal, or a comment, the characters /* introduce a comment. http://en.cppreference.com/w/c/comment | |
Re: Let's watch http://www.coderanch.com/t/667192/Android/Mobile/Null-Pointer-Exception-Method too | |
Re: Save yourself now. You know that VB6 support is long gone and since you can get into the Express versions of Visual Studio, why VB6 today? As to your update, you code that up and fire it off when the event you want happens. As VB6 events are well done … | |
Re: I'm going with no. And how to create such, when video playback methods are all over the map can't be covered. But there is some hope if you opt for HTML5 only video. Let's look over http://www.w3schools.com/tags/ref_av_dom.asp and there we see a very useful currentTime Property. Now if you were … |
The End.