cancel
Showing results for 
Search instead for 
Did you mean: 

Adobe Form Problem

Former Member
0 Kudos

Hi Expert......

I Have write this code on Submit button in my interactive adobe form. this submit button is simple regular button.

This code on Click Event and with JavaScript Languge but it is not working......

Var bCanSubmit = true;

if ( (! IsSpecified(TextField1) )

{

xfa.host.messageBox("Please fill Field A.");

bCanSubmit = false;

}

I am using this code for prevent the form from being Saved if Field A isnu2019t filled.

Regards,

Shri

Accepted Solutions (0)

Answers (1)

Answers (1)

JanStallkamp
Employee
Employee
0 Kudos

Sorry, this is not the Adobe Form forum but the ABAP General forum. Please ask you question in the appropriate forum.

Best regards,

Jan Stallkamp

Former Member
0 Kudos

Adobe is also a part of ABAP. so its a right fourm.

JanStallkamp
Employee
Employee
0 Kudos

>

> Adobe is also a part of ABAP. so its a right fourm.

There is a forum "SAP Interactive Forms by Adobe" which seems to be the right one for your question. This is the general ABAP forum which does not mean, that it should be used for everything that is somehow connected with ABAP. It is only for questions regarding the programming language ABAP that are not subject of any other forum.

And as I noticed you have been posting the same question to an other forum. Cross posting is a behaviour we do not accept in the SCN forums (if there are not very good reasons and it is clearly stated). Please read our rules of engagement before posting.

Best regards,

Jan Stallkamp