|
From: Alexander S.K. <al...@be...> - 2013-07-01 07:24:47
|
Itamar M. Lins Jr. Lins ?????:
> @ 10,10 Browse oBrw DataBase of oDlg Size 400,200 ;
> WHEN {||fWhen(oBrw)}
>
> Error E0030 Syntax error "syntax error at '{'"
>
In 2.17 WHEN clause is simply an other name for ON GETFOCUS, and I
think that in this case it is a bad name, because BROWSE isn't a GET
object ( we use WHEN and WHILE for GET objects, aren't we ? ). The same
about VALID, which is used there as a synonym for ON LOSTFOCUS.
So, I recommend you to change WHEN to ON GETFOCUS, this will work in
both 2.17 and 2.18.
Regards, ALexander.
|