Viewing 13 posts - 16 through 28 (of 28 total)
This was definitely wrong on many levels, but what strikes me is that they are expecting to extract a time from the first 8 characters of a variable called StartDate....
June 20, 2016 at 7:05 pm
Thanks guys, just the info I was missing. Much appreciated.
June 8, 2016 at 1:23 pm
Thanks Alan, it's always fun to learn faster ways to do things, even if it's not something I expect to be using 🙂
While my SQL programming skills are generally sufficient...
June 7, 2016 at 9:27 pm
Setting the length to 4000 isn't fool proof, because some fool may have a longer line.
I agree with others, and would not be using this solution, but if I had...
June 18, 2015 at 2:17 pm
First, thank you for an introduction to a command I've never heard of. I'll need to read up on it to see if it has an application for us.
But the...
March 27, 2015 at 5:16 pm
I've never use Collate and don't know what it does.
I figured the answer would be 5. Like 5 letters excluding the upper case, would leave the 5 lower case.
Not seeing...
December 3, 2012 at 7:22 pm
What's the reasoning behind using the IF... GOTO Next; instead of using a Case statement?
I'm assuming the Case would execute faster, but regardless, I think it would be easier to...
September 10, 2012 at 7:56 pm
Wrong here. Probably because I don't know anything about table variables, or try/catch for that matter. One of these days I'll move beyond Visual FoxPro 6. 😀
September 5, 2012 at 7:26 pm
Hugo Kornelis (8/9/2012)
Ken Hiatt (8/8/2012)
August 9, 2012 at 10:29 am
I too was looking for the catch. So I looked up the command in the help, just to make sure I wasn't forgetting about something obscure. Nothing weird, so I...
August 8, 2012 at 7:13 pm
LOL
I say we throw the whole thing out like the question never existed, no one got it wrong and no one go it right. We'll just call it a...
July 20, 2012 at 6:01 pm
Apparently it's a good thing my knowledge is limited and I didn't put too much thought into it, I got it right.
I figured if any part of a transaction failed,...
June 29, 2012 at 3:39 pm
There is a slight problem with your first IF statement if you truly intend for the delimiter to be "... any weird combination of characters that you think is unique...
November 6, 2009 at 11:14 am
Viewing 13 posts - 16 through 28 (of 28 total)