Forum Replies Created

Viewing 15 posts - 46 through 60 (of 67 total)

  • RE: Your Right To Be An Idiot

    heh, the ole "freedom to be alive"... fair enough i suppose, just because i don't want to argue semantics on the internet. but i think it might be worth looking...

    -- Stephen Cook

  • RE: Your Right To Be An Idiot

    "So, do you want to explain how those terrorists didn't take away any freedoms when the World Trade Center was attacked?"

    what freedoms are you talking about?

    -- Stephen Cook

  • RE: Your Right To Be An Idiot

    no terrorist in the world has the power to do anything to my freedom, except to be used as an excuse by the above mentioned favorite-president-of-mine to whip out some...

    -- Stephen Cook

  • RE: Your Right To Be An Idiot

    "If there is anything in this world that wants to squash your freedom and your life in the name of some twisted deity more than Islam, Im ready to listen."

    GWB?

    -- Stephen Cook

  • RE: Copying an Excel worksheet (ActiveX Script)

    It looks like the difference between Sheets and Worksheets (whatever that might be) got me.

    Thank you very much, you just saved me a lot of hassle!

    -- Stephen Cook

  • RE: Question of the Day for 21 Dec 2005

    Is a query provided for the questions, or should we choose answers on probability based on available options ?

    I tried that (and failed). i can't believe 54% of the respondents...

    -- Stephen Cook

  • RE: Question of the Day for 23 Nov 2005

    I thought they were trying to be tricksy, I guess it was just a typo.

    -- Stephen Cook

  • RE: FOR UPDATE cannot be specified on a READ ONLY cursor

    Heh, I've searched and searched and searched...

    -- Stephen Cook

  • RE: FOR UPDATE cannot be specified on a READ ONLY cursor

    rows and pages will be dynamic, it all depends on how many doctors get flagged to be reported, and how many patients they have. the dataset with be randomly sized...

    -- Stephen Cook

  • RE: FOR UPDATE cannot be specified on a READ ONLY cursor

    I cannot post sample data or expected results because of the HIPAA law, but I can offer a simplified fictional version.

    DoctorPatientPAGE
    AliceArnold1
    AliceBob1
    BettyAlfred1
    BettyBernard1
    BettyCarl1
    BettyDoug1
    BettyEd1
    BettyFred1
    BettyGerald2
    BettyHarold2
    CindyAbelard1
    CindyBubba1

    Basically, for each doctor (there can be 1 to n...

    -- Stephen Cook

  • RE: FOR UPDATE cannot be specified on a READ ONLY cursor

    That gets the error "Conflicting cursor options FAST_FORWARD and FOR UPDATE."

    Don't you need DYNAMIC to update the records fetched?

    I an not using transactions for this.

    -- Stephen Cook

  • RE: FOR UPDATE cannot be specified on a READ ONLY cursor

    I don't have a "READ_ONLY" in there though... hence my confusion.

    -- Stephen Cook

  • RE: FOR UPDATE cannot be specified on a READ ONLY cursor

    I have a table (dumped from a spreadsheet) for which I must generate a report with one doctor per page, but with six or fewer of his patients per page....

    -- Stephen Cook

  • RE: How To Mess Up An Interview

    i happen to agree with the author on all three of his points. of course, nobody is crying about the "practice answering questions" section so i won't bother with it.

    it...

    -- Stephen Cook

  • RE: Copying Excel worksheets with VBScript

    Thanks, that's a good tip that I hadn't thought of...

    Unfortunately I keep getting an error that says "A statement is expected" on the Copy line:

    Worksheets("Sheet1").Copy After:=Worksheets("Sheet3")

    This syntax is identical to...

    -- Stephen Cook

Viewing 15 posts - 46 through 60 (of 67 total)