425 Posted Topics
Re: How can anyone tell you how to fix your errors when you don't provide the code and at the very least the errors? | |
Re: I like books too but as the sentiment goes here, I've found that good ones fall into the 'hit or miss' category. As for learning MySQL or the likes, a good understanding of database design, along with the core concepts like db design structures, keys, and the likes will really … | |
Re: Hi, I really don't know if this will help but why not something like: for(int i=1;i<zaidejai;i++) { for(a;a<sum;a++) { if(zaide[a] > 0) { daug = daug + zaide[a]; } a += 1; } if(daug > temp) { norm = i; temp = daug; } //line below makes compiler stop if … | |
Re: I have a spam folder too but I don't have it set to delete without me looking at it. Sometimes good email makes its way there so I'm always watching it. Also, I set up a gmail account and it has (probably) the best spam filter out there. I love … ![]() | |
Re: In life, there are really only two types of people: Either you are an a-hole or you are not! All else is moot! | |
Re: Can you post the code you have so far? | |
Re: Hi Pinakin 1, Unfortunately you will not get many people emailing you the code to do your assignment for you. What you will get is help, in this thread, providing you show what code you have already written even if it is bad. Also, it is best to keep all … | |
Re: Where is your 2D array in the code you provided? | |
Re: I don't see a problem but I don't know what you should be seeing, the following shows what I see | |
Re: Is [this](http://msdn.microsoft.com/en-us/library/618ayhy6.aspx) what you are looking for? Or maybe [this](http://msdn.microsoft.com/en-us/library/67ef8sbd.aspx)? | |
Re: Just to jump in for a light swim in this pool, wouldn't Fixed Width Text-To-Columns suffice? | |
Re: > Once they lost their shot at gold they just seemed to give up I thought so too, as did many people. How sad is that where if you don't get a chance at gold your mentality is f%^k it!?! | |
Re: Your ISP should provide you with a router and I'm pretty sure you will configure the DHCP settings. | |
Re: Hi Alyssa, why not start your own thread with your question? You can make a reference to this thread but your own thread will be tailored just to you and it helps search engines too. Just a suggestion. | |
Re: go to your profile and click view in rank top list, located near the bottom of your screen and it will show your ranking compared to all others. As for the top, good luck. | |
Re: You'll probably need to post your code for anyone to help you here. | |
Re: 1. Monte Python's Quest for the Holy Grail 2. Star Trek 6, The Undescovered Country 3. Silence of the Lambs 4. Dune (1984) 5. Monte Python's Life of Brian 6. The Warriors (1979) 7. The Stand (1994) 8. Inception 9. 300 10. Law Abiding Citizen | |
Re: Hmm, I've never heard of moderators giving other moderators infractions! Anyhow, 10,000 + posts is now small feat and congrats on that. I'm not catching up quick. | |
What does it mean to be "Featured" and a "Colleague" here at Daniweb? How does one aspire to claiming such tag-titles? | |
Re: Welcome Ari_1 to Daniweb. There are many resources and people for you to tap into here at Daniweb. To start learning Python, I suggest you start by reading threads [here](http://www.daniweb.com/software-development/python/114). | |
Re: Have you tried a VLookup? It's not VBA but whenever someone wants to find matches, that's the first thing I think of. | |
Re: Other products, be them free products, try to accomplish what Office does but cannot imo. I will say that I like Word least of all because I find it's formats a little too static and rigid in their use. As for Excel, I've tried Libre's version and the Google's version … | |
Re: Hi Jeffrey, I've been trying to accomplish this as per your first post about this but this is no easy task. Maybe someone will come along and be able to do this quicker than me but who knows. | |
Re: Welcome to Daniweb cilla, you'll find all the answers you need here to keep you going as an IT enthusiast. | |
Re: Really? I would think it's because the database is **distributed** over many systems. Querying such a system would be very daunting indeed just because of this type of system. Is that what you are working with? | |
Re: Sub SimpleDataEntryCode() Dim ws1 As Worksheet Dim EntryRng As Range Dim inputStr As String Set ws1 = Worksheets("Sheet1") Set EntryRng = ws1.Range("A2") inputStr = InputBox("Enter some data to go into A2") EntryRng.Value = inputStr End Sub | |
Re: What specific height? | |
Re: This type of math is definitely not my strongest point so I'm hoping that [this](http://www.mathwarehouse.com/geometry/parabola/standard-and-vertex-form.php) can help with your equations. In saying that, if it were me writing the code, I would create two methods that used the variables a, b, & c, and x & h to perform and … | |
Re: That's not much to go on. My gut tells me it's a local systems issue ie your computer can't handle (have the resources) the report gerneration. Do you think this could be the problem? | |
Re: You haven't asked anything here. In any case, did you try clicking the "Data" tab and then "From Other Sources"? If you follow the prompts you should be able to get data from a database into Excel. | |
Re: I am the tv cuz tragidy fills me, whatever flavour, it happens to be like. Tool - Vicarious | |
Re: I see there has been no help so I'm wondering if you've had any success with this on your own? | |
Re: What is the criteria for incrementing? | |
Re: You'll have to be more descriptive as I'm not sure what three steamed from form one to form four means. | |
Not sure if this is the right spot for this question but I'm here! I'm trying to make a vb script that opens large text files, one at time, searches each line for Null values (there can be many) and then replaces them with a space. My coworker put the … | |
Re: My own opinion, which may or may not mean much is this; you are doing too much! Even your 9 to 5 job there is just too much for one person. Depression over one's work is a field of study on its own but without going into that too much … | |
Re: Hi lauren.vitiello.12, I'm not entirely sure if this will help but try changing col < numbers[row].length to col < row Or something like that. Does your code even compile like that? I ask because you are only using part of the numbers array, which doesn't make sense to me but … | |
Re: Hi Jeffrey 1, this is definitely doable but may take a moment to come up with the right macros to make. In saying that, there will be a significant amount of looping required (at first glance) and because of this, depending on the file size, the process may take a … | |
Re: How can you expect anyone to know something like that and that they would be able, or willing, to just provide it all in one go? I would imagine that there would be many lines of code involved and they would be personal to a particular inventory control system. What … | |
Re: Hi jkvt, What is it you are wanting to accmplish after you make these drop downs and buttons? I cannot reproduce your issues so I'm thinking they are coming up somewhere else, perhaps in another code block? | |
Re: Are there many named ranges in the one sheet that you want the data from? I'm personally not a fan of working with named ranges in code, for these reasons too. The goto code will always take you to the range so that cannot be used. At any rate, the … | |
Re: I started programming at 35, 5 years ago. There will no doubt be many different opinions regarding which language to start with but I'll suggest Java. In saying that, once you understand one, picking up other languages will not be as daunting as you would think. As for learning on … | |
Re: Hi eltonpiko, yes this is very possible but I would encourage you to do half the work first. For instance, create the userform based off of your exact requirements. The coding can be done by myself or someone else but the layout needs to be done by you because only … | |
Re: Hi Andy90, I do think this is possible, and probably without too much effort (guessing). However, what would be the event that triggers the invert? And, what exactly is an inverted colour supposed to look like? For instance, what is the invert of blue, or red? Your question is a … | |
Re: As long as people are still watching TV, buying magazines, and news papers, and the likes, "regular" marketting will not disappear. Especially not in 2014. |
The End.