cancel
Showing results for 
Search instead for 
Did you mean: 

submit button -Interactive form -Not triggering

Former Member
0 Kudos

Hi,

I am practicing the interactive form on saptechnical .

Submit button doesn't trigger although i followed all steps.I don't see submit button in schema interface.

Is this an issue? How do I get that event in XML schema interface?

FYI.. I amusing Adobelifecycle designer 7.1 and I have acrobat reader 8.0.I used ZCI layout.

<?xml version="1.0" encoding="utf-8" ?> 
-
-

  <xsd:import namespace="http://www.xfa.org/schema/xfa-data/1.0/" /> 
- <xsd:element name="ADOBE" version="2" fromWDContext="true">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="ZDEPT" minOccurs="1" maxOccurs="1">
- <xsd:complexType>
- <xsd:sequence>
  <xsd:element name="DEPTNO" type="ZDEPT-DEPTNO" /> 
  <xsd:element name="DNAME" type="ZDEPT-DNAME" /> 
  <xsd:element name="LOC" type="ZDEPT-LOC" /> 
  </xsd:sequence>
  </xsd:complexType>
  </xsd:element>
  </xsd:sequence>
  </xsd:complexType>
  </xsd:element>
  </xsd:schema>

Edited by: Vara K on Feb 18, 2009 4:20 AM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi Vara,

Hope you have selected the Submit button from the correct library, if in your WebDynpro Component ur UI element for Interactive form has display type as Native, then you should also select the submit button from WebDynpro Native pallete, and if its Active X then from the WebDynpro Active X Library.

If your selection for Submit buttons are correct , then you may check if the form is set to be dynamic.

For that in the Layout pallete, go to menu options Edit->Form Properties, from the displayed window navigate to defaults tab, and for the Drop Down for XDP Preview format Select Acrobat 8.0 Dynamic Form.

Hope this works out for you....!

Former Member
0 Kudos

Runal,

I just checked it.My display type is activeX and I have choosen right Submit button from Webdynpro ActiveX Library.

I also checked for form properties .As I have desingner 7.1, I saw Adobe 7.1 Dynamic in dropdown and it was aready defaulted.I tried changing default languge to javascript.

I tried testing it.. still nothing happened.

After I run I can see form but When I place mouse on submit button it is diaplying Hand icon.

Should XML schema interface have this submit event?

rgds

vara

Edited by: Vara K on Feb 18, 2009 4:45 AM

Edited by: Vara K on Feb 18, 2009 4:46 AM

Former Member
0 Kudos

Hi Vara,

May be script is not generating. Can you find some piece of generated code in your Submit button click event?

Do one thing :

open your form from Tcode: SFP in change mode go to layout tab.. And on top there is an option called Utilities.

Under that select "Insert Webdynpro Script". Activate your form.

It should solve your problem.

Regards,

Ravi.D

Former Member
0 Kudos

Ravi,

thank you.

It resolved my issue.I am awarding fullpoints.

If possible could you also answer my other question which I posted today ( WD application - Non interactive form - missing 1 line item everytime ?)

Rgds

Vara

Edited by: Vara K on Feb 18, 2009 6:10 AM

Former Member
0 Kudos

Hi Ravi,

I am also facing the same problem as Vara had.

I tried as you told. In SFP in utilities I can see the "insert Web Dynpro Script".But it is in display mode.

What Can I do?

Why it is display mode?

Please reply me...

Former Member
0 Kudos

Change the layout to ZCI to enable "insert Web Dynpro Script".

Regards

Ravikumar

Answers (0)