Translations - ONYX - 9.0 - Utilisation - Création d'un code barre avec plusieurs informations du spool/2/en

Différence entre versions

De MappingDoc
(Page créée avec « =Solution= ==Explanation== The solution would be to use memory zones which, each, retrieve different desired values from the spooled file and then concatenate them in a zo... »)
 
 
(Une révision intermédiaire par un autre utilisateur non affichée)
Ligne 11 : Ligne 11 :
 
#'''Create a blank zone''' (length = 0)
 
#'''Create a blank zone''' (length = 0)
 
#In the '''label after''', call the value of those memory zones in the format we want them to be concatenated in the zone (Example : <nowiki>[[MEM1]]_[[MEM2]]_[[MEM3]]_[[MEM4]]</nowiki>)
 
#In the '''label after''', call the value of those memory zones in the format we want them to be concatenated in the zone (Example : <nowiki>[[MEM1]]_[[MEM2]]_[[MEM3]]_[[MEM4]]</nowiki>)
#In the '''proprieties of the zone''', select '''Bar Code''' and the '''sub type''' of barcoded desired(Example : QRCODE)
+
#In the '''proprieties of the zone''', select '''Bar Code''' and the '''sub type''' of desired barcoded (Example : QRCODE)

Version actuelle datée du 26 juin 2020 à 12:49

Informations concernant le message (contribuer)

Ce message n’est pas documenté. Si vous savez où ou comment il est utilisé, vous pouvez aider les autres traducteurs en créant sa documentation.

Définition du message (ONYX:9.0:Utilisation:Création d'un code barre avec plusieurs informations du spool)
=Solution=
==Explication==
La solution consiste à utiliser des zones mémoires qui, chacune, récupèrera les différentes valeurs souhaitées et ensuite les concaténer dans une zone. (texte pour l'imprimer, code barre pour le faire apparaitre en code barre, etc)
==Exemple==
Dans votre projet Designer, suivez les étapes suivantes :
#'''Créer une zone''' avec la première valeur à récupérer du spool
##'''Drag and drop''' du spool vers la feuille
##'''Nommer''' la zone : '''MEM1'''
##Passer la zone en type '''Mémoire / Texte Mémoire'''
#'''Répéter l'opération''' avec d'autres zones : '''MEM2, MEM3 et MEM4''' par exemple
#'''Créer une zone vide''' : Avoir le Z bleu dans le ruban (onglet mapping) ou en faisant un drag and drop et en mettant la longuer de la zone à 0 (dans ses propriétés)
#Dans le '''libellé après''', '''appeler les zones mémoire''' comme vous le souhaitez les concaténer dans le code barre (Exemple : <nowiki>[[MEM1]]_[[MEM2]]_[[MEM3]]_[[MEM4]]</nowiki>)
#Dans les '''propriétés de la zone''', sélectionner comme '''type, Code Barre et sous type le code barre souhaité''' (exemple : QRCODE)
Traduction=Solution=
==Explanation==
The solution would be to use memory zones which, each, retrieve different desired values from the spooled file and then concatenate them in a zone. (To be simply displayed as text or barcoded or others)
==Example==
In your Designer project, follow the bellow steps :
#'''Create a zone''' with the first value to be retrieave from the spooled file
##'''Drag and drop''' from the spooled file on to the sheet
##'''Name''' the zone : '''MEM1'''
##Turn the zone into '''Memory / Text Memory'''
#'''Repeat the process''' with the other wanted values : '''MEM2''', '''MEM3''', '''MEM4''' for instance
#'''Create a blank zone''' (length = 0)
#In the '''label after''', call the value of those memory zones in the format we want them to be concatenated in the zone (Example : <nowiki>[[MEM1]]_[[MEM2]]_[[MEM3]]_[[MEM4]]</nowiki>)
#In the '''proprieties of the zone''', select '''Bar Code''' and the '''sub type''' of desired barcoded (Example : QRCODE)

Solution

Explanation

The solution would be to use memory zones which, each, retrieve different desired values from the spooled file and then concatenate them in a zone. (To be simply displayed as text or barcoded or others)

Example

In your Designer project, follow the bellow steps :

  1. Create a zone with the first value to be retrieave from the spooled file
    1. Drag and drop from the spooled file on to the sheet
    2. Name the zone : MEM1
    3. Turn the zone into Memory / Text Memory
  2. Repeat the process with the other wanted values : MEM2, MEM3, MEM4 for instance
  3. Create a blank zone (length = 0)
  4. In the label after, call the value of those memory zones in the format we want them to be concatenated in the zone (Example : [[MEM1]]_[[MEM2]]_[[MEM3]]_[[MEM4]])
  5. In the proprieties of the zone, select Bar Code and the sub type of desired barcoded (Example : QRCODE)