There might be a better way to do this, but I was able to get the fields out by using a combination of trimming left and right. For Source Address, this is what I did:
trim(
left(
trim(right({Security.Description}, length({Security.Description})- 16 - instr({Security.Description}, "Source...
I'm trying to use CR to run more manipulate-able reports of the windows event log. The problem is that most of the info I need to be able to split out is in the field "description". Here's an example of what's contained in this field:
The Windows Filtering Platform has blocked a connection...
Is there a way to use Powershell to get a list of all users (at least all logged in users) on all computers on the network and what subkeys each one has under HKEY_CURRENT_USER\Printers\Connections?
I'm wanting one list that shows all the mapped printers all users have, and I thought maybe I...
I have been looking for a script (or an actual free program) that I could run that would show a list of all users (that are logged in) and all of the printers they are mapped to. Although I'm concerned more with printers mapped through the network, it would be doubly nice to find a script that...
Nevermind - I found the culprit. The default domain policy was specifying only a couple groups with the permission "Allow logon through Terminal Services". Got there by following these instructions from this site: http://forums.techarena.in/small-business-server/623448.htm
1. Click Start...
Anybody know why I can't sign in to XP Mode with anything other than a domain admin account.
I have a pc with Windows 7 Professional that I'm setting up for a user. In order to continue to use a really old program that they need, I set up XP Mode (while I was signed in to the computer under...
I'm using CR9.
I have a report that uses a table from Excel 2003 and one from Informix. These two tables are linked by the field {part_nbr} which is a string. It had been working fine for more than a year, but just recently it stopped recognizing the link. It says that the data types are not...
I'm using FP 2002.
I am using a top and left shared border. I have inserted a table within each of these borders. In one of the tables, I used a photo for the background of one of the cells. But I would like different pictures on the different pages. I know this kinda goes against the...
I'm using CR 9 with Linux.
Sample data (grouped by Process):
GH:
Process Start Date End Date
A 8/1/05 8/3/05
B 8/2/05 8/6/05
C 8/7/05 8/8/05
D 8/11/05 8/12/05
start date = minimum({datefield}, {process})
end...
Thanks for the help, Lbass! The formulas worked great. However, with these formulus, I don't know what code (c1, c2, ... C30) the number corresponds with:
whileprinting records;
numbervar top1;
(and then the one for top2 and top3)
So, from the example in my first post, what I need to see...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.