Link to home
Start Free TrialLog in
Avatar of p_partha
p_partha

asked on

Form Field

Hi all,

I feel silly asking such a question but i am going mad at this:

here is the scenario:

There are two forms A and B

i compose documents using form A and display it using Form B
but when i display it , i give the user the option of changing the values also. Once the user changes the value and saves the document, the form name changes to B but i want it to be always form A .

Here is what i tried:

I craeted a form field in the FOrm B and defaulted it to "Form A" - didn;'t work
Before saving the documnet, i deleted the form field and recreated it to point to Form A - it also didn't work

so my formula was

field form:=@deletefield;
field form:="form a"
@postedcommand([filesave]);
@postedcommand([fileclosewindow])


I don't wnat a solution where i have to write a macro to change the form name again...:)

Any ideas or i am completely missing something


partha
Avatar of p_partha
p_partha

ASKER

BTW this is in web

Partha
ASKER CERTIFIED SOLUTION
Avatar of p_partha
p_partha

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Yes Crak, help much appreciated..

Partha
can i ask a question and award the points to myself ?

;-))
Arun,
FYI the question was made to zero points and then my answer was accepted , anyways that seems to be a hack :)

Partha