Notes client action buttons => working on the web ?
Notes client action buttons => working on the web ?
(OP)
Hello,
I developped a Base for the Notes Client.
Then in order to bring the base accessible on the web I developped some forms and pages.. and with the help of CSS I build the same design in the web than in the notes client. It's great !
BUT :
I have a problem with the action button in emmbeded views:
In a form with an embeded view, if the embeded view has action button, the button didn't appear in the Web.
It's horrible... all my buttons were created in emmbeded view..
So I'm searching for a way to use the existing button because a don't want to redevelopp all the formula just for the web...
Thanks.
I developped a Base for the Notes Client.
Then in order to bring the base accessible on the web I developped some forms and pages.. and with the help of CSS I build the same design in the web than in the notes client. It's great !
BUT :
I have a problem with the action button in emmbeded views:
In a form with an embeded view, if the embeded view has action button, the button didn't appear in the Web.
It's horrible... all my buttons were created in emmbeded view..
So I'm searching for a way to use the existing button because a don't want to redevelopp all the formula just for the web...
Thanks.
RE: Notes client action buttons => working on the web ?
Because if they are in Script, they cannot be used in a browser.
Pascal.
RE: Notes client action buttons => working on the web ?
but now I have a problem with parent <-> child documents.
Fields in the child documents are no more inhérited from the parent document.
I'm searching for a solution...
Richard.
RE: Notes client action buttons => working on the web ?
I'm working on the embedded issue...
Pascal.
RE: Notes client action buttons => working on the web ?
This form has two fields, "Field1" and "Field2"
"Form A" is another form with "Field1" and "Field2", the same as in "Forme B" .
In a view diplaying "Form A" I have an action witch créate a Document with "Form B".
In the Notes client, the Forme B inherit the fields "Fields1" and "Fields2" from the Form A.
But not in the web client..
The view is an embeded view.
Richard