Re: [OT] A religious conference Ed can attend...

2007-11-20 Thread Ricardo Aráoz
[EMAIL PROTECTED] wrote: >> This would be Paul's ... letter? (epistle - 'epístola' in spanish) to >> the Romans. It is not old testament, nor Christ's word, so I guess it >> would carry the same weight that a document by the current Pope, who >> could be absolutely wrong because he is not talking a

RE: [OT] A religious conference Ed can attend...

2007-11-20 Thread Wolfe, Stephen S YA-02 6 MDSS/SGSI
On Nov 19, 2007, at 8:57 AM, Wolfe, Stephen S YA-02 6 MDSS/SGSI wrote: >> My only post for these thread because discussion is basically >> futile for >> the following reasons: > > There is only one reason why discussion becomes futile: when one or >both parties closes their mind. This

Re: [OT] A religious conference Ed can attend...

2007-11-20 Thread Stephen Russell
On Nov 19, 2007 4:53 PM, Ricardo Aráoz <[EMAIL PROTECTED]> wrote: > Wolfe, Stephen S YA-02 6 MDSS/SGSI wrote: > > My only post for these thread because discussion is basically futile for > > the following reasons: > > > > Romans 1:18-32 (New International Version) > > New International Version (NIV

RE: [NF] Fingerprint Scanners

2007-11-20 Thread Robert Jennings
Whil, You talk a lot of sense! :o) You wouldn't believe how tight my market is. If they could get away with using an app for 30 years on the same pc they would! Obviously hardware will die in that time, but hopefully my users will have backed up my software and data and they can restore, install

RE: Oracle

