FTView SE search for CurrentUserHasCode() function

RonJohn

Lifetime Supporting Member
Join Date
Jul 2013
Location
NE Ohio
Posts
535
Good morning folks,

I'm on a quest to find all of the references to the CurrentUserHasCode function in our project. I have the project documenter and can search each display XML file but with well over 1000 displays, this would take quite a while. Any ideas on how to search more effectively/efficiently?

Thanks in advance!
 
Export all displays to XML

From the command line use grep. Windows calls their version FIND.EXE.

Type FIND /? to see the options. The goal is to search *.xml for the pattern string "CurrentUserHasCode" but not emit the found instances, just list the file names.
 
Thanks Cheeseface! :)
I also discovered that using the search bar in File Explorer on the folder containing the .XML files does the same thing.
 

Similar Topics

Hello, I am fairly experienced programming and modifying existing FTView ME programs. I have also used FTView SE to make modifications to a...
Replies
5
Views
133
Hi folks. I have a system that I'm working on that needs 2 alarms banners with different event subscription: - One banner for a specific area...
Replies
6
Views
214
Hello guys please I want experience with this I am currently working on a scada project using FTView SE and I have an Ethernet IP local area...
Replies
0
Views
53
I am creating a global object in FTView SE 13. I want to have a string read from the PLC and display (in this case the tagname). So lets say...
Replies
4
Views
206
I want to set user security level based on the value of a tag in my PLC called "ActiveUser". That tag will contain the A-P code which we use for...
Replies
6
Views
255
Back
Top Bottom