425 Posted Topics

Member Avatar for Stuugie

Hi all, I'm about to get a little long winded here and I'm sorry for that but I have a couple of issues that I need guidance with. I have assembled a procedure that basically performs a bunch of web browser clicks to query Statistics Canada (SC). The query itself …

Member Avatar for Stuugie
0
533
Member Avatar for Stuugie

Hi all, I have the following procedure that connects to my database. Sub getDateModified() Dim fileCreatedDate As DateTime = File.GetCreationTime(strFilePath + "\CPI1.csv") Dim stmt As String SQLConn.ConnectionString = ConnString SQLConn.Open() stmt = "select Table_Numbers From tblRelease_Dates Where (Release_Date Between '" + fileCreatedDate + "' And GETDATE())" SQLCmd.Connection = SQLConn SQLCmd.CommandText …

Member Avatar for Reverend Jim
0
166
Member Avatar for Doogledude123

Hi Doogledue123, I'm fairly new to all of this but I think you need to handle the event like so: Sub ImageFollow(e As System.Windows.Forms.MouseEventArgs, myImage As System.Drawing.Image)Handles Me.MouseDown

Member Avatar for TnTinMN
0
651
Member Avatar for Stuugie

Hi all, I have the following VB.NET code where I am attempting to connect to a SQL Server table, query it to find out if a date in the table is between a derived date called "fileCreateDate" and now/today. Sub getDateModified() Dim fileCreatedDate As DateTime = File.GetCreationTime(strFilePath + "\CPI1.csv") Dim …

Member Avatar for Stuugie
0
220
Member Avatar for Stuugie

Hi all, I have a table called tblCPI that holds approximately 160,000 records that have to do with Canadian CPI. I have created a process that did the initial data load into it and now I need help figuring out how to update it according to date values. For instance, …

Member Avatar for Stuugie
0
202
Member Avatar for jason.quirk.35
Member Avatar for Stuugie

Hi all, can someone tell me where the path is for the images used in folders. I'm making an interface right now and I need access to the images like the "Open file" image (or an image of a file). I know that I can use the interwebs to find …

Member Avatar for Stuugie
0
107
Member Avatar for Stuugie

Hi all, I have a form that is supposed to query a website. I have the following code that first looks at and uses data from an SQL Server db connection: ConnString = "Data Source=SQL2008T1;Initial Catalog=EconAnalysis;Integrated Security=True" SCqryStr = "" SQLConn.ConnectionString = ConnString SQLConn.Open() SQLStr = "SELECT vSeries_Number FROM tblVSeriesList" …

Member Avatar for Reverend Jim
0
295
Member Avatar for Stuugie

Hi all, I have a .NET form where I want to connect to a table and then pass each defined (by query) string from the table into a string within the code. I have created a connection to the database already via Data Sources but I'm unsure about the syntax …

Member Avatar for Stuugie
0
176
Member Avatar for khair.ullah

I'm not sure if this is what you need but in your query use SELECT DISTINCT CustomerID FROM Customer_DETAIL If there were any dupes DISTINCT will get rid of them at query time

Member Avatar for daniel955
0
522
Member Avatar for GrimJack

You know you're old when you start reading threads about when you know you are old!

Member Avatar for vinnitro
1
3K
Member Avatar for yup790

You could also try and think about some real world possibilities for writing code and then start writing. Why is it called writing code when we type it? Anyhow, practice makes perfect so practice a lot. I just perused the outline for Java in 21 days and there is so …

Member Avatar for godzab
0
101
Member Avatar for Stuugie

Just curious as to how to report spam here or if it should be reported at all. I received an email from babyl which reads: > Hello >My name is amaram I am tall ,good looking, perfect body figure and sexy.I saw your profile and was delighted to contact you, …

Member Avatar for Mike Askew
0
470
Member Avatar for joejo

> It's going to take you weeks of well-supported learning and effort @JamesCherrill, I wish it only took me weeks to learn! I entered the analysis and coding world when I started university 4 years ago and I have years worth of learning to still accomplish. @joejo, as stated throughout …

Member Avatar for Stuugie
0
222
Member Avatar for sillyboy
Member Avatar for Helianthus
0
5K
Member Avatar for kovidd

Hi kovidd, as soapyillusion pointed out you haven't really let anyone know what you do know. If you are comfortable with arrays and pointers you could move onto data structures and algorithms located [here](http://ww0.java4.datastructures.net/). I think that learning about stacks, queues, lists, iterators, and trees would be the next step, …

Member Avatar for JamesCherrill
0
245
Member Avatar for Birol
Member Avatar for Lardmeister

I hate petrol prices and despise the multi-billion dollar (a day) companies that control the flow as it were. I see scare tactics when hurricanes hit oil nations and the barrel prices go up and so do the pumps, almost instantly. Yet, when barrel prices go down, the pumps do …

Member Avatar for Stuugie
1
178
Member Avatar for Nole_diver

Hi Nole diver, Is there any chance you can upload your workbook without sensitive or private data. It would be a big help if you provided a before and after scenario to go along with it. This way we can know for certain what your requirements are.

Member Avatar for Stuugie
0
154
Member Avatar for Dani

I'm a newbie and I feel welcome! I know I don't have much to offer (yet) but I will once I feel more comfortable with my .NET coding practices. For forums like this to be successful, the gurus and long term members (whatever they may be) need to be actively …

Member Avatar for TrustyTony
0
956
Member Avatar for Maj.Clac

I don't get this thread. The first post is very non-descriptive and then the 3rd question wants the same non-descriptive thing. Given that this is sort of an open forum where there are VBA questions mixed into the frey, what is it you (Maj.Clac & cathekitten) really want? Also, have …

Member Avatar for debasisdas
0
153
Member Avatar for ben.matthews18

Is it possible that you are having a padding issue? I'm not sure but maybe if you posted your css code (whatever you wish to call it) you might get a quicker resolution to your problem.

Member Avatar for Dani
0
125
Member Avatar for Stuugie

I would like to invoke a click on a link from a link that is generated by an HTML query. I am attempting to program an application that queries a website and am getting hung up where I download the .csv that is loaded by the website. Here is the …

Member Avatar for Stuugie
0
274
Member Avatar for Stuugie

Greetings all. I am a 38 year student and will be starting my last year of studies at a local university this fall. My field of study is Information Systems and I work as a student for my local utilities as an IS support for the company's Economic Analysis Department. …

Member Avatar for Stuugie
0
137
Member Avatar for MooGeek

I am an Atheist but I don't practice! :) My wife and two boys go to a Baptist Christian Church and I don't knock them for it but sometimes I really have to bite my tongue when my boys tell me something that they "learned" about the Christian God. I …

Member Avatar for Stuugie
0
356

The End.