` Printed Icetips Article

Icetips Article



Par2: No records - notifying user
1998-01-04 -- Jim Katz
 
Use BRWx.Records() function at the end of WindowManger.INIT method.

If Not BRW1.Records()
  Case Message( ...
   Of Button:OK
   Of Button:Abort
     Post(Event:CloseWindow)
  End
End
Return ReturnValue



Printed May 3, 2024, 5:49 am
This article has been viewed/printed 35111 times.