Archives
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 […]
Mar 1st, 2011 | Filed under Development, VB .Net
Tags: Filter in place
Here is the way to check a form’s mode in script. If Instr(1, ucase(ThisForm.Caption), “(FILTER IN PLACE)”) > 0 Then ReturnValue = “-1” Exit Sub End If
Tags: Filter in place, Form