Edittable validation in Win2K (OpenInsight)
At 05 DEC 2000 06:03:06PM Steve Botes wrote:
I can't seem to get the work arounds to work to allow access to the validation property on a edit table when using Win2K. Any suggestion?
At 06 DEC 2000 06:36AM Bob Watson wrote:
Yes - set the validation on create of the form
Bob Watson
At 06 DEC 2000 04:45PM Steve Botes wrote:
I am a bit confused. The documentation that I have says that the VALIDATE property only works with get_property. So, I guess I have to ask how?
At 06 DEC 2000 05:25PM Bob Watson wrote:
Its the VALID property and it works fine with Set_Property eg.
unUsed=Set_Property(@window:'.EDITFIELD', 'VALID', '')
Bob Watson
At 21 DEC 2000 05:34PM Steve Botes wrote:
Thanks Bob, my documentation shows that 'VALID' only works with get_property also…so I hadn't tried it. Hey Mike, Pres ol buddy, can we get this little problem fixed soon?
Thanks