Hi!
If I use the $$ViewTemlateDefault form for opening views on the web, the form always will be readonly. So, for eg. the search field on it doesn’t exist. I had tried to check the form property “Automatically enable Edit Mode”, but it haven’t used.
Thank You!
TÁkos.
Subject: $$ViewTemlateDefault form can be editable?
You could put pass-thru HTML section on the form containing <INPUT …> elements, and use JavaScript to process the contents of the field and link to a new page (location.href = )
Subject: RE: $$ViewTemlateDefault form can be editable?
Thank You for the tipp very much! :))
TÁkos.