Home > Development, VB .Net > Default some fields value in "Filter in Place" mode

Default some fields value in "Filter in Place" mode

When a Syteline form open in “filter in place” mode, you may want some of the fields already have frequently use value there.  For example, you may want the warehouse field has default filter value of “Main”.

To do that, it is pretty simple.  In the form you want to set this up, add a new event handler for event: StdFormFilterInPlaceBeginCompleted.  The Handler will be: Set Value, SETPROPVALUES(Whse=MAIN).

That will do the trick.

Categories: Development, VB .Net Tags:
  1. No comments yet.
  1. No trackbacks yet.
You must be logged in to post a comment.