Re: Date typed-in problem

2012-01-12 Thread Angel Dario Rodriguez
Frank, I will send you a sample in order you run and analyze. --- El jue, 12/1/12, Frank Cazabon escribió: De: Frank Cazabon Asunto: Re: Date typed-in problem Para: profox@leafe.com Fecha: jueves, 12 de enero, 2012 15:22 Angel, that sounds to me like the field you are using as a date is

Re: Date typed-in problem

2012-01-12 Thread Frank Cazabon
> I used SET NOTIFY with all its parameters. > > Meanwhile, the best solution I found is : StrictDateEntry, set to 0 - loose, > that avoid the program block and validate aginst a blank date. > > > --- El jue, 12/1/12, Dave Crozier escribió: > > > De: Dave Crozier

RE: Date typed-in problem

2012-01-12 Thread Angel Dario Rodriguez
Hi Dave.   I used SET NOTIFY with all its parameters.   Meanwhile, the best solution I found is : StrictDateEntry, set to 0 - loose, that avoid the program block and validate aginst a blank date. --- El jue, 12/1/12, Dave Crozier escribió: De: Dave Crozier Asunto: RE: Date typed-in problem

Re: Date typed-in problem

2012-01-12 Thread Angel Dario Rodriguez
times and thas causes the program to freeze. > > > --- El mar, 10/1/12, Frank Cazabon  escribió: > > > De: Frank Cazabon > Asunto: Re: Date typed-in problem > Para: profox@leafe.com > Fecha: martes, 10 de enero, 2012 22:18 > > > Hi Angel, > > I don'

Re: Date typed-in problem

2012-01-12 Thread Frank Cazabon
, 10/1/12, Frank Cazabon escribió: > > > De: Frank Cazabon > Asunto: Re: Date typed-in problem > Para: profox@leafe.com > Fecha: martes, 10 de enero, 2012 22:18 > > > Hi Angel, > > I don't think that sounds like native behaviour, but could be wrong. Is > the t

RE: Date typed-in problem

2012-01-12 Thread Dave Crozier
the screen and it is turned off with set notify off. Dave -Original Message- From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf Of Angel Dario Rodriguez Sent: 12 January 2012 02:26 To: ProFox Email List Subject: RE: Date typed-in problem Dave, the problem is that in

Re: Date typed-in problem

2012-01-11 Thread Angel Dario Rodriguez
he program to freeze. --- El mar, 10/1/12, Frank Cazabon escribió: De: Frank Cazabon Asunto: Re: Date typed-in problem Para: profox@leafe.com Fecha: martes, 10 de enero, 2012 22:18 Hi Angel, I don't think that sounds like native behaviour, but could be wrong.  Is the textbox bound

RE: Date typed-in problem

2012-01-11 Thread Angel Dario Rodriguez
idation in the Valid() method. --- El mar, 10/1/12, Dave Crozier escribió: De: Dave Crozier Asunto: RE: Date typed-in problem Para: "ProFox Email List" Fecha: martes, 10 de enero, 2012 12:22 Check for the correct date in the Valid() event of the field and return a messagebox() e

Re: Date typed-in problem

2012-01-10 Thread Frank Cazabon
Hi Angel, I don't think that sounds like native behaviour, but could be wrong. Is the textbox bound to a date value or field? If so then VFP should not let the user leave the box until a valid date is entered and if SET NOTIFY is ON then you'll get a wait window in the top right corner of th

Re: Date typed-in problem

2012-01-10 Thread Frank Cazabon
Dave, won't VFP's own date validation kick in before you can try to catch anything in the valid? Frank. Frank Cazabon On 10/01/2012 12:22 PM, Dave Crozier wrote: > Check for the correct date in the Valid() event of the field and return a > messagebox() error and then return .F. back so the

RE: Date typed-in problem

2012-01-10 Thread Angel Dario Rodriguez
Tnaks Richard. --- El mar, 10/1/12, Richard Kaye escribió: De: Richard Kaye Asunto: RE: Date typed-in problem Para: "profox@leafe.com" Fecha: martes, 10 de enero, 2012 15:37 In addition to Dave's suggestion, you may want to put an acceptable default value in the data, as

RE: Date typed-in problem

2012-01-10 Thread Richard Kaye
ntry field on the form. -- rk De: Dave Crozier Asunto: RE: Date typed-in problem Para: "ProFox Email List" Fecha: martes, 10 de enero, 2012 12:22 Check for the correct date in the Valid() event of the field and return a messagebox() error and then return .F. back so the operato

RE: Date typed-in problem

2012-01-10 Thread Angel Dario Rodriguez
Thanks Dave, I will try. --- El mar, 10/1/12, Dave Crozier escribió: De: Dave Crozier Asunto: RE: Date typed-in problem Para: "ProFox Email List" Fecha: martes, 10 de enero, 2012 12:22 Check for the correct date in the Valid() event of the field and return a messagebox() erro

RE: Date typed-in problem

2012-01-10 Thread Dave Crozier
Check for the correct date in the Valid() event of the field and return a messagebox() error and then return .F. back so the operator re-enters the data. Dave C -Original Message- From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf Of Angel Dario Rodriguez Sent: 1