Printing & Localisation

P

Paresh

Hi All,

I have a couple of important queries as follows:

1) How do I achieve localisation in Infopath? Can anyone please
provide me any reference links or any resource(online, etc.)?

2) Can I customize my infopath form for pronting functionality?
For ex. I have an infopath form which has 10 fields, out of which
user fills in information in only 3 fields and submits the form to the
form library.
The requirement is when the user tries to print this form, only the
fields which has some information (3 fields in this case) should be
printed. I do not want the blank fields to be printed,
Is this possible?


Best Regards,
Paresh
 
P

Paresh

Hello

Also read the Link belowhttp://blogs.msdn.com/infopath/archive/2004/03/18/92032.aspx

Regarding Printing, You can create a view using rules to show only the
Filled in Fields and using a Print Button shift to this View and Print this
view

--
Kalyan G Reddy - INFOPATH MVP 2007http://www.ggktech.com









- Show quoted text -

Thanks a ton guys. Localisation is not an issue for me I guess :)
Kalyan, I also tried creating a new view, dragged my fields onto this
new view again, and set a rule on each of the fields to check their
value to set its visibility.

Suppose, I have 2 views. First view, I use to fill in the fields and
second view, I use to show the fields that have some values filled in
them.
In the second view, I do get the desired results, i.e. the fields whom
I left blank in my first view, are not visible in the second view.
However, I am not able to hide the labels of the hidden fields.

Any pointers in this direction? I think, I am missing something.
Pelase guide.

Thanks,
Paresh
 
K

K.Ramana Reddy(GGK Tech)

Hi,

Which view are you printing First view or second view?
check once?
 
P

Paresh

I will be printing second view.

Regards,
Paresh- Hide quoted text -

- Show quoted text -



I would like to write down the steps which I am using:
I have created 2 views, i.e., view 1 & view 2
In my datasource, I added two element fields (FirstName & SecondName) to my main datasource and then I dragged both the elements onto my view 1 & view 2 as well
In view 2, I applied a "Conditional Formatting" rule on both the fields to hide them if they are blank.
In view 1, I also added a button to traverse from view 1 to view 2

Now when I preview view 1, I can see something like this:

FirstName _______________
LastName______________

GO>>

Please consider ______ as textboxes in above representation

I fill in only "FirstName" with a value say, "Test Name" click GO>>, I
control reaches to view 2 and I see something like this:

FirstName _______________
LastName


So the problem is, even if I manage to hide the textbox which are
blank, I still want to hide their labels (Lastname in above
repeasentation)

Am I doing something wrong?

Regards,
Paresh
 
P

Paresh

I would like to write down the steps which I am using:


Now when I preview view 1, I can see something like this:

FirstName _______________
LastName______________

GO>>

Please consider ______ as textboxes in above representation

I fill in only "FirstName" with a value say, "Test Name" click GO>>, I
control reaches to view 2 and I see something like this:

FirstName _______________
LastName

So the problem is, even if I manage to hide the textbox which are
blank, I still want to hide their labels (Lastname in above
repeasentation)

Am I doing something wrong?

Regards,
Paresh- Hide quoted text -

- Show quoted text -

I tried to find out the solution on this group only and found the
followng link which is helpful to resolve the issue :

http://groups.google.com/group/micr...st&q=hide+label&rnum=7&hl=en#29895c9f7d810674

Thanks,
Paresh
 
Top