425 Posted Topics

Member Avatar for bops

Wouldn't this type of scenario be a tightly structured scenario though? A relational approach in my opinion would be more than adequate. 1 continent will have 1 or many Countries, 1 country will have 1 or many provinces or states, 1 state will have 1 or many counties or municipalities, …

Member Avatar for bops
0
322
Member Avatar for sam.maloof.3
Member Avatar for Dani
Member Avatar for adil.ghori

[Normalization](http://lmgtfy.com/?q=Normalization) [Relational Schemas](http://lmgtfy.com/?q=Relational+Schemas) [Dependency Diagrams](http://lmgtfy.com/?q=dependency+diagrams) [ERD-Crows Foot](http://lmgtfy.com/?q=Crows+Foot+Notation)

Member Avatar for Stuugie
0
161
Member Avatar for Lynn

When does the message pop up? When you use PowerPoint, Word, or any Office product? What does the message say, it should say something more than just "Warning"?

Member Avatar for gerbil
0
497
Member Avatar for Mireya B.

I'm always in favour of explicitly setting ranges and cells to the worksheets they are supposed to update. When you just use Cells(blah), if the worksheet changes then the new worksheet will change. It also allows for intellisense, which I really like and find very convenient. Now, I don't know …

Member Avatar for Stuugie
0
321
Member Avatar for jelly46

Maybe I'm way off here but isn't the onclick event supposed to call a function? Maybe you have to include the link in a function and call it that way. Again, I may be way off but I'm just throwing my 2 pennies around right now.

Member Avatar for IIM
0
239
Member Avatar for adil.ghori

I agree wit pritaeas, you need guidance, not someone to solve this for you. A dm to me does not inspire me to solve this for you. Plus, you have provided no consistency with regards to what you want. You have shown both business statements and student type statements. Plus, …

Member Avatar for pritaeas
0
403
Member Avatar for Zdneth_1

You have to know what it is you mean by event diagram. An event table is basically a catalog of use-cases. Each event will have a trigger, source, response, and some sort of destination. What you are asking is quite vague and each owner, manager, supplier, and cashier will have …

Member Avatar for Zdneth_1
0
108
Member Avatar for mc.sQr

I don't really get the down vote either! I have to disagree with Java being harder to learn though. While I'm not overly familiar with Python, once a language is learned, no matter which, all other languages are similar enough to learn. @Jacek, I agree with deceptikon in that it …

Member Avatar for JamesCherrill
0
279
Member Avatar for adil.ghori

Looks like good practice for you and your studies/assignment. Good for you for doing this on your own!

Member Avatar for adil.ghori
-4
635
Member Avatar for shockwave4uonly
Member Avatar for jwenting
-1
151
Member Avatar for D1SS1D3NT

In my university they started us off by learning Java. I would suggest that too and am of the opinion that once you learn one language, others become easier to learn. Syntaxes may change a bit between languages but they tend to function the same. For example, looping is a …

Member Avatar for m_ishwar
0
242
Member Avatar for Stuugie

I just wanted to share my thoughts regarding PDFs and how bad they are to work with. I have 8 bank sources that provide my department with quarterly forecast data and their outputs are always in PDF format. I know PDFs are a convenient way to output data and are …

Member Avatar for BigPaw
0
324
Member Avatar for visweswaran28
Member Avatar for Loi-se

I'm of the opinion, and it's just mine, that the end result is what matters most. I good programmer can analyze real-life requirements and create something out them via coding. Of course there are more "efficient" ways to code and people should be conscious about being efficient but if the …

Member Avatar for Stuugie
0
127
Member Avatar for nicholas kali
Member Avatar for TonyG_cyprus

Personally, swears and what-not don't bother me as long as they aren't directed at me out of ill-intent. I couldn't count the number of times I've sworn on Facebook since I first registered back in.........Ah well I don't remember when. On forums like this, which I deem as "professional" I …

Member Avatar for Stuugie
0
149
Member Avatar for oanahmed

Welcome oanahmed, I wish I could have started all this when I was 14, I'd be a wealth of knowledge right now. Good luck to you.

Member Avatar for samreddevilz
0
73
Member Avatar for Stuugie

Hi All, This is something I should know but for whatever reason today it is eluding my mind. I'm trying to query our database to provide me with data between March 2012 and March 2013. Initially, I had the following line: where a.IPI_Ref_Date between '2012' and GETDATE() and the output …

Member Avatar for Stuugie
0
139
Member Avatar for Stachys
Member Avatar for Stachys
-1
298
Member Avatar for happygeek

We Canadians are a good example to go by right? There has been an attempt at rabies control and I think it has been pretty successful, all things considered. We also allow the clubbing of baby seals for sport once per year. You all could learn a thing or two …

Member Avatar for Stuugie
0
225
Member Avatar for Stuugie

I just wanted to test starting a thread to see the popup prompt. Please delete if you like (mods or admin).

Member Avatar for DavidB
0
217
Member Avatar for Vamp1re

Hi Vamp1re and welcome to daniweb. Keep looking and you'll find that knowledge you're after.

Member Avatar for Octet
0
53
Member Avatar for fenri90
Member Avatar for Ezzaral
-2
153
Member Avatar for Dani

Jeez that's a scary thought! Are traffic counts really low? There always seems to be new questions being asked.

Member Avatar for deceptikon
0
146
Member Avatar for Stuugie

Hi All, With SSIS, upon load, I am receiving the following error: > Error 1 Error loading DownloadCSVPackage.dtsx: The connection "" is not found. This error is thrown by Connections collection when the specific connection element is not found. C:\Projects\EconAnalysisStatsCan\EconAnalysisStatsCan\DownloadCSVPackage.dtsx 1 1 I have gone through all of my connections …

Member Avatar for Stuugie
0
148
Member Avatar for trini_flava

[Here](http://www.daniweb.com/software-development/java/threads/99132/starting-java-java-tutorials-resources-faq) is a good spot to get started with regards to understanding Java.

Member Avatar for stultuske
-1
67
Member Avatar for xopenex
Member Avatar for PDB1982

This formula gives me 0s but only in column A. I can't see why you'd have problems with columns B and C unless the cells in those columns are referencing column A cells.

Member Avatar for Stuugie
0
198
Member Avatar for sundog1
Member Avatar for Stuugie

Hi All, I met with some people from a private firm that has been hired to automate some data flows from PDF files to Excel and then to SharePoint. I wrote some VBA code for them to brute-force-test and they were impressed with what I had accomplished. The one fellow, …

Member Avatar for LastMitch
0
439
Member Avatar for artonweb

I'm not sure but give [this](http://google.about.com/od/searchengineoptimization/qt/improverank.htm) a read.

Member Avatar for artonweb
0
76
Member Avatar for Stuugie

Hi All, Since most of you are professionals and I'm trying to be a professional at work I thought I would pop this question at you. Have you ever had one of those days where your coding stinks, errors are difficult to find, and no matter how you proceed with …

Member Avatar for Reverend Jim
0
152
Member Avatar for Stuugie

Hi All, I'm curious as to why there is no MS Office help forum here? This site is so diverse but yet it doesn't noticably deal with Office products like Excel. I know there are a lot of forums out there which offer Excel and other Office help but it …

Member Avatar for Stuugie
0
90
Member Avatar for Xantipius

I think that if you want to correlate one thing to another, it can be done. What's the solution here, ban smoking completely? That will just create a black market, which is good for no society. Also, as far as science goes, they also used to say that marijuana was …

Member Avatar for Agilemind
0
330
Member Avatar for hashim5003

Just add a counter of type int and add it to both the if and else if statements. Once in place, add a print line to your final "else" when the user gets it right which will output the counter. I would offer you code but this looks like an …

Member Avatar for hashim5003
0
4K
Member Avatar for Stuugie

Hi All, I know this may be silly but meh! We're all getting older here, even you young ones! In saying that, I've never had the notion that I am old. After all, I play video games among other things and (you could ask my wife) I'm probably still considered …

Member Avatar for BigPaw
0
439
Member Avatar for tangansamet
Member Avatar for Dani

I'm not really sure how this is apart from other forum services like vBulletin?!? I've used vBulletin and it's not difficult or confusing and if you have the right tech frame of mind, not too buggy. I do like the look of Discourse though and the maneuverability too but I …

Member Avatar for Dani
0
93
Member Avatar for uzziel
Member Avatar for Stuugie

Hi All, There's a gentleman in my department that is retiring this Friday. He's asked me if there is a way to copy all links in his "Favorites" menu in his web browser. He's got a lot of links and to do it 1 by 1 will take him a …

Member Avatar for Stuugie
0
74
Member Avatar for Octet

That's sneaky I wot! I'm just happy that the site doesn't have my personal info. They can't get that can they?

Member Avatar for diafol
1
316
Member Avatar for fashxfreak

Hi fashxfreak, daniweb is a great site but you need a help forum that deals specifically with Excel & MS Office applications. I suggest [www.thecodecage.com](http://www.thecodecage.com) You'll find all the help you'll need for this issue. As it is, I'll see what I can do for you here.

Member Avatar for urtrivedi
0
261
Member Avatar for lemslurp
Member Avatar for cproger
Member Avatar for Stuugie

Hi Admin & Moderators, I just wanted to bring to your attention the fact that it seems this forum seems to be in continuos refresh mode for me. I am using IE8 while at work. Just a fyi!

Member Avatar for Reverend Jim
0
138
Member Avatar for ToiNKieZ

I'm pretty certain that you can't run two instances at the same time on 2 different monitors. If you can, I haven't seen it.

Member Avatar for Ritesh_4
0
182
Member Avatar for Stuugie

Hi All, I'm a little stuck with one table's design. I have a table called tblConference_Board that will be updated approximately 3 to 4 times per year. The following is my table design: `CB_ID int (PK)` `CB_Mnemonic_ID int (FK)` `CB_Value decimal (18,10)` `CB_Year int` `CB_Quarter int` This table is loaded …

Member Avatar for Reverend Jim
0
241
Member Avatar for Stuugie

Hi All, I have a table that holds monthly data in it. I need to average that data into Quarterly and Annual data but I'm not sure how to go about that. For annual I tried something like: SELECT TOP (100) PERCENT b.vSeries_Type as [Description],b.vSeries_Number as [CANSIM], Year(a.IPI_Ref_Date)as [Year], avg(a.IPI_Value) …

Member Avatar for Stuugie
0
150

The End.