2007-11-20 Thread Frédéric Steczycki
Hi Allen, For what i remember of Oracle (from 90's) All the modifications to a database are logged (to enable commit/reverse transaction and to be able to restore a database). That said, I don't know if the logs are avaible in a "readable" format... Frédéric Steczycki > -Message d'origin

Re: Oracle

2007-11-20 Thread Stephen Russell
On Nov 20, 2007 7:51 AM, Al <[EMAIL PROTECTED]> wrote: > Hi foxgang > Not really foxpro but the result will affect what I do in foxpro > Does anyone know of a way to log the SQL request to an oracle database? > Either internal to oracle or an add on. > Allen What does log mean? Do you want to wri

Oracle

2007-11-20 Thread Al
Hi foxgang Not really foxpro but the result will affect what I do in foxpro Does anyone know of a way to log the SQL request to an oracle database? Either internal to oracle or an add on. Allen No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.503 / Virus Database

GDI+

2007-11-20 Thread Chris Davis
Is it possible to turn text into an image using GDI+ ? Cheers Chris. --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- ___ Post Messages to: ProFox@leafe.com Subscription Maintenan

RE: Oracle

2007-11-20 Thread Allen
The idea is I want to see what calls another program is making to the oracle database. So I can see what I need to do to get information out the same way. So Im not wanting to log my calls but see what others are doing. Allen -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTEC

Re: Oracle

2007-11-20 Thread Stephen Russell
On Nov 20, 2007 8:15 AM, Allen <[EMAIL PROTECTED]> wrote: > The idea is I want to see what calls another program is making to the oracle > database. So I can see what I need to do to get information out the same > way. So Im not wanting to log my calls but see what others are doing. > Allen Ok, y

RE: GDI+

2007-11-20 Thread Frédéric Steczycki
I think that the correct answer to this question is yes, it's possible. :o) Frédéric Steczycki > -Message d'origine- > De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > De la part de Chris Davis > Envoyé : 20 novembre 2007 15:22 > À : [EMAIL PROTECTED] > Objet : GDI+ > > Is it possib

RE: themed controls

2007-11-20 Thread Robert Jennings
This may be of help? http://blogs.msdn.com/calvin_hsia/search.aspx?q=foxpro+form+vista&p=1 Looks like he's done lots of good work I'm trying to sort out the title bar in forms at the moment Robert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dav

RE: themed controls

2007-11-20 Thread Allen
I did sort it out Robert, but thanks. Turns out it was not the themeed controls at all but the status bar control on codeplex. I took that off and it works fine. Gone back to the ocx status bar control as I know that one. Allen -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PRO

RE: GDI+

2007-11-20 Thread Chris Davis
Moving on from that question then, I have been trying to achieve the following on a report for sometime with no luck. I have an area of fixed size which will contain content of different length Eg. AB Or AB12345678910 However little or big the string is I need to make this information make

RE: GDI+

2007-11-20 Thread Frédéric Steczycki
Okokok There's an article from foxtalk here as for a start: http://msdn2.microsoft.com/en-us/library/ms947605.aspx and a classes here : http://weblogs.foxite.com/cesarchalom/archive/2006/08/10/2194.aspx Frédéric Steczycki > -Message d'origine- > De : [EMAIL PROTECTED] [mailto:[EMAIL

RE: [NF] VS2008 is now available via MSDN

2007-11-20 Thread David Crooks
On Tuesday, November 20, 2007 11:19 AM Stephen Russell wrote: > >.NET 3.5 is the new version of presentation for users. Security is beefed up and you also get linq. >I will get mine next week, giving our architect time to play with it on Bl

[NF] VS2008 is now available via MSDN

2007-11-20 Thread Stephen Russell
.NET 3.5 is the new version of presentation for users. Security is beefed up and you also get linq. I will get mine next week, giving our architect time to play with it on Black Fri. ___ Post Me

RE: Oracle

2007-11-20 Thread Manjit Basra
I would try turning tracing on for the ODBC driver and then look at the log file. The tracing is one of the tabs in ODBC Admin utility. Manjit Basra -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Allen Sent: Tuesday, November 20, 2007 9:16 AM To: profo

RE: [NF] PHP editor with 'intellisense'?

2007-11-20 Thread Kristyne McDaniel
I've been using Dreamweaver for my PHP code. Are these recommendations better than that or just different? Kristyne McDaniel http://www.kristynemcdaniel.com ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/list

Re: [NF] VS2008 is now available via MSDN

2007-11-20 Thread Ed Leafe
On Nov 20, 2007, at 12:13 PM, Alan Bourke wrote: > Linq is the biggie. Finally I can write inline select statements in > something other than VFP! Of course, you have been able to do that in Python for several years now. -- Ed Leafe -- http://leafe.com -- http://dabodev.com ___

Re: [NF] VS2008 is now available via MSDN

2007-11-20 Thread Alan Bourke
David Crooks wrote: > you also get linq. > > Linq is the biggie. Finally I can write inline select statements in something other than VFP! ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-

Re: [NF] VS2008 is now available via MSDN

2007-11-20 Thread Stephen Russell
On Nov 20, 2007 11:13 AM, Alan Bourke <[EMAIL PROTECTED]> wrote: > David Crooks wrote: > > you also get linq. > > > > > Linq is the biggie. Finally I can write inline select statements in > something other than VFP! Like this? select e.firstname, e.lastname, e.email, e.id from (select firstname, l

RE: [OT] Rules for being a Republican

2007-11-20 Thread Kristyne McDaniel
I love it, Ed. All of us have elements of hypocrisy, and this is a good list of the Republican elements I like the least. Kristyne ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free versio

Re: [OT] Child support payment stories

2007-11-20 Thread Michael Oke, II
Well as the goalie for several teams, I pay $600.00 per month to my ex for the two children that we had together. This was agreed to in the terms of our settlement but I'm sure that she'll make a move at some point to modify it. ::m MB Software Solutions General Account wrote: > The goalie on

RE: [NF] New Screencast: A Real-world Dabo Application

2007-11-20 Thread John Weller
I've just looked at this (not had time before) and I'm well impressed Well done guys! John Weller 01380 723235 07976 393631 > > Dabo has several screencasts available, but up until now, they've > all been done by either Paul or myself. We've just added one that was > done by John

RE: [NF] New Screencast: A Real-world Dabo Application

2007-11-20 Thread Kevin O'Shea
I agree... I just got around to taking a look this morning as well... looks like it could easily replace a Windows VFP application as far as the GUI is concerned. What about reporting? Is this available within DABO/python? Kevin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [NF] PHP editor with 'intellisense'?

2007-11-20 Thread James Roark
Largely a matter of personal preference Kristyne. Getting a little long in tooth (65) I appreciate the Intellesence code completion or at least the classes structure and parameters listing. Seems to be getting harder to remember the exact layouts sometimes . I also appreciate the debugging, bei

Re: [NF] New Screencast: A Real-world Dabo Application

2007-11-20 Thread Ed Leafe
On Nov 20, 2007, at 1:49 PM, Kevin O'Shea wrote: > I agree... I just got around to taking a look this morning as well... > looks like it could easily replace a Windows VFP application as far as > the GUI is concerned. And if the data is in something other than DBFs, you could replace th

VFP7: Windows Server 2003 Soap Web service

2007-11-20 Thread David Crooks
I am trying to run this DLL on a Windows Server 2003 and I did install IIS and the Soap toolkit. When I try to run the setupclient I am getting "Class definition MSSOAP.SOAPCLIENT is not found" error. Any ideas? TIA! David L. Crooks ___ Post Messag

RE: VFP7: Windows Server 2003 Soap Web service

2007-11-20 Thread David Crooks
On Tuesday, November 20, 2007 3:40 PM David Crooks wrote: >I am trying to run this DLL on a Windows Server 2003 and I did install IIS and the Soap toolkit. >When I try to run the setupclient I am getting "Class definition MSSOAP.SOAPCLIENT is not found" >error. Any ideas? TIA! Update: Window

[OT] Moonbat Alert - Sesame Street DVD comes with parental warnings

2007-11-20 Thread Michael Madigan
"Say what? At a recent all-ages home screening, a hush fell over the room. “What did they do to us?” asked one Gen-X mother of two, finally. The show rolled, and the sweet trauma came flooding back. What they did to us was hard-core. Man, was that scene rough. The masonry on the dingy brownstone at

RE: VFP7: Windows Server 2003 Soap Web service

2007-11-20 Thread Allen
I believe its to do with soap not being installed on 2003 server. you might have to put it on 2003 server has a load missing. including GDI. that means many printers wont work. Allen -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Crooks Sent: 20 No

Re: [OT] Moonbat Alert - Sesame Street DVD comes with parental warnings

2007-11-20 Thread Stephen Russell
On Nov 20, 2007 3:05 PM, Michael Madigan <[EMAIL PROTECTED]> wrote: > "Say what? At a recent all-ages home screening, a hush > fell over the room. "What did they do to us?" asked > one Gen-X mother of two, finally. The show rolled, and > the sweet trauma came flooding back. What they did to > us wa

Re: [OT] Moonbat Alert - Sesame Street DVD comes with parental warnings

2007-11-20 Thread Michael Madigan
In a related story, apparently if you buy the Mr. Magoo DVDs, Charlie the Chinese Houseboy now speaks perfect English and doesn't call him "Mr. Maglue" anymore. --- Stephen Russell <[EMAIL PROTECTED]> wrote: > On Nov 20, 2007 3:05 PM, Michael Madigan > <[EMAIL PROTECTED]> wrote: > > "Say what? A

Re: [OT] A religious conference Ed can attend...

2007-11-20 Thread Ricardo Aráoz
Stephen Russell wrote: > On Nov 19, 2007 4:53 PM, Ricardo Aráoz <[EMAIL PROTECTED]> wrote: >> Wolfe, Stephen S YA-02 6 MDSS/SGSI wrote: >>> My only post for these thread because discussion is basically futile for >>> the following reasons: >>> >>> Romans 1:18-32 (New International Version) >>> New

Re: [OT] Child support payment stories

2007-11-20 Thread Ricardo Aráoz
Michael Oke, II wrote: > Well as the goalie for several teams, I pay $600.00 per month to my ex > for the two children that we had together. This was agreed to in the > terms of our settlement but I'm sure that she'll make a move at some > point to modify it. > Sure, that's too little to rais

Re: [OT] A religious conference Ed can attend...

2007-11-20 Thread Stephen Russell
On Nov 20, 2007 5:12 PM, Ricardo Aráoz <[EMAIL PROTECTED]> wrote: > > And yet, it is only opinion and not Catholic doctrine. Isn't it? I think it is. This is a good read on the various interpretations between Catholic and Protestant views on or abou

[OT] Could they be wrong on global warming too? Naaaaaaaaaaah

2007-11-20 Thread Michael Madigan
U.N. to Cut Estimate Of AIDS Epidemic JOHANNESBURG, Nov. 19 -- The United Nations' top AIDS scientists plan to acknowledge this week that they have long overestimated both the size and the course of the epidemic, which they now believe has been slowing for nearly a decade, according to U.N. docume

Re: [OT] A religious conference Ed can attend...

2007-11-20 Thread Ricardo Aráoz
Stephen Russell wrote: > On Nov 20, 2007 5:12 PM, Ricardo Aráoz <[EMAIL PROTECTED]> wrote: > > >> And yet, it is only opinion and not Catholic doctrine. Isn't it? > > I think it is. > Why? He was no Pope, but a martyr, his opinion would not be binding. >

Re: [OT] A religious conference Ed can attend...

2007-11-20 Thread Ed Leafe
On Nov 20, 2007, at 6:59 PM, Stephen Russell wrote: > Now religion is all an opinion so what does it matter? I think that most religious people would disagree with that. To them, it is fact, pure and simple, with no room for differences. E.g., my parents told me that this particular b

SQL help please!

2007-11-20 Thread Michael J. Babcock, MCP
I've identified records where I need to set a field to zero. Here's the query that identified the records: select t1.iid from transactions t1 inner join payment_header h1 on h1.iid = t1.ipmthdrid where t1.iacctid <> h1.iacctid I tried to put an update in front of it like so but it fails: updat

Re: SQL help please!

2007-11-20 Thread Ted Roche
update transactions t1, payment_header h1 set t1.ipmthdrid = 0 where h1.iid = t1.ipmthdrid and t1.iacctid <> h1.iacctid -- Ted Roche Ted Roche & Associates, LLC http://www.tedroche.com ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: h

[Outta here - Happy T-day!]

2007-11-20 Thread Vince Teachout
I'm OUTTA here until Sunday to go down to my folks for Thanksgiving. A Safe and Happy Thanksgiving, to all of you who celebrate it. And for the rest of you Happy Wednesday through Friday! ___ Post Messages to: ProFox@leafe.com Subscription Mainte

Re: [OT] Moonbat Alert - Sesame Street DVD comes with parental warnings

2007-11-20 Thread MB Software Solutions General Account
Michael Madigan wrote: > In a related story, apparently if you buy the Mr. > Magoo DVDs, Charlie the Chinese Houseboy now speaks > perfect English and doesn't call him "Mr. Maglue" > anymore. > And Mammy on old Tom and Jerry cartoons doesn't talk like the original voice, either. Nor will you

Re: [OT] Moonbat Alert - Sesame Street DVD comes with parental warnings

2007-11-20 Thread Ed Leafe
On Nov 20, 2007, at 10:37 PM, MB Software Solutions General Account wrote: > Would it be safe to say the Libs are behind this politically > correct sh!t? Are you serious? Or have you drunk the stupid Kool-Aid like the others, and have traded thinking for labels? -- Ed Leafe -- http:/

Re: [OT] Moonbat Alert - Sesame Street DVD comes with parental warnings

2007-11-20 Thread MB Software Solutions General Account
Michael Madigan wrote: > In a related story, apparently if you buy the Mr. > Magoo DVDs, Charlie the Chinese Houseboy now speaks > perfect English and doesn't call him "Mr. Maglue" > anymore. > This children's book will probably not be shown anymore at schools either: http://everything2.com/in

Re: [OT] Moonbat Alert - Sesame Street DVD comes with parental warnings

2007-11-20 Thread Vince Teachout
MB Software Solutions General Account wrote: > This children's book will probably not be shown anymore at schools either: > > http://everything2.com/index.pl?node_id=613467 > > Look alike? No, we can't say that...that would be > racist/discriminatory. > Actually, I've come across the b

Re: [OT] Moonbat Alert - Sesame Street DVD comes with parental warnings

2007-11-20 Thread MB Software Solutions General Account
MB Software Solutions General Account wrote: > Michael Madigan wrote: > >> In a related story, apparently if you buy the Mr. >> Magoo DVDs, Charlie the Chinese Houseboy now speaks >> perfect English and doesn't call him "Mr. Maglue" >> anymore. >> >> > > And Mammy on old Tom and Jerry ca

Re: [OT] Moonbat Alert - Sesame Street DVD comes with parental warnings

2007-11-20 Thread MB Software Solutions General Account
Ed Leafe wrote: > On Nov 20, 2007, at 10:37 PM, MB Software Solutions General Account > wrote: > > >> Would it be safe to say the Libs are behind this politically >> correct sh!t? >> > > Are you serious? Or have you drunk the stupid Kool-Aid like the > others, and have traded thin

Re: [OT] Moonbat Alert - Sesame Street DVD comes with parental warnings

2007-11-20 Thread MB Software Solutions General Account
Vince Teachout wrote: > MB Software Solutions General Account wrote: > >> This children's book will probably not be shown anymore at schools either: >> >> http://everything2.com/index.pl?node_id=613467 >> >> Look alike? No, we can't say that...that would be >> racist/discriminatory. >>

Re: SQL help please!

2007-11-20 Thread MB Software Solutions
Ted Roche wrote: > update transactions t1, payment_header h1 > set t1.ipmthdrid = 0 > where > h1.iid = t1.ipmthdrid and > t1.iacctid <> h1.iacctid > > Awesome. Ted -- you should really post the PayPal donations link. Tips like this are worthy of a tip! (pardon the pun) Ed -- can you set up

Re: [OT] Child support payment stories

2007-11-20 Thread MB Software Solutions General Account
Michael Oke, II wrote: > Well as the goalie for several teams, I pay $600.00 per month to my ex > for the two children that we had together. This was agreed to in the > terms of our settlement but I'm sure that she'll make a move at some > point to modify it. > > ::m > > ...and unfortunatel

Re: [OT] Moonbat Alert - Sesame Street DVD comes with parental warnings

2007-11-20 Thread Vince Teachout
MB Software Solutions General Account wrote: > Glad to hear it hasn't been suppressed. It did win awards, after all! > I honestly can't think why it would be. It's basically about working together to overcome a problem. The look-alike bit is just a plot device necessary for the story to wor

Re: [OT] A religious conference Ed can attend...

2007-11-20 Thread richmondeagle
>Now religion is all an opinion so what does it matter? Actually that's just YOUR opinion. ;-) -- Larry Miller --- StripMime Report -- processed MIME parts --- multipart/mixed multipart/alternative text/plain (text body -- kept) text/html message/rfc822 --- ___