WO2013117831A1 - Device intended to produce and/or fill in forms, method for producing forms and forms thus obtained - Google Patents

Device intended to produce and/or fill in forms, method for producing forms and forms thus obtained Download PDF

Info

Publication number
WO2013117831A1
WO2013117831A1 PCT/FR2013/000034 FR2013000034W WO2013117831A1 WO 2013117831 A1 WO2013117831 A1 WO 2013117831A1 FR 2013000034 W FR2013000034 W FR 2013000034W WO 2013117831 A1 WO2013117831 A1 WO 2013117831A1
Authority
WO
WIPO (PCT)
Prior art keywords
forms
fields
field
producing
filled
Prior art date
Application number
PCT/FR2013/000034
Other languages
French (fr)
Inventor
Pierre - Yves LAZURE
Original Assignee
Addinware
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Addinware filed Critical Addinware
Publication of WO2013117831A1 publication Critical patent/WO2013117831A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/174Form filling; Merging

Definitions

  • the present invention relates to a device for producing and / or filling forms in which there are provided fields to be filled by users, a device comprising a computer comprising a display member for displaying said forms, an input member for fill said fields, a storage member for holding information.
  • the invention also relates to a method for producing forms.
  • the invention also relates to the forms obtained by the device and by the implementation of the method.
  • the invention provides a device of the aforementioned kind which provides greater ease for the user to create forms and / or fill them.
  • the device according to the preamble is remarkable in that the storage device comprises a database containing a list of the fields to be filled and data to ensure the management of these fields.
  • FIG. 1 shows a device according to the invention
  • FIG. 2 shows a schematic view of the form to be completed
  • Figure 3 shows a table illustrating a management database for completing the forms
  • FIG. 4 shows the operation of the invention
  • FIG. 5 shows a screen used for entering and creating forms.
  • FIG. 6 shows a flow chart for defining the operation of the method implemented in the device of the invention.
  • FIG. 7 shows a flowchart for defining the operation of the method, implemented in the device of the invention, to fill a form
  • Figure 8 shows a flow chart for defining the operation of the method, implemented in the device of the invention, to create a form.
  • the present invention uses as software:
  • FIG. 1 there is shown a device according to the invention. Its structure is that of a PC-style computer.
  • the reference 1 identifies the processing unit including the processor and other components such as RAM etc.
  • a display screen 3 on which the form 5 will appear
  • a keyboard 7 for the input of various data necessary for the implementation of the invention
  • a printer 10 which allows, among other things , to print the form and also a storage device 12 kind hard disk to contain, inter alia, the information needed to manage the implementation of the invention.
  • This storage organ 12 will contain a management database 15 associated with the form 5 to ensure consistency of the information that will be entered in the fields of the form.
  • the device of the invention operates according to already mentioned software such as Word and the Excel variant already mentioned. These various software will also be installed in the memory device at the respective locations 17 and 19.
  • Figure 2 shows a partial and schematic view of the form 5 which it is proposed to treat, by way of example.
  • This form is a payment recovery form.
  • the screen is divided into two parts PI and P2.
  • PI simply shows a list of all fields to fill in and / or frames with dependencies. This is visualized using the IntegralUI TreeListView and SpreadsheetGear software. This PI part is, in a way, assistance to the seizure. On this part PI which thus visualizes the structure of the form (STRUC FORM). This PI part is formed of two columns. A Nid column gives the names of the frames that will be discussed later and all the fields with their associated values. The Nest column also shows the hierarchy and dependency of these fields.
  • P2 shows the text accompanying these fields to form the form that will, in fact, be submitted to an administration or a client organization.
  • the form has two options:
  • - option 01 which relates to a reminder for late payment of invoice.
  • - option 02 which relates to the last bill payment reminder before taking more coercive measures.
  • the field Idl presents an input field which defines the envisaged option 01 or 02, this field is filled by means of a previously defined list. This field is visible in PI and invisible in P2.
  • the field Id2 concerns the place where the form is filled. This field must be filled in
  • the Id3 field is the date the form is filled. This field is required.
  • the Id4 and Id5 fields relating respectively to the options 01 or 02 are automatically filled when the choice is made.
  • the Id6 and Id7 fields relating respectively to the options 01 or 02 are automatically filled when the choice is made.
  • Id8, Id9 and IdlO relate to the references of a first invoice implicated by the form of reminder of payments.
  • Id8 is the reference of the invoice
  • Id9 is its date
  • IdlO is the amount. The entry of these references is mandatory.
  • the fields Idl 1, Idl 2 and Idl 3 relate to a second invoice.
  • the fields Idl 4 and Idl 5 are displayed according to the choice of one of the options 01 or 02.
  • the Idl 6 and Idl 7 fields are displayed as already indicated.
  • the input of the different fields is done under the control of a form management database which is represented in tabular form.
  • This database is organized in lines, each of which concerns a field or a frame inserted into the form and includes fields giving the dependence of each field vis-à-vis other fields (NIdl, .. .), fields concerning the visualization giving the authorization to the fields to be displayed in P2 (VW), fields of modifications (EDT) which allow or not the modification of the fields, thus giving the authorization to be displayed in Pl.
  • This table thus synthesizes the behavior of all the fields and the groups of the form 5.
  • Id is the reference of the field or frame
  • VAL is a value assigned to the field
  • VW determines according to its value, if the field or the frame is visible (value "1") or not: value "0"
  • EDT determines according to its value whether the field can be entered or modified.
  • a value of "1" indicates that the field can be modified and a value other than "1" that it can not be modified.
  • the field can also be the result of calculations and depend on various conditions. For example, a field assigned to a wedding date must be inoperative if the person completing the form is single.
  • CHK is a control value relating to the integrity of the field.
  • a value of "1" indicates that the field has a correct value and a value other than "1" that there is an error.
  • a message indicating the nature of the error may occur in a bubble appearing in the vicinity in P2.
  • Cl takes the value "1" if the choice is on option 01 and a value other than "1" if this choice is on 02.
  • the EDT values indicate whether the field is editable or not.
  • the crosses on this table show the dependence of the fields.
  • the cross, in a field, in line 2 concerning the field FR1 (the frame 1 therefore) shows that this field depends on the form 5.
  • the crosses relating to the fields Id1 to Id5 show that these fields are in the frame NFR1 etc.
  • the various fields can, in the general framework and in a non-exhaustive way, be filled manually, by the result of a calculation or also from an external database.
  • FIG. 4 shows the operation of the device of the invention.
  • This figure shows different boxes each corresponding to a task to perform.
  • the box Kl is the model of the document from which we will work.
  • Box K5 is the update of the table. From this table, we update, box K7, the document shown in the P2 part and the PI part that are displayed on the screen. Then everything that is entered via PI comes in the column VAL of the table (box Kl 1). Then we return to box K5 where the table is updated, as already indicated and so on, as long as the entries are necessary. The above process is performed for each completed field.
  • Figure 5 shows a screen that the designer perceives.
  • the icons are divided into several groups: in particular, the group GR1 which contains the icons relating to the input of the form, the group GR2 is relative to the design of this form and the group GR3 to its diffusion.
  • the GR1 group contains five icons ICU1, ICU2, ICU3 and ICU5.
  • the GR2 group contains four icons: ICC1, ICC2, ICC3 and ICC4.
  • P3 In addition to the parts PI and P2 already mentioned, a third part: P3 appears. This part P3 concerns the properties of the fields or frames that are inserted in the form. These properties, relative to each field or frame, are organized in three paragraphs PARAI, PARA2 and PARA3, in the following way.
  • the paragraph PARAI contains the TYP type of the field (date, text, checkbox, choice list, 7), its name Nest, it can also be attributed IBU information bubble giving a description of the field.
  • paragraph PARA3 is relative to the validation of the field: CHK. If this field is recognized as valid, no action is taken, if it is considered invalid then a bubble message is generated as a bubble. The wording of this message is given by the MSG box in paragraph PARA3. For example, to indicate a mandatory entry of Id2, the heading on this line has a FL1 condition that can be written using the Exel syntax:
  • the form is therefore developed as follows. After installing the software, the Word screen is modified by the additions of different icons.
  • the development of the form begins by pressing the ICU1 create icon opening a form creation file. The screen splits according to the three parts PI, P2 and P3 already described.
  • the creator types his text in the P2 part and when he wants to insert a field, he clicks on the icon ICU3.
  • the field is given a reference and on the part P3, one can define its properties. Depending on this, a line of the table of Figure 3 is added.
  • Figure 6 schematically shows a first flowchart. This flowchart explains both aspects of operation.
  • the box K1 00 shows the initialization phases which make it possible to explain to the box
  • Kl 05 a choice for the designer / designer or for the user. If we want to create a form, we go to box Kl 06, if we want to use a form we go to box K110.
  • Figure 7 explains the operation in the case of form creation.
  • the creator will move to the P2 screen and type labels in the form (box Kl 50).
  • the creator defines its field its nature (date, numerical field etc.) It can modify its properties and go in the screen P3 (box Kl 60).
  • the fully populated field will register in the management database.
  • FIG. 8 shows the operation in the case where the user fills out the form.
  • Box K200 is the task during which the form is completed. Each completed field will update the management database (box K210). Its value is put in the line concerning the field under the heading VAL.
  • a date field can be evaluated according to criteria the date of birth of a child must be later than the date of birth of his / her parents.
  • the birthday of the person concerned must be less than 150 years from today's date, etc.,
  • a method for providing forms results from the operation phases of the device described above. In other words, it has the following steps:
  • a program that determines the execution of the form development phases is also part of the invention.

