Join The Works program to have access to the most current content, and to be able to ask questions and get answers from Revelation staff and the Revelation community

At 24 AUG 2000 02:53:33PM Steve Botes wrote:

I don't seem to be able to get this to work….anyone have any suggestions.

It is on a lostfocus event

Invalue=Get_Property(@Window:'.SS','TEXT')

Set_Status(0)

Validate(Invalue, "9N")

If Get_Status(Status_Codes) Then

data okay

End Else

Err

End

No matter what is in Invalue a Status of 0 is returned which is an error according to the documentation.


At 24 AUG 2000 03:58PM Hank Huizinga wrote:

Try this

Call Validate(Invalue, "9N")

IF Status() THEN

  • error

END ELSE

  • no error

END


At 25 AUG 2000 11:59AM Steve Botes wrote:

Thanks Hank, I will give it a try.

View this thread on the Works forum...

  • third_party_content/community/commentary/forums_works/90201e1621780cb5852569450067c79b.txt
  • Last modified: 2023/12/30 11:57
  • by 127.0.0.1