par bug00 » 29 Juil 2003 à 09:51
Lotus Domino evaluates formulas from top to bottom and left to right, completing each statement before proceeding to the next, except that @PostedCommand and a few @Command functions are executed in order after all other @functions complete execution. Formula language contains several @functions for control logic.Except for @commands, the formula language operates on back-end Notes objects. For example, a field named in a formula refers to the field as it exists in storage and the FIELD reserved word modifies a stored field. @Commands operate in the user interface; changes made there are not reflected in the back-end until a document is saved. You cannot intersperse back-end and user interface accesses of the same document and get correct results.Je sais pas si tu as des commandes dans ton programme, tu trouvera cela dans l'aide du designer, rubrique : Order of evaluation for formula statements J'esperre que sa t'aidera