cancel
Showing results for 
Search instead for 
Did you mean: 

DisplayType = ActiveX or Native...

former_member189058
Active Contributor
0 Kudos

Hi,

I am using interactive forms through WD4A.

I have two views, View1 and View2

View2 has the foll layout.

Back button -- Action Back - to navigate to view1

interactive form

The interactive form properties are :

enabled = true

displayType = Native

OnActionBack

I am firing an outbound plug which is connected to an inbound plug of View1

However, at runtime, when I click the back button nothing happens....

If I change the displayType to ActiveX, Back button on WD4A works properly.

But I need to use Native DisplayType...

Any ideas on what should be done...???

Regards,

Reema.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Do you have elements on the form from Activex library?

Do you have any elements on the form from Native library?

If your form is Native - then do you have Javascript library inserted thru Utilities > Insert Web Dynpro Script?

You can't use elements from Activex library if your form is Native.

Former Member
0 Kudos

Reema,

What happened when you click Back button. Nothing or you are getting Wait?

former_member189058
Active Contributor
0 Kudos

used SFP_ZCI_UPDATE to update the form and it worked!!!

former_member188831
Contributor
0 Kudos

Hi Reema Shahbazkar

Even i am also facing same issue like when i use native it is going in wait mode....

used SFP_ZCI_UPDATE to update the form and it worked!!!

can yout put more light waht you have udpated what is sfp_zci_update is it a form in sfp.

( i don't have this form in my system).

Please let me know how to get rid of this problem.

Thanks,

Mahesh

Former Member
0 Kudos

Reema,

Like i said - I have no problems.

Let's compare your form an mine then.

You said that your form has dispalyType Native.

Could you give me more details?

Can you open your form in liveCycle designer (transaction SFP or just click the templateSource propertY)?

What is Interface type when you get to LiveCycle designer?

Is it XMLschema based Inteface?

What is Layout type? Is it ZCI Layout?

former_member189058
Active Contributor
0 Kudos

Yes it is XML Schema-based interface type....

and form type is ZCI layout

Former Member
0 Kudos

Reema,

I don't think your problem has something to do with Native/Activex.

My WDA has a window with two views: V1 and V2.

V2 contains UI element InteractiveForm with displayType = Native and a button B1. Just like what you described.

On click B1 I am firing fire_out_V1_plg: V2 gets closed and WDA goes back to V1.

Check your Window properties. Make sure you have defined Navigation link.

Also look at very simple example of "Switch between two views" WDR_TEST_P00011.

Regards,

Tatyana

former_member189058
Active Contributor
0 Kudos

Dear Tatyana,

I have defined the navigation link and am aware of how navigate between two views....

Like I mentioned, It works perfect when displayType = ActiveX

Just doesn't work with Native.

Regards,

Reema