Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Need help on Adobe Forms. Issue with Barcode

Former Member
0 Likes
757

Hello Experts

I have a typical requirement for adobe forms.

I need to pass an XML code between the start tag and end tag to a barcode and that should be fit onto a window.

I am facing a bit difficuilty to do it as it may require javascript.

Can any one help me please, its very very urgent.

Regards

RAVI.

Hello Experts

I have a typical requirement for adobe forms.

I need to pass an XML code between the start tag and end tag to a barcode and that should be fit onto a window.

I am facing a bit difficuilty to do it as it may require javascript.

Can any one help me please, its very very urgent.

Regards

RAVI.

3 REPLIES 3
Read only

Former Member
0 Likes
722

Can you please describe your requirement in more detail.

From you question , looks like you want to pass values between opening and closing tag of XML to bar code and display the corresponding bar code ?

<OPEN> VALUE</END>

You want to pass VALUE to bar code ?

Thanks

Manik

Read only

0 Likes
722

Hello Manik.

No actual requirement is to pass values to barcode as follows.

<open>

     value1

     value2

     vlaue3

     value4 .... and many more.

</open>

Now i want to concatinate <open> vlaue1,value2....valuen </open> and pass this entire string to barcode. When i pass this value that bar code dosent fit in the defined in the master page. So, to compress it i need to write a java scipt so that i will fit in that window perfectly.

Hope now it is clear.

Please suggest.

Thnaks in advance.

Ravi

Read only

0 Likes
722

Can you try creating dynamic window . You can se the window as flown (Not sure of exact name ) .

By this way , the window will expand with the content of the text.