Re: Active Directory from VFP

2012-07-05 Thread Christof Wollenhaupt
Anyone have any tools or libraries that would allow is to validate a login against the AD tree? Windows Server 2008. PROCEDURE validateuser LPARAMETERS tcLogonName, tcPassword LOCAL llOK llOK = .T. LOCAL loLDAP IF m.llOK TRY loLDAP = GETOBJECT(LDAP:) CATCH llOK = .F.

Re: [OT] - Do you like trains ?

2012-07-05 Thread Michael Madigan
This is what geeks did before the invention of the computer.   From: Eurico Chagas Filho e28cha...@yahoo.com.br To: ProFox Email List profox@leafe.com Sent: Wednesday, July 4, 2012 7:26 AM Subject: [OT] - Do you like trains ? Then go to:

RE: Active Directory from VFP

2012-07-05 Thread Rick Schummer
Christof, lcURL = LDAP://+ALLTRIM(This.cLDAPServer)+/+m.tcLogonName This line fails. What is the value of This.cLDAPServer, supposed to be? It looks like you cut some code from a class, but this is not a class. Rick White Light Computing, Inc. www.whitelightcomputing.com www.swfox.net

Re: Active Directory from VFP

2012-07-05 Thread Christof Wollenhaupt
lcURL = LDAP://+ALLTRIM(This.cLDAPServer)+/+m.tcLogonName This line fails. What is the value of This.cLDAPServer, supposed to be? It looks like you cut some code from a class, but this is not a class. Yes, it's part of a class. cLDAPServer holds the name or IP of the server.

[NF] FSF protests Restricted Boot

2012-07-05 Thread Ted Roche
BOSTON, Massachusetts, USA — Thursday, July 5th, 2012 — The Free Software Foundation (FSF) today announced the winner of its Restricted Boot webcomic contest. The winning entry comes from Erik Steinmann, and will be featured on the front page of FSF.org for the month of July, in addition to being

Re: [NF] FSF protests Restricted Boot

2012-07-05 Thread MB Software Solutions, LLC
On 7/5/2012 4:46 PM, Ted Roche wrote: BOSTON, Massachusetts, USA — Thursday, July 5th, 2012 — The Free Software Foundation (FSF) today announced the winner of its Restricted Boot webcomic contest. The winning entry comes from Erik Steinmann, and will be featured on the front page of FSF.org

[OT] Physicists Find Elusive Particle Seen as Key to Universe

2012-07-05 Thread Leland Jackson
Below is exciting news in the world of physics: # Excerpt: ASPEN, Colo. — Signaling a likely end to one of the longest, most expensive searches in the history of science, physicists said Wednesday that they had discovered a new

Re: Data to PDF

2012-07-05 Thread Vincent Teachout
Sytze de Boer wrote: I'm reasonably confident with writing data into an Excel spreadsheet BUT I need to find a way for my system to Fill-In a PDF document Any hints from anyone ? The short answer is to use Adobe FDF, but if you need more than that I'll have to help you tomorrow as I'm

Re: Data to PDF

2012-07-05 Thread Sytze de Boer
Hi Vincent Thanks for comment However, I want to fill-in the data direct from VFP S On Fri, Jul 6, 2012 at 1:48 PM, Vincent Teachout tea...@taconic.net wrote: Sytze de Boer wrote: I'm reasonably confident with writing data into an Excel spreadsheet BUT I need to find a way for my

Re: Data to PDF

2012-07-05 Thread Jeff Johnson
On 07/05/2012 06:48 PM, Vincent Teachout wrote: Sytze de Boer wrote: I'm reasonably confident with writing data into an Excel spreadsheet BUT I need to find a way for my system to Fill-In a PDF document Any hints from anyone ? The short answer is to use Adobe FDF, but if you need more than