Hi !
In my app my users can choose what to print on a label.
Now they like to have kind of freedom to decide how to print the data (change layout within several separate lines)
e.g.
Data fields are :
-name1
-name2
-name3
-adress1
-adress2
-land
they might for a certain record to print
-name1
-name2+adress2
-land
but this might be for another record:
-name1+name2
-adress2+adress1
etc.
I made available a way to choose the layout for each record by using a special form with a numbers of buttons, representing part of the data, which can be dragged and dropped in the desired way. I can store that layout in a certain way. But how to dynamicly print the data according the custom label-layout?
-Bart
In my app my users can choose what to print on a label.
Now they like to have kind of freedom to decide how to print the data (change layout within several separate lines)
e.g.
Data fields are :
-name1
-name2
-name3
-adress1
-adress2
-land
they might for a certain record to print
-name1
-name2+adress2
-land
but this might be for another record:
-name1+name2
-adress2+adress1
etc.
I made available a way to choose the layout for each record by using a special form with a numbers of buttons, representing part of the data, which can be dragged and dropped in the desired way. I can store that layout in a certain way. But how to dynamicly print the data according the custom label-layout?
-Bart