Abstract

This device produces forms in a simple manner. It uses in particular commonplace text processing facilities which aid the wording thereof. A table manages the fields of the form in particular to make them appear, to mask them and also to lock their values. Provision is also made for means for distributing them to recipients. This device also provides the means for testing the validity of the filled-in fields of the forms. Ref Figure 1 application to the design of forms. The invention affords substantial aids to filling them in.

Description

« Dispositif destiné à produire et/ou à remplir des formulaires, procédé pour produire des formulaires et formulaires ainsi obtenus. »  "Device for producing and / or filling out forms, process for producing forms and forms thus obtained. "
La présente invention concerne un dispositif destiné à produire et/ou à remplir des formulaires dans lesquels il est prévu des champs à remplir par des utilisateurs, dispositif formé d'un ordinateur comportant un organe de visualisation pour visualiser lesdits formulaires, un organe de saisie pour remplir lesdites champs, un organe de mémorisation pour contenir des informations. The present invention relates to a device for producing and / or filling forms in which there are provided fields to be filled by users, a device comprising a computer comprising a display member for displaying said forms, an input member for fill said fields, a storage member for holding information.
L'invention concerne aussi un procédé pour produire des formulaires.  The invention also relates to a method for producing forms.
L'invention concerne également les formulaires obtenus par le dispositif et par la mise en oeuvre du procédé.  The invention also relates to the forms obtained by the device and by the implementation of the method.
Les formulaires sont omniprésents dans la vie, ils permettent d'obtenir, d'une manière synthétique, des renseignements provenant d'un individu pour une institution. Remplir un formulaire n'est pas toujours une tâche facile et il arrive que l'on commette des erreurs los de cette opération. Il y a donc lieu d'éviter, au maximum, les erreurs.  Forms are ubiquitous in life, they allow to obtain, in a synthetic way, information coming from an individual for an institution. Filling in a form is not always an easy task and sometimes mistakes are made in this operation. It is therefore necessary to avoid errors as much as possible.
La création de formulaires est aussi une tâche délicate. Pour produire et traiter des formulaires, il est connu de faire appel à des traitements informatiques. On pourra, à ce sujet, se rapporter, par exemple, à la référence ci-dessous :  Forms creation is also a delicate task. To produce and process forms, it is known to use computer processing. On this subject, reference may be made, for example, to the reference below:
http://www.supelec.fr/ecole/cri/formulaire pdf.pdf  http://www.supelec.fr/ecole/cri/formulaire pdf.pdf
Bien qu'apportant des facilités, la génération de formulaires selon cette référence présente les inconvénients suivants :  Although providing facilities, the generation of forms according to this reference has the following drawbacks:
- on doit se conformer au gabarit du formulaire sans qu'il n'y ait aucune souplesse, - si il est possible d'afficher une arborescence complète des champs présents dans le formulaire, cette arborescence n'est pas accessible lors de la saisie des champs. Ceci entraîne donc :  - you must comply with the template of the form without any flexibility, - if it is possible to display a complete tree of the fields present in the form, this tree is not accessible when entering data. fields. This entails:
- une saisie plus longue car il faut parcourir toutes les pages du document,  - a longer entry because you have to go through all the pages of the document,
- une difficulté d'appréhension pour l'utilisateur car celui-ci n'a pas une vue globale des groupes de saisies à effectuer,  a difficulty of apprehension for the user because it does not have an overall view of the groups of inputs to be made,
- absence de détection d'anomalies.  - absence of anomalies detection.
Il est à noter que l'utilisation de ce procédé connu implique des connaissances en informatique pour créer des formulaires, ainsi il est impossible, sans ces connaissances de programmation, de pouvoir, par exemple, rendre invisible ou visible un champ en fonctions des valeurs saisies dans d'autres champs. L'invention propose un dispositif du genre précité qui procure une plus grande facilité pour l'utilisateur en vue de créer des formulaires et/ou aussi de les remplir. It should be noted that the use of this known method involves computer skills to create forms, so it is impossible, without this programming knowledge, to be able, for example, to make a field visible or invisible depending on the values entered. in other fields. The invention provides a device of the aforementioned kind which provides greater ease for the user to create forms and / or fill them.
Conformément à l'invention, le dispositif selon le préambule est remarquable en ce que l'organe de mémorisation comporte une base de données contenant une liste des champs à remplir et des données pour assurer la gestion de ces champs.  According to the invention, the device according to the preamble is remarkable in that the storage device comprises a database containing a list of the fields to be filled and data to ensure the management of these fields.
Ainsi, selon les mesures préconisées par l'invention, il devient possible d'utiliser un traitement de texte tel que Word qui donne des possibilités que ne présente pas le dispositif de l'art antérieur cité.  Thus, according to the measures recommended by the invention, it becomes possible to use a word processor such as Word which gives possibilities that does not present the device of the cited prior art.
Le formulaire ainsi élaboré par ces mesures se compose finalement d'un document Word et d'une liste de champs avec leurs propriétés.  The form thus developed by these measures ultimately consists of a Word document and a list of fields with their properties.
La description suivante accompagnée des dessins ci-annexés, le tout donné à titre d'exemple non limitatif, fera bien comprendre comment l'invention peut être réalisée. Dans les dessins : The following description accompanied by the accompanying drawings, all given by way of non-limiting example, will make it clear how the invention can be realized. In the drawings:
la figure 1 montre un dispositif conforme à l'invention,  FIG. 1 shows a device according to the invention,
la figure 2 montre une vue schématique du formulaire à remplir,  FIG. 2 shows a schematic view of the form to be completed,
la figure 3 montre un tableau illustrant une base de données de gestion pour permettre de remplir les formulaires,  Figure 3 shows a table illustrating a management database for completing the forms,
la figure 4 montre le fonctionnement de l'invention,  FIG. 4 shows the operation of the invention,
la figure 5 montre un écran utilisé pour la saisie et la création de formulaires, la figure 6 montre un organigramme pour définir le fonctionnement du procédé mis en œuvre dans le dispositif de l'invention,  FIG. 5 shows a screen used for entering and creating forms. FIG. 6 shows a flow chart for defining the operation of the method implemented in the device of the invention.
la figure 7 montre un organigramme pour définir le fonctionnement du procédé, mis en œuvre dans le dispositif de l'invention, pour remplir un formulaire,  FIG. 7 shows a flowchart for defining the operation of the method, implemented in the device of the invention, to fill a form,
la figure 8 montre un organigramme pour définir le fonctionnement du procédé, mis en œuvre dans le dispositif de l'invention, pour créer un formulaire.  Figure 8 shows a flow chart for defining the operation of the method, implemented in the device of the invention, to create a form.
La présente invention utilise comme logiciels :  The present invention uses as software:
1) Word de Microsoft (marque enregistrée)  1) Microsoft Word (registered trademark)
2) Une variante d'Excel (marque enregistrée) :  2) A variant of Excel (registered trademark):
SpreadsheetGear (marque enregistrée) LLC 8889 Bourgade Street Suite 101  SpreadsheetGear (registered trademark) LLC 8889 Bourgade Street Suite 101
Lenexa, KS 66219  Lenexa, KS 66219
3) Visual studio de Microsoft.  3) Microsoft Visual Studio.
4) IntegralUI TreeListView de la société Lidor Systems. Sur ces figures, les éléments cofnmuns portent tous les mêmes références. 4) IntegralUI TreeListView from Lidor Systems. In these figures, the common elements all bear the same references.
A la figure 1, on a représenté un dispositif conforme à l'invention. Sa structure est celle d'un ordinateur de style PC. La référence 1 repère l'unité de traitement comportant notamment le processeur et autres composants tels que mémoire vive etc. A l'unité de traitement 1 sont adjoints un écran de visualisation 3 sur lequel va apparaître le formulaire 5, un clavier 7 pour la saisie de différentes données nécessaires pour la mise en oeuvre de l'invention, une imprimante 10 qui permet, entre autres, d'imprimer le formulaire et aussi un organe de mémorisation 12 genre disque dur pour contenir, entre autres, les informations nécessaires à la gestion de la mise en œuvre de l'invention.  In Figure 1, there is shown a device according to the invention. Its structure is that of a PC-style computer. The reference 1 identifies the processing unit including the processor and other components such as RAM etc. At the processing unit 1 are added a display screen 3 on which the form 5 will appear, a keyboard 7 for the input of various data necessary for the implementation of the invention, a printer 10 which allows, among other things , to print the form and also a storage device 12 kind hard disk to contain, inter alia, the information needed to manage the implementation of the invention.
Cet organe de mémorisation 12 va contenir une base de données de gestion 15, associée au formulaire 5 pour assurer une cohérence des informations qui seront inscrites dans les champs du formulaire. Le dispositif de l'invention fonctionne selon des logiciels déjà mentionnés tels que Word et la variante d'Excel déjà mentionnée. Ces différents logiciels seront installés aussi dans l'organe de mémorisation aux emplacements respectifs 17 et 19.  This storage organ 12 will contain a management database 15 associated with the form 5 to ensure consistency of the information that will be entered in the fields of the form. The device of the invention operates according to already mentioned software such as Word and the Excel variant already mentioned. These various software will also be installed in the memory device at the respective locations 17 and 19.
A- Saisie des champs du formulaire.  A- Enter the fields of the form.
La figure 2 montre une vue partielle et schématique du formulaire 5 que l'on se propose de traiter, en guise d'exemple. Ce formulaire est un formulaire de relance de paiements.  Figure 2 shows a partial and schematic view of the form 5 which it is proposed to treat, by way of example. This form is a payment recovery form.
L'écran se décompose en deux parties PI et P2.  The screen is divided into two parts PI and P2.
PI montre simplement une liste de tous les champs à remplir et/ou de cadres avec des dépendances. Ceci est visualisé en utilisant les logiciels IntegralUI TreeListView et SpreadsheetGear. Cette partie PI constitue, en quelque sorte, une assistance à la saisie. Sur cette partie PI qui visualise donc la structure du formulaire (STRUC FORM). Cette partie PI est formée de deux colonnes. Une colonne Nid donne le nom des cadres dont il sera question plus loin et de tous les champs avec leurs valeurs associées. La colonne Nid montre aussi la hiérarchie et la dépendance de ces champs.  PI simply shows a list of all fields to fill in and / or frames with dependencies. This is visualized using the IntegralUI TreeListView and SpreadsheetGear software. This PI part is, in a way, assistance to the seizure. On this part PI which thus visualizes the structure of the form (STRUC FORM). This PI part is formed of two columns. A Nid column gives the names of the frames that will be discussed later and all the fields with their associated values. The Nest column also shows the hierarchy and dependency of these fields.
P2 montre le texte accompagnant ces champs pour former le formulaire qui sera, en fait, soumis à une administration ou un organisme client.  P2 shows the text accompanying these fields to form the form that will, in fact, be submitted to an administration or a client organization.
Le formulaire présente deux options :  The form has two options:
- l'option 01 qui se rapporte à un rappel pour un retard de paiement de facture. - l'option 02 qui est relative au dernier rappel de paiement de facture avant de prendre des mesures plus coercitives. - option 01 which relates to a reminder for late payment of invoice. - option 02 which relates to the last bill payment reminder before taking more coercive measures.
Ce choix se fait en activant un petit menu déroulant du champ Idl . Les différents champs à remplir sont regroupés en cadres pour des raisons de facilité et aussi de présentation. Dans cet exemple décrit, il y a 3 cadres FR1, FR2 et FR3:  This choice is made by activating a small drop-down menu of the Idl field. The different fields to be filled in are grouped in frames for reasons of ease and also of presentation. In this example described, there are 3 frames FR1, FR2 and FR3:
Le champ Idl présente un champ de saisie qui définit l'option envisagée 01 ou 02, ce champ se rempli au moyen d'une liste préalablement définie. Ce champ est visible dans PI et invisible dans P2.  The field Idl presents an input field which defines the envisaged option 01 or 02, this field is filled by means of a previously defined list. This field is visible in PI and invisible in P2.
Le champ Id2 concerne le lieu où est rempli le formulaire. Ce champ doit être rempli obligatoirement  The field Id2 concerns the place where the form is filled. This field must be filled in
Le champ Id3 concerne la date à laquelle le formulaire est rempli. Ce champ est obligatoire.  The Id3 field is the date the form is filled. This field is required.
Les champs Id4 et Id5 relatifs respectivement aux options 01 ou 02 se remplissent automatiquement lorsque le choix est fait.  The Id4 and Id5 fields relating respectively to the options 01 or 02 are automatically filled when the choice is made.
Les champs Id6 et Id7 relatifs respectivement aux options 01 ou 02 se remplissent automatiquement aussi lorsque le choix est fait.  The Id6 and Id7 fields relating respectively to the options 01 or 02 are automatically filled when the choice is made.
Les champs Id8, Id9 et IdlO concernent les références d'une première facture mise en cause par le formulaire de relance de paiements. Id8 est la référence de la facture, Id9 est sa date et IdlO, son montant. La saisie de ces références est obligatoire.  The fields Id8, Id9 and IdlO relate to the references of a first invoice implicated by the form of reminder of payments. Id8 is the reference of the invoice, Id9 is its date and IdlO is the amount. The entry of these references is mandatory.
Les champs Idl 1, Idl 2 et Idl 3 sont relatives à une deuxième facture.  The fields Idl 1, Idl 2 and Idl 3 relate to a second invoice.
Les champs Idl 4 et Idl 5 s'affichent en fonction du choix de l'une des options 01 ou 02.  The fields Idl 4 and Idl 5 are displayed according to the choice of one of the options 01 or 02.
Les champs Idl 6 et Idl 7 s'affichent de la manière déjà indiquée.  The Idl 6 and Idl 7 fields are displayed as already indicated.
Il faut bien noter que l'on remplit le formulaire dans la partie Pl. Un champ rempli dans PI est reporté dans P2.  It should be noted that the form is filled in the Pl part. A field filled in PI is reported in P2.
La saisie des différents champs est effectuée sous la dépendance d'une base de données de gestion de formulaire qui est représentée sous la forme de tableau. Ceci est montré à la figure 3. Cette base de données est organisée en lignes dont chacune concerne un champ ou un cadre inséré dans ledit formulaire et comporte des rubriques donnant la dépendance de chaque champ vis à vis d'autres champs (NIdl,...), des rubriques concernant la visualisation donnant l'autorisation aux champs d'être affichés dans P2 (VW), des rubriques de modifications (EDT) qui permettent ou non la modification des champs, donnant ainsi l'autorisation d'être affichés dans Pl. Ce tableau synthétise donc le comportement de tous les champs et les groupes du formulaire 5. Sur le tableau : The input of the different fields is done under the control of a form management database which is represented in tabular form. This is shown in Figure 3. This database is organized in lines, each of which concerns a field or a frame inserted into the form and includes fields giving the dependence of each field vis-à-vis other fields (NIdl, .. .), fields concerning the visualization giving the authorization to the fields to be displayed in P2 (VW), fields of modifications (EDT) which allow or not the modification of the fields, thus giving the authorization to be displayed in Pl. This table thus synthesizes the behavior of all the fields and the groups of the form 5. On the board :
Id est la référence du champ ou du cadre,  Id is the reference of the field or frame,
Nid est le nom qui va apparaître sur l'écran,  Nest is the name that will appear on the screen,
VAL est une valeur affectée au champ,  VAL is a value assigned to the field,
VW détermine selon sa valeur, si le champ ou le cadre est visible (valeur « 1 ») ou non : valeur « 0 »  VW determines according to its value, if the field or the frame is visible (value "1") or not: value "0"
EDT détermine selon sa valeur si le champ peut être saisi ou modifiable. Une valeur « 1 » indique que le champ peut être modifié et une valeur autre que « 1 » qu'il n'est pas modifiable. Le champ peut aussi être le résultat de calculs et dépendre de conditions diverses. Ainsi, par exemple, un champ affecté à une date de mariage doit être inopérant si la personne remplissant le formulaire est célibataire.  EDT determines according to its value whether the field can be entered or modified. A value of "1" indicates that the field can be modified and a value other than "1" that it can not be modified. The field can also be the result of calculations and depend on various conditions. For example, a field assigned to a wedding date must be inoperative if the person completing the form is single.
CHK est une valeur de contrôle relative à l'intégrité du champ. Une valeur « 1 » indique que le champ a une valeur correcte et une valeur autre que « 1 » qu'il y a une erreur. Un message indiquant la nature de l'erreur peut survenir dans une bulle apparaissant au voisinage dans P2.  CHK is a control value relating to the integrity of the field. A value of "1" indicates that the field has a correct value and a value other than "1" that there is an error. A message indicating the nature of the error may occur in a bubble appearing in the vicinity in P2.
Dans le tableau, on mentionne une condition Cl. Cl prend la valeur « 1 » si le choix porte sur l'option 01 et une valeur autre que « 1 » si ce choix est sur 02.  In the table, we mention a condition Cl. Cl takes the value "1" if the choice is on option 01 and a value other than "1" if this choice is on 02.
On mentionne aussi dans ce tableau des valeurs VAL qui découle d'une opération logique. Ainsi pour la ligne concernant Id4 on écrit :  Values VAL are also mentioned in this table as a result of a logical operation. So for the line concerning Id4 we write:
FL2 =IF val ((Idl)= 01 ; [01], "") FL2 = IF val ((Idl) = 01; [01], "")
Et pour la ligne concernant Id5 : And for the line concerning Id5:
FL2 =IF val ((Idl)= 02 ; [02], "") FL2 = IF val ((Idl) = 02; [02], "")
Ce qui se traduit par un test sur la valeur de Idl. Si cette valeur indique le choix 01 alors un texte relatif à ce choix est affiché dans le champ Id4. De la même manière, si le choix est sur 02, on aura un texte relatif à ce choix qui sera affiche dans le champ Id5. This translates into a test on the value of Idl. If this value indicates the choice 01 then a text relating to this choice is displayed in the Id4 field. In the same way, if the choice is on 02, one will have a text relative to this choice which will be displayed in the field Id5.
Les valeurs EDT indiquent si le champ est modifiable ou non. Les croix apposées sur ce tableau montrent la dépendance des champs. Ainsi la croix portée, dans une rubrique, à la ligne 2 concernant le champ FRl (le cadre 1 donc) montre que ce champ dépend du formulaire 5. Les croix relatives aux champs Idl à Id5 montrent bien que ces champs sont dans le cadre NFR1, etc. Les différents champs peuvent, dans le cadre général et d'une manière non exhaustive, être remplis manuellement, par le résultat d'un calcul ou aussi à partir d'une base de données externe. The EDT values indicate whether the field is editable or not. The crosses on this table show the dependence of the fields. Thus, the cross, in a field, in line 2 concerning the field FR1 (the frame 1 therefore) shows that this field depends on the form 5. The crosses relating to the fields Id1 to Id5 show that these fields are in the frame NFR1 etc. The various fields can, in the general framework and in a non-exhaustive way, be filled manually, by the result of a calculation or also from an external database.
La figure 4 montre le fonctionnement du dispositif de l'invention.  Figure 4 shows the operation of the device of the invention.
Cette figure montre différentes cases correspondant chacune à une tâche à effectuer. This figure shows different boxes each corresponding to a task to perform.
La case Kl est le modèle du document à partir duquel on va travailler. The box Kl is the model of the document from which we will work.
La case K5 est la mise à jour du tableau. A partir de ce tableau, on actualise, case K7, le document montré dans la partie P2 ainsi que la partie PI qui se visualisent à l'écran. Puis tout ce qui est saisi via PI vient dans la colonne VAL du tableau (case Kl 1). Puis on retourne à la case K5 où le tableau est mis à jour, comme déjà indiqué et ainsi de suite, tant que les saisies sont nécessaires. Le processus ci-dessus indiqué se déroule pour chaque champ rempli.  Box K5 is the update of the table. From this table, we update, box K7, the document shown in the P2 part and the PI part that are displayed on the screen. Then everything that is entered via PI comes in the column VAL of the table (box Kl 1). Then we return to box K5 where the table is updated, as already indicated and so on, as long as the entries are necessary. The above process is performed for each completed field.
Ainsi, par cette mise à jour qui s'effectue donc dès qu'un champ est rempli, la perception du formulaire va changer. Par exemple des champs peuvent disparaître car ils ne sont plus concernés ou alors ce sont d'autres champs qui peuvent surgir dans PI et dans P2.  Thus, by this update which is done as soon as a field is filled, the perception of the form will change. For example, fields may disappear because they are no longer involved or else other fields can appear in PI and in P2.
B- Création d'un formulaire  B- Creating a form
On se reporte à la figure 5 qui explicite la façon de créer un formulaire conformément à l'invention.  Referring to Figure 5 which explains how to create a form according to the invention.
Lorsque l'invention est mise en place, il est pratique d'utiliser le logiciel Word. When the invention is put in place, it is convenient to use the Word software.
La figure 5 montre un écran que perçoit le concepteur. Sur la partie supérieure en bandeau on a montré seulement les icônes nécessaires pour la mise en application de l'invention. Ces icônes sont réparties en plusieurs groupes : notamment, le groupe GR1 qui contient les icônes relatives à la saisie du formulaire, le groupe GR2 est relatif à la conception de ce formulaire et le groupe GR3 à sa diffusion. Figure 5 shows a screen that the designer perceives. On the upper part in strip we showed only the icons necessary for the implementation of the invention. These icons are divided into several groups: in particular, the group GR1 which contains the icons relating to the input of the form, the group GR2 is relative to the design of this form and the group GR3 to its diffusion.
Le groupe GR1 contient cinq icônes ICU1, ICU2, ICU3 et ICU5.  The GR1 group contains five icons ICU1, ICU2, ICU3 and ICU5.
Quand on clique sur l'icône ICU1, on déclenche le processus de l'invention d'ouverture de fichier pour la création de formulaire sur le document Word affiché en P2.  When we click on the icon ICU1, we trigger the process of the invention opening file for the form creation on the Word document displayed in P2.
Sur l'icône ICU2, on désactive le fichier,  On the ICU2 icon, disable the file,
Sur l'icône ICU3, on affiche la partie PI facilitant la saisie des différents champs du formulaire. Sur l'icône ICU5, on déclenche le processus de diffusion du formulaire selon une liste de destinataires préalablement définie. On the ICU3 icon, we display the PI part making it easier to enter the different fields of the form. On the icon ICU5, the process of broadcasting the form is triggered according to a previously defined list of recipients.
Le groupe GR2 contient quatre icônes : ICC1, ICC2, ICC3 et ICC4.  The GR2 group contains four icons: ICC1, ICC2, ICC3 and ICC4.
Quand on clique sur l'icône ICC1, on déclenche le processus d'insertion d'un cadre, dans le formulaire.  When we click on the icon ICC1, we trigger the process of inserting a frame, in the form.
Sur l'icône ICC2, on insère un champ dans le formulaire.  On the ICC2 icon, we insert a field in the form.
Sur l'icône ICC3, on autorise la modification des propriétés des champs.  On the icon ICC3, it is possible to modify the properties of the fields.
Sur l'icône ICC4, on rajoute un champ dont son contenu découle d'un processus externe saisie qui découle d'un calcul externe.  On the ICC4 icon, we add a field whose contents stem from an external process entered that results from an external calculation.
Sous le bandeau, le reste de l'écran est partagé en trois parties :  Under the banner, the rest of the screen is divided into three parts:
- Outre les parties PI et P2 déjà mentionnées, une troisième partie : P3 apparaît. Cette partie P3 concerne les propriétés des champs ou des cadres que l'on insère dans le formulaire. Ces propriétés, relatives à chaque champ ou cadre, sont organisées en trois paragraphes PARAI, PARA2 et PARA3, de la façon suivante.  - In addition to the parts PI and P2 already mentioned, a third part: P3 appears. This part P3 concerns the properties of the fields or frames that are inserted in the form. These properties, relative to each field or frame, are organized in three paragraphs PARAI, PARA2 and PARA3, in the following way.
Le paragraphe PARAI contient le type TYP du champ (date, texte, case à cocher, liste de choix,...), son nom Nid, on peut aussi lui attribuer une information bulle IBU donnant une description du champ.  The paragraph PARAI contains the TYP type of the field (date, text, checkbox, choice list, ...), its name Nest, it can also be attributed IBU information bubble giving a description of the field.
Le paragraphe PARA2 contient les informations régissant le comportement du champ, par exemple, s'il est masqué (VW≠ 1) ou s'il est saisissable (EDT = 1).  Para2 contains the information governing the behavior of the field, for example if it is hidden (VW ≠ 1) or is enterable (EDT = 1).
Enfin le paragraphe PARA3 est relatif à la validation du champ : CHK. Si ce champ est reconnu valable, aucune action n'est entreprise, si il est considéré comme non valable alors un message bulle est engendré sous forme de bulle. Le libellé de ce message est donné par l'encadré MSG du paragraphe PARA3. Par exemple pour indiquer une saisie obligatoire de Id2, la rubrique à cette ligne comporte une condition FL1 qui peut s'écrire en s'inspirant de la syntaxe Exel :  Finally the paragraph PARA3 is relative to the validation of the field: CHK. If this field is recognized as valid, no action is taken, if it is considered invalid then a bubble message is generated as a bubble. The wording of this message is given by the MSG box in paragraph PARA3. For example, to indicate a mandatory entry of Id2, the heading on this line has a FL1 condition that can be written using the Exel syntax:
IF(val(Id2)≠ "" ;1 ;0)  IF (val (Id2) ≠ ""; 1; 0)
Ce qui se traduit par si la valeur de Id2 est vide (non remplie, alors on met dans la rubrique CHK un « 0 » ce qui indique donc une erreur, (voir figure 3)  This results in if the value of Id2 is empty (not filled, then we put in the CHK a "0" which indicates an error, (see Figure 3)
C- Création du tableau de gestion du formulaire.  C- Creation of the management table of the form.
Avec ces outils qui viennent d'être mentionnés, il est alors possible de générer le tableau de la figure 3.  With these tools that have just been mentioned, it is then possible to generate the table of FIG.
Le formulaire est donc élaboré de la manière suivante. Après installation du logiciel, l'écran Word est donc modifié par les ajouts de différentes icônes. L'élaboration du formulaire commence par appui sur l'icône créer ICU1 ouvrant un fichier de création du formulaire. L'écran se scinde selon les trois parties PI, P2 et P3 déjà décrites. The form is therefore developed as follows. After installing the software, the Word screen is modified by the additions of different icons. The development of the form begins by pressing the ICU1 create icon opening a form creation file. The screen splits according to the three parts PI, P2 and P3 already described.
Le créateur tape son texte dans la partie P2 et lorsqu'il veut insérer un champ, il clique sur l'icône ICU3. Le champ se voit attribuer une référence et sur la partie P3, on peut définir ses propriétés. En fonction de cela, une ligne du tableau de la figure 3 est ajoutée.  The creator types his text in the P2 part and when he wants to insert a field, he clicks on the icon ICU3. The field is given a reference and on the part P3, one can define its properties. Depending on this, a line of the table of Figure 3 is added.
Il est important de noter que grâce à l'utilisation du logiciel « Lidor » on peut créer des arborescences ce qui permet de gérer les dépendances entre les champs. Ceci est bien montré à la figure 5 par la référence T.  It is important to note that thanks to the use of the software "Lidor" one can create trees which makes it possible to manage the dependencies between the fields. This is well shown in Figure 5 by the reference T.
D- Organigrammes du fonctionnement du dispositif.  D- Organization flowcharts of the device.
La figure 6 montre schématiquement un premier organigramme. Cet organigramme explicite les deux aspects du fonctionnement.  Figure 6 schematically shows a first flowchart. This flowchart explains both aspects of operation.
La case Kl 00 montre les phases d'initialisation qui permettent d'expliciter à la case The box K1 00 shows the initialization phases which make it possible to explain to the box
Kl 05 un choix pour le créateur/concepteur ou pour l'utilisateur. Si on veut créer un formulaire, on passe à la case Kl 06, si on veut utiliser un formulaire on passe à la case K110. Kl 05 a choice for the designer / designer or for the user. If we want to create a form, we go to box Kl 06, if we want to use a form we go to box K110.
La figure 7 explicite le fonctionnement dans le cas de la création de formulaire. Lorsque l'on est dans ce cas, on a donc affaire, comme déjà dit aux trois écrans PI, P2 et P3. Le créateur va se placer dans l'écran P2 et taper des libellés dans le formulaire (case Kl 50). En plaçant son curseur sur le document qui s'affiche sur son écran il peut insérer un champ, en cliquant sur l'icône insertion d'un champ ICU3. Ce champ est alors enregistré à l'emplacement du curseur. Le créateur définit son champ sa nature (date, champ numérique etc.) Il peut modifier ses propriétés et aller dans l'écran P3 (case Kl 60). Le champ complètement renseigné va s'inscrire dans la base de données de gestion.  Figure 7 explains the operation in the case of form creation. When we are in this case, we are dealing, as already said to the three screens PI, P2 and P3. The creator will move to the P2 screen and type labels in the form (box Kl 50). By placing his cursor on the document that appears on his screen he can insert a field, by clicking on the insertion icon of an ICU3 field. This field is then saved at the cursor location. The creator defines its field its nature (date, numerical field etc.) It can modify its properties and go in the screen P3 (box Kl 60). The fully populated field will register in the management database.
La figure 8 montre le fonctionnement dans le cas où l'utilisateur remplit le formulaire. La case K200 est la tâche pendant laquelle on remplit le formulaire. Chaque champ rempli entraîne la mise à jour de la base de données de gestion (case K210). Sa valeur est mise dans la ligne concernant le champ sous la rubrique VAL.  Figure 8 shows the operation in the case where the user fills out the form. Box K200 is the task during which the form is completed. Each completed field will update the management database (box K210). Its value is put in the line concerning the field under the heading VAL.
La validité des différents champs peut s'apprécier en utilisant des moyens découlant de critères logiques. Par exemple un champ date peut s'apprécier de critères historiques, la date de naissance d'un enfant doit être postérieure de la date anniversaire de ses parents. La date d'anniversaire de l'intéressé doit être antérieure d'une durée inférieure de 150 ans de la date du jour, etc, The validity of the different fields can be assessed using means derived from logical criteria. For example, a date field can be evaluated according to criteria the date of birth of a child must be later than the date of birth of his / her parents. The birthday of the person concerned must be less than 150 years from today's date, etc.,
L'exécution des phases de fonctionnement montrées aux figures précédentes est réalisée au moyen du langage « Visual basic » de sorte que tout homme de l'art connaissant l'état de la technique est capable de réaliser l'invention en fonction de ce qui a été décrit.  The execution of the operating phases shown in the preceding figures is carried out by means of the language "Visual basic" so that any person skilled in the art knowing the state of the art is able to realize the invention according to what has has been described.
Un procédé pour fournir des formulaires découle des phases de fonctionnement du dispositif ci-dessus décrit. En d'autres termes, il comporte les étapes suivantes :  A method for providing forms results from the operation phases of the device described above. In other words, it has the following steps:
- élaboration d'un texte de formulaire au moyen d'un traitement de texte,  - development of a form text using a word processor,
- insertion d'un champ au sein du formulaire,  - insertion of a field within the form,
- inscription des propriétés et des valeurs de ce champ dans une base de données de gestion de formulaire,  - listing the properties and values of this field in a form management database,
- mise à j our du formulaire en fonction des dernières valeurs inscrites dans ladite base de données de gestion.  - updating the form according to the latest values entered in the management database.
Un programme qui détermine l'exécution des phases d'élaboration de formulaires fait aussi partie de l'invention.  A program that determines the execution of the form development phases is also part of the invention.

Claims

ftvm ^ i 0 0 0 0 3O 2013/117831 PCT/FR2013/000034 ftvm ^ i 0 0 0 0 3 O 2013/117831 PCT / FR2013 / 000034
10  10
REVENDICATIONS
1- Dispositif destiné à produire et/ou remplir des formulaires dans lesquels il est prévu des champs (Idl, Id2, ; ...) à remplir par des utilisateurs desdits formulaires, dispositif formé d'un ordinateur (1) comportant un organe de visualisation (3) pour visualiser lesdits formulaires (5), un organe de saisie (5) pour remplir les champs, un organe de A device for producing and / or filling forms in which fields are provided (Idl, Id2, ...) to be filled by users of said forms, a device comprising a computer (1) comprising a visualization (3) to visualize said forms (5), an input member (5) for filling the fields, a
mémorisation (12) pour contenir des informations caractérisé en ce que l'organe de mémorisation comporte, une base de données de gestion de formulaire (15) affectée audit formulaire à remplir , pour contenir des informations de gestion relatives aux champs à remplir. storage (12) for containing information, characterized in that the storage device comprises a form management database (15) assigned to said form to be filled in, for containing management information relating to the fields to be filled.
2- Dispositif destiné à produire et/ou remplir des formulaires selon la revendication 1 caractérisé en ce que ladite base de données (15) est organisée en lignes dont chacune concerne un champ inséré dans ledit formulaire et comporte des rubriques donnant la dépendance de chaque champ vis à vis d'autres champs (Nidl,...), des rubriques de visualisation donnant l'autorisation pour des champs d'être visualisés (VW), des rubriques de modifications (EDT) donnant à l'utilisateur la possibilité de modifier et/ou de remplir ce champ. 2- Device for producing and / or filling forms according to claim 1 characterized in that said database (15) is organized in lines each of which relates to a field inserted in said form and includes topics giving the dependence of each field vis-à-vis other fields (Nidl, ...), visualization items giving permission for fields to be viewed (VW), modification items (EDT) giving the user the opportunity to edit and / or fill this field.
3- Dispositif destiné à produire et/ou remplir des formulaires selon la revendication 1 ou 2, caractérisé en ce que les rubriques de visualisation et/ou de modification contiennent une valeur logique issue d'un calcul. 3- Device for producing and / or filling forms according to claim 1 or 2, characterized in that the visualization and / or modification items contain a logical value derived from a calculation.
4- Dispositif destiné à produire et/ou remplir des formulaires selon l'une des revendications 1 à 3 caractérisé en ce que le formulaire est mis à jour en fonction des informations enregistrées dans la base de données de gestion. 4- Device for producing and / or completing forms according to one of claims 1 to 3 characterized in that the form is updated according to the information stored in the management database.
5- Dispositif destiné à produire et/ou remplir des formulaires selon l'une des revendications 1 à 4 caractérisé en ce que l'organe de mémorisation contient un programme de traitement de texte (17) utilisable pour remplir ledit formulaire. 11 5- Device for producing and / or filling forms according to one of claims 1 to 4 characterized in that the storage device contains a word processing program (17) used to fill said form. 11
6- Dispositif destiné à produire et/ou remplir des formulaires selon l'une des revendications 1 à 5, caractérisé en ce qu'il est prévu des moyens pour vérifier la validité des champs remplis. 6. Device for producing and / or filling forms according to one of claims 1 to 5, characterized in that there is provided means for checking the validity of the fields filled.
7- Dispositif destiné à produire et/ou remplir des formulaires selon l'une des revendications 1 à 6 caractérisé en qu'il comporte un bouton pour une expédition du formulaire à au moins un destinataire. 7- Device intended to produce and / or fill out forms according to one of claims 1 to 6 characterized in that it comprises a button for a form to send to at least one recipient.
8- Procédé destiné à produire des formulaires impliquant un dispositif selon l'une des revendications 1 à 7 caractérisé en ce qu'il comporte les étapes suivantes : 8- A method for producing forms involving a device according to one of claims 1 to 7 characterized in that it comprises the following steps:
- élaboration d'un texte de formulaire au moyen d'un traitement de texte,  - development of a form text using a word processor,
- insertion d'un champ au sein du formulaire,  - insertion of a field within the form,
- inscription des propriétés et des valeurs de ce champ dans une base de données de gestion de formulaire,  - listing the properties and values of this field in a form management database,
- mise à jour du formulaire en fonction des dernières valeurs inscrites dans ladite base de données de gestion.  updating the form according to the latest values entered in said management database.
9- Programme mis en œuvre dans le dispositif selon l'une des revendications 1 à 7. 9- Program implemented in the device according to one of claims 1 to 7.
10- Formulaire obtenu par le dispositif selon l'une des revendications 1 à 7 10- Form obtained by the device according to one of claims 1 to 7
PCT/FR2013/000034 2012-02-06 2013-02-01 Device intended to produce and/or fill in forms, method for producing forms and forms thus obtained WO2013117831A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
FR1251058A FR2986637A1 (en) 2012-02-06 2012-02-06 DEVICE FOR PRODUCING AND / OR FILLING FORMS, METHOD FOR PRODUCING FORMS AND FORMS THUS OBTAINED
FR1251058 2012-02-06

Publications (1)

Publication Number Publication Date
WO2013117831A1 true WO2013117831A1 (en) 2013-08-15

Family

ID=47002939

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/FR2013/000034 WO2013117831A1 (en) 2012-02-06 2013-02-01 Device intended to produce and/or fill in forms, method for producing forms and forms thus obtained

Country Status (2)

Country Link
FR (1) FR2986637A1 (en)
WO (1) WO2013117831A1 (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040237040A1 (en) * 2003-05-19 2004-11-25 Malkin Wayne Allan System and method of processing an electronic form using layered aspects
US20100251092A1 (en) * 2009-03-25 2010-09-30 Sun Jun-Shi Method and System for Processing Fixed Format Forms Online

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040237040A1 (en) * 2003-05-19 2004-11-25 Malkin Wayne Allan System and method of processing an electronic form using layered aspects
US20100251092A1 (en) * 2009-03-25 2010-09-30 Sun Jun-Shi Method and System for Processing Fixed Format Forms Online

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
CAROLINE CHARLES: "Création et utilisation de formulaire pdf", 1 February 2001 (2001-02-01), XP002687832, Retrieved from the Internet <URL:http://www.supelec.fr/ecole/cri/formulaire_pdf.pdf> [retrieved on 20121122] *
ORACLE WHITE PAPER: "Oracle Forms Services & Oracle Forms Developer 11g Technical Overview", June 2009 (2009-06-01), XP002687831, Retrieved from the Internet <URL:http://www.oracle.com/technetwork/developer-tools/forms/overview/technical-overview-130127.pdf> [retrieved on 20121122] *

Also Published As

Publication number Publication date
FR2986637A1 (en) 2013-08-09

Similar Documents

Publication Publication Date Title
EP3549013B1 (en) Spreadsheet-based software application development
JP7193451B2 (en) Template-based calendar events with graphic enrichment
US8245186B2 (en) Techniques for offering and applying code modifications
US9336137B2 (en) System and method for performing data management in a collaborative development environment
EP3718000B1 (en) Spreadsheet-based software application development
US10235441B1 (en) Methods and systems for multi-dimensional aggregation using composition
TW201602932A (en) Search and locate event on calendar with timeline
US9524279B2 (en) Help document animated visualization
US9563450B1 (en) Expression based hierarchical mechanism for HTML form data validation
WO2018040913A1 (en) Interface display method and device
US7870250B2 (en) Method for continuous adaptation of user-scoped navigation topologies based on contextual information and user behavior
US20140188887A1 (en) Context-based data gravity wells
Whiting et al. Creating an iPhone application for collecting continuous ABC data
US10474745B1 (en) Systems and methods for a knowledge-based form creation platform
US20120159351A1 (en) Multiple reviews of graphical user interfaces
US10169442B1 (en) Methods and systems for multi-dimensional aggregation using composition
US20120191762A1 (en) Providing assisted business analysis to users
US20130282894A1 (en) Validating content for a web portal
US20130268834A1 (en) Creating interactive forms from applications&#39; user interface
FR2813132A1 (en) INTERFACE SYSTEM FOR ACCESSING DATA IN A DATABASE
JP2018136995A (en) System and method for providing content to application
EP2219113B1 (en) Display method, corresponding device and computer program product
WO2013117831A1 (en) Device intended to produce and/or fill in forms, method for producing forms and forms thus obtained
US10409575B2 (en) System and method for developing software applications of wearable devices
US7739303B2 (en) Method, system and program product for verifying access to a data object

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 13713936

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 13713936

Country of ref document: EP

Kind code of ref document: A1