` Printed Icetips Article

Icetips Article



Par2: View only form (using existing form)
1999-08-20 -- Jim Kane
 
> Is there a easy way to make a view only form.
>
Loop I=firstfield() to LastField()
  If I{prop:Type}=control:Button and I{prop:text}='Cancel' then cycle.
  !exclude other fields as needed
  I{prop:readonly}=1
  I{prop:skip}=1
  I{prop:color}=color:BtnFace
end



Printed April 29, 2024, 6:38 pm
This article has been viewed/printed 35113 times.