[SOLVED] Retrieve/x and $fromdbmod
Author: lorenzen@ahp-gmbh.de (lorenzen)
Hello there, i use retrieve/x to get specific Occurrences from DB. In the read-Trigger i set some None DB Field values. Retrieving the first Occurrence $formdbmod is 0, even $occdbmod. Retrieving next Occurence $formdbmod is 1 and $occdbmod is 0. Documentation says to $formdbmod = 1 :
Field has been modified; this can be due to: • A database field in a database entity has been modified • An database occurrence has been added to or removed from the component
If i set /init switch , $formdbmod is 0, but documentation to /init says:
This switch has no effect once a retrieve has been completed.
I'am a little bit confused. Lars