Using a TAB control on Fieldpoint (FP 2000) and Labview 7.1
I wanted to implement a password feature mainly for the Web browser
remote panel feature for my Filedpoint application, as suggested in "
Developing Remote Front Panel LabVIEW Applications"
http://zone.ni.com/devzone/conceptd.nsf/2d17d611efb58b22862567a9006ffe76/e789515b9976253786256b1f007e039b?OpenDocument#5
(see bottom of the page)
"Alternatively, you can program security into the VI itself. For
example, you can require a user to log in when the VI first runs, and
disable all other aspects of the VI until you verify the login. To do
so, place a login field on one page of a tab control, the other
controls on subsequent pages, and enable the other pages after the user
successfully logs in.
"
I find that I can "Hide tabs" using the "Page Selector Visible" feature
if the Remote panel is hosted by Labview in Development Mode but this
feature does function with the Web remote panel mode. In fact you can
use the Tab Control normally from the Web remote panel.
I find that I can disable a specific tab if the Remote panel is hosted by Labview in Development Mode but this feature is ignored by the Web remote panel mode.
Thus: -
Do you know of any limitations (a list would be usefull, if there are specific limitations)?
If its a limitation, is it of FieldPoint or the Web remote panel or the Runtime Engine installed in the Browser or ...?
Do you know of a better way of getting a password feature.
( I am aware of IP security available - the IP
addresses are DHCP supplied - " 'Doh' says Homer Simpson", the P.C's
will change as well)
I lookforward to any insights..., wisdom or experiences you may have had