OPALE - 10.0 - KB

Best practices in Designer

De MappingDoc
Révision datée du 12 juillet 2019 à 09:35 par Alestoquoi (discussion | contributions) (Page créée avec « * '''TEXTE memory zones''': if no calculations are required, "Memory" type zones must always have the subtype '''"Text Memory"''' and never "Integer Memory" nor "Floating... »)
Autres langues :
English • ‎français

We recommend that you follow the good practices described below.


  • Name of the projets : FORMAT_SEQUENCE (example: INVOICES_00010.mpp).
An additional comment can be added afterwards (example: INVOICES_00010_Invoices-Clients.mpp). In all cases, it is essential that the first 20 characters in the name of the project be discriminant.
Creating a subfolder for each project where source files of Designer and Connect, components, variable elements and txt or xml example files are placed, is recommended.


  • No calculations: Avoid making calculations in Designer. It is best that you favour making calculations beforehand (ERP, Connect...)


  • TEXTE memory zones: if no calculations are required, "Memory" type zones must always have the subtype "Text Memory" and never "Integer Memory" nor "Floating Memory" (even if the fields handled are numerical)


  • Espacement AVANT : Lors de la création de groupes, gérer les sauts de lignes avec les espacements AVANT. Les espacements APRES ne doivent être utilisés que pour ajouter un espace libre avant l'impression de la ligne suivante. Ne jamais écrire dans un espace réservé par une autre ligne (c-à-d par la ligne précédente ou par la ligne suivante), chaque ligne ayant son propre espace défini par "Espacement AVANT + Espacement APRES".