Login
`
Templates, Tools and Utilities
|
||
Icetips Article
Back to article list
Search Articles
Add Comment
Printer friendly
Direct link
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
Today is November 21, 2024, 8:17 am This article has been viewed 35202 times.
|
|