I'm trying to find a fairly clean solution for sending a single print job to the "printer" and simultaneously send the same print job to either email or a PDF file on the server. Anyone ever had to do this and/or know the best way to do it? There are program out there, but surely there's a way...
Ok... I feel like an idiot, but I've put a Cisco 1231 access point into bridge mode - and I can't get it out. I've got console - but it's somehow stuck in bridge mode. I can't find squat on cisco's web-site other than the manual which speaks nothing of disabling the bridge! Any ideas anyone...
Could anyone critique this syntax for me?
SELECT dpch.pname, dpch.pnum, (select count(*) from proquick where proquick.rph=dpch.pname) as expr1 from dpch;
Anyone see any problem with this? I'm trying to get a count of proquick instances per pname's in dpch.
Thanks,
Chris
I'm in the process of writing some extensive logic algorithms (lots of if-then-else) to interrogate poorly formatted text data files. What I'd like to do is streamline the code such that I can create a function to call into my main sub but have access to all the main subs variables (without...
I have two domains (A and B) running in live environment.
I have a W2k/Ex2k/DC machine in domainA and I want to move the machine to domainB. I'm not sure about the message store impact among any other issues that may arise. I've seen most people creating a new EX2k machine and doing a SWING...
I'm fairly new to PERL and DBI, but from the standard examples I've been able to follow, this should work:
$dbh=DBI->connect($dbName, $dbUsername, $dbPassword);
$sql="UPDATE vs SET dc2='$fcriteria2' where dc2='$fcriterian'";
$Updaterecord=$dbh->do($sql)
# note: $fcriteria2 and $fcriteria are...
Here's my code:
UPDATE pTquick SET pTquick.openpcount=DCOUNT("*", "pRquick", "unitnum=" & pTquick.unitnum & " AND isnull(pRquick.exporteddate)");
I'm trying to count the sum of process matching accountnums (unitnum) and only those processes that have a date of export.
Is this a syntax issue...
I know I've seen this before, but I can't find the reference and I've looked everywhere!
I'm trying to reference a form!subform1!subform2!field(firstrecord, secondfield) value for a function originating at the form level.
I swear I can't find a good reference for these syntaxes - anyone have a...
I've got a process that I'm trying to run that is a very basic loop til eof. I'm trying to build a new unique index (after adding a field to the data structure) that I'm building on the fly and then updating. Once the update is complete I simply movenext. The problem is it fails after about...
I have a system module going slightly rogue on me - it's shooting up to 25-35% CPU and causing slow-down on the 25 users on the machine. I downloaded the microsoft krview app - very cool thing - and it gives me a breakdown of the event that is causing the problem. In NTOSKRNL is an even...
Hi all,
Thought I'd seek the support of the 'boards'. I'm trying to determine before importing a file if one of 3 predefined strings exist in the file name being imported (ie. 121204_us.txt - I'm looking to _check_ for the existence of 'us' or two others). Anyone have a simple way to do...
Hi all,
I'm pulling some data from the active user list table using the openschema function to enumerate the active user list. For example I'm trying to take each entry for 'login_name' and drop it to a text file. The problem is this: I'm trying to create a modified string that includes...
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.