Hi I have an the embedded view that i categorize for a column value in the “Show Single Category” option. I put this view on a form, the task is that i want to refresh the view elements every onchange event of a editable field. How can i do this… THX
Subject: Embedded view refresh
Notes or browser?
Subject: RE: Embedded view refresh
Is from notes that i´m having problems, i use tha java command and I found a lotusscript instruction, both work perfectly, but now i have another problem, I open the form on a frameset and every onchange that i do on my field list, it refresh the form ok, but ask me if I wanna save the form, how can a fix this?, or do u have any idea how can I configure the form for be an unsave form, I´m using this form just for consulting data, so i don´t want it to be saveable. The reason i´m using a form for consulting is because i´m trying to design a ms access program now in lotus notes. Thx
Subject: RE: Embedded view refresh
If you don’t want to be prompted to save a document in Notes, then add a field named SaveOptions to the form, have it be computed, and set the value to 0. Then Notes won’t ask if you want to save the document when it is being closed.
Subject: Embedded view refresh
if you see “View Source” you will find javascript function "_refresh(
just call that function from onchange event (fields).
Thanks
jana