What are you working on this week?

  • (6 Pages)
  • +
  • « First
  • 2
  • 3
  • 4
  • 5
  • 6

87 Replies - 4626 Views - Last Post: 11 September 2007 - 07:25 PM

#46 axel   User is offline

  • Bug Juice Doesn't Come in a Jar
  • member icon

Reputation: 2
  • View blog
  • Posts: 1,944
  • Joined: 31-December 06

Re: What are you working on this week?

Posted 29 August 2007 - 07:37 AM

View PosteLliDKraM, on 29 Aug, 2007 - 07:31 AM, said:

you don't know the half of it.

this week i'm trying to get a $100,000 loan because i'm starting a bicycle shop chain in the metro.


That sounds cool. I'm sure its hard, good luck.
Was This Post Helpful? 0
  • +
  • -

#47 eLliDKraM   User is offline

  • Pepè Le Pewn
  • member icon

Reputation: 7
  • View blog
  • Posts: 6,565
  • Joined: 13-August 05

Re: What are you working on this week?

Posted 29 August 2007 - 07:38 AM

like sloth's penis when he's talking to tyler
Was This Post Helpful? 0
  • +
  • -

#48 axel   User is offline

  • Bug Juice Doesn't Come in a Jar
  • member icon

Reputation: 2
  • View blog
  • Posts: 1,944
  • Joined: 31-December 06

Re: What are you working on this week?

Posted 29 August 2007 - 07:39 AM

Everyone is so nice and friendly here. I love it.
Was This Post Helpful? 0
  • +
  • -

#49 fooboo   User is offline

  • The king of Nynex
  • member icon

Reputation: 4
  • View blog
  • Posts: 3,107
  • Joined: 28-July 06

Re: What are you working on this week?

Posted 29 August 2007 - 07:45 AM

Jerk
Was This Post Helpful? 0
  • +
  • -

#50 axel   User is offline

  • Bug Juice Doesn't Come in a Jar
  • member icon

Reputation: 2
  • View blog
  • Posts: 1,944
  • Joined: 31-December 06

Re: What are you working on this week?

Posted 29 August 2007 - 07:47 AM

View Postfooboo, on 29 Aug, 2007 - 07:45 AM, said:

Jerk


I'm a jerk? or Mark is?

I have a feeling I'm going to get in trouble for spamming or something.
Was This Post Helpful? 0
  • +
  • -

#51 supersloth   User is offline

  • serial frotteur - RUDEST MEMBER ON D.I.C.
  • member icon


Reputation: 4695
  • View blog
  • Posts: 28,516
  • Joined: 21-March 01

Re: What are you working on this week?

Posted 29 August 2007 - 10:56 AM

View PosteLliDKraM, on 29 Aug, 2007 - 08:38 AM, said:

like sloth's penis when he's talking to tyler

to be fair, over a normal IM or on here it's just solid, but when we webcam it, like rebar.
Was This Post Helpful? 0
  • +
  • -

#52 PsychoCoder   User is offline

  • Google.Sucks.Init(true);
  • member icon

Reputation: 1663
  • View blog
  • Posts: 19,853
  • Joined: 26-July 07

Re: What are you working on this week?

Posted 29 August 2007 - 01:18 PM

Well this week I created a new report for an application I support. The SQL query took the longest, had to use dynamic SQL so I can pass a comma delimited string of parameters to the query. All the search parameters are optional so I had to tackle that.

Then then wanted the ability to export it to Excel, which was simple. I used the Microsoft.Office.Interop.Excel COM, which gave me the ability to add a "template" file for the report with all the formatting in it already, just plug the data into the template and re-save it with their name. I even created a function to ensure Excel was installed on their machine before they export the data in the DataGridView. It was fun as hell!

Now off to find something else to program :)

This post has been edited by PsychoCoder: 29 August 2007 - 01:19 PM

Was This Post Helpful? 0
  • +
  • -

#53 tody4me   User is offline

  • Banned
  • member icon

Reputation: 13
  • View blog
  • Posts: 1,398
  • Joined: 12-April 06

