Flow Filter

bekiobekio Member Posts: 204
Hello everybody,

I have just added a field to one table, that is date datatype and this fileds saves value until the form is closed.
When i open it again the value in that field is not present. How can this field be to save the value in it, until it chanes manualy.

Thanks.

Answers

  • dnvpraveendnvpraveen Member Posts: 6
    use CALCFIELD Use this function to update FlowFields in a record.
  • QuickWEQuickWE Member Posts: 80
    Just try to add CurrForm.Update; Or CurrForm.SAVERECORD;

    Maybe it helps you to solved this problem.
  • lvanvugtlvanvugt Member Posts: 774
    As the title of you post is Flow Filter I conclude that you have setup the FieldClass of that date field to FlowFilter. Right?
    As you write ...
    bekio wrote:
    How can this field be to save the value in it, until it chanes manualy.
    ... it seems to me that you just want to use this field as a normal field, i.e. FieldClass = Normal.
    About FieldClass = FlowFilter:
    A FlowFilter field is actually not a record field, but should be regarded as an attribute of the table. It's a container which can be fed with a filter string which well effect all FlowFields on the same table that have this FlowFilter in it's definition.
    Luc van Vugt, fluxxus.nl
    Never stop learning
    Van Vugt's dynamiXs
    Dutch Dynamics Community
Sign In or Register to comment.