printing multiple records of found set but with different layouts based on language
Hello,
Here is my problem: Before I used to use one input language.
Printing multiple records of a find result was easy : These were my
steps :
go to layout ...
sort records
print setup
print : with option records being browsed
Today I added language options.
Say one customer could be FR and an other UK
Based on the language the invitation letter is different.
How to impliment this in my printing script ?
Taking into account that is a found set.
Say I have 1000 customer
I do a searh on whatever : result 10 custumers
But these 10 can be FR or UK !
And I need to print only these 10
Kind regards
Re: printing multiple records of found set but with different layouts based on language
"chapeau_melon" <tomagneessens [at] hotmail.com> schreef in bericht
news:1185200937.387085.222380 [at] k79g2000hse.googlegroups.com.. .
> Hello,
>
> Here is my problem: Before I used to use one input language.
>
> Printing multiple records of a find result was easy : These were my
> steps :
>
> go to layout ...
> sort records
> print setup
> print : with option records being browsed
>
> Today I added language options.
> Say one customer could be FR and an other UK
>
> Based on the language the invitation letter is different.
>
> How to impliment this in my printing script ?
> Taking into account that is a found set.
>
> Say I have 1000 customer
> I do a searh on whatever : result 10 custumers
> But these 10 can be FR or UK !
> And I need to print only these 10
>
> Kind regards
>
first find the FR records
switch to the FR print layout and print
then find the UK records
switch to the UK layout and print.
OR
Create a language database and make ALL your labels calculated. So that they
use the correct language on the current layout based on a language choise.
Now you might add as many languages as you need in the future.