Re: What are you working on this week?

Posted 29 August 2007 - 02:15 PM

Quote

Well this week I created a new report for an application I support. The SQL query took the longest, had to use dynamic SQL so I can pass a comma delimited string of parameters to the query. All the search parameters are optional so I had to tackle that.

Then then wanted the ability to export it to Excel, which was simple. I used the Microsoft.Office.Interop.Excel COM, which gave me the ability to add a "template" file for the report with all the formatting in it already, just plug the data into the template and re-save it with their name. I even created a function to ensure Excel was installed on their machine before they export the data in the DataGridView. It was fun as hell!

Now off to find something else to program smile.gif


If i would have known that you were working on the same stuff as me i would have asked you for help ;).
I actually had to write a Excel control quite a while ago to interact with Excel without having to import the PIA each time. The control uses Pivot Tables, Formatting of Data, and data transport. PM me if you want a copy of it, i'll post the code in the PM.
Was This Post Helpful? 0
  • +
  • -

#54 PsychoCoder   User is offline

  • Google.Sucks.Init(true);
  • member icon

Reputation: 1663
  • View blog
  • Posts: 19,853
  • Joined: 26-July 07

Re: What are you working on this week?

Posted 29 August 2007 - 02:37 PM

Thanks for the offer :) You can email it to me (Ill PM you with the address) and Ill look through it. I like the Interop for one reason, loading a template file with all the formatting and inputting the data into it, makes things much easier, no formatting necessary. Actually my email is my username at dreamincode.net
Was This Post Helpful? 0
  • +
  • -

#55 Martyr2   User is offline

  • Programming Theoretician
  • member icon

Reputation: 5612
  • View blog
  • Posts: 14,686
  • Joined: 18-April 07

Re: What are you working on this week?

Posted 29 August 2007 - 03:15 PM

This week I am working more on the CMS and have a small side project of a search/filter/display a set of records for cruise ship packages. Kinda lame and sooooo beneath my skill level. Oh well. DIC keeps me on the level. :)
Was This Post Helpful? 0
  • +
  • -

#56 grimpirate   User is offline

  • Pirate King
  • member icon

Reputation: 149
  • View blog
  • Posts: 717
  • Joined: 03-August 06

Re: What are you working on this week?

Posted 29 August 2007 - 08:20 PM

I'm working on GrimBB (a php flat file bulletin board) check my blog for more info.
Was This Post Helpful? 0
  • +
  • -

#57 JLeo   User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 32
  • Joined: 01-August 07

Re: What are you working on this week?

Posted 30 August 2007 - 03:48 AM

XSL Transformation since thuesday...
Was This Post Helpful? 0
  • +
  • -

#58 tody4me   User is offline

  • Banned
  • member icon

Reputation: 13
  • View blog
  • Posts: 1,398
  • Joined: 12-April 06

Re: What are you working on this week?

Posted 30 August 2007 - 08:00 AM

Adding a couple of snippets to increase my contributions ;).
Was This Post Helpful? 0
  • +
  • -

#59 Thorian   User is offline

  • Pirate Medic
  • member icon

Reputation: 22
  • View blog
  • Posts: 5,904
  • Joined: 06-June 02

Re: What are you working on this week?

Posted 30 August 2007 - 12:55 PM

well since I got dumped from my horse I have been working on sleeping and healing. The suck part is that since I cant drive all I can do is hobble around the house because waking on the uneven grass outside hurts to damn bad. So I have been working on super mario world. Gotta love the Wii virtual console. I also got platnum on all the games in wii play.
Was This Post Helpful? 0
  • +
  • -

#60 techknow   User is offline

  • D.I.C Head

Reputation: 2
  • View blog
  • Posts: 67
  • Joined: 29-August 07

Re: What are you working on this week?

Posted 30 August 2007 - 01:51 PM

Migrating company website to .net 2

Oh yeah, and learning .net 2 ...
Was This Post Helpful? 0
  • +
  • -

  • (6 Pages)
  • +
  • « First
  • 2
  • 3
  • 4
  • 5
  • 6