Input in oneform Output in anotherform

Hi everybody,

I am facing the problem from oneweek.

Actually I am using SAP as back-end. In my web application there is an “iputform” and “outputform”. By default “inputform” is assigned to the “Frameset1”. “outputform” also assigned to the same frameset1.

Whats my problem is once end user enters his “ÏD” in “inputform” and press a button (assigned a agent) then his personal data

will come into “öutputform”.

I know only output also in the same inputform. But I dont how to display values in anotherform.

Please send me the script, how we can do this. Use any example, its not necessary using SAP.

I am waiting for ur script

Advance Thanks

Sri

Subject: Input in oneform Output in anotherform

I dont know if I understand your problem.

Try to change the form-field so it automatically opens in another form…

Something like this

doc.form=“AnotherForm”

call doc.save(true,true)

Good Luck

ZoomTek.dk

http://www.zoomtek.dk

Subject: Input in oneform Output in anotherform

Hi!

You can do it this way:

  1. User enters ID In Form1

  2. You have a view with a form formula “Form2” in your db

  3. when the user saves the doc it is displayed in this view

  4. a webquerysafeagent in Form1 goes to the view and opens it from there (e.g. by UniversalID)

Now it is opened with Form2 as you have defined in the FOrmFormula section.

Cheers, Michael