The following steps demontrate how to know whether the user has logged in from Filemaker Instant Web Publishing or from Filemaker Pro Client
If [PatternCount ( Get ( ApplicationVersion ) ; "Web Publishing" ) = 0] Show Custom Dialog ["You are from FM Pro Client"] End If If [PatternCount ( Get ( ApplicationVersion ) ; "Web Publishing" ) ≥ 1] Set Field[Dash::Message; "You are from FM IWP mode" ] End If
If [PatternCount ( Get ( ApplicationVersion ) ; “Web Publishing” ) = 0]