Hi All Experts, I am creating a textfield through html.
And I Have Created a Button.
in The Button I have Written :—
@Command([FileSave]);
But When I am creating a view. One Document created but the text field value is not showing the field.
Please help me how to save value when I am creating a text field as well as a button through tag.
Subject: How To Save???
Dear Pawan,
You cannot do this way, If u r making any field using HTML then u cannot show in ur view, bcoz notes gives ur option to write html but its not give u to show documents in view . For showing documents in a view u have to make field using notes tool.
Did u think ever in HTML that are u able to save html’s data anywhere . normally u use html for making a form , and ur form after submission of ur form sends ur data to server for further processing .
Only notes has ability to save data with his fields, so when u put the name of the field its show ur data. But html is diff thing.
Hope u got some idea.
Rishi
Subject: How To Save???
you need to have an editable notes field with the name textbox on the notes form you are submitting through. You can hide the notes generated field and write your own HTML, but the notes field needs to be there for notes to accept it. It will use the data type of your notes field to decide the data type to create on the back end.