I am hoping that someone will be able to help me here. I have six backup jobs that perform incremental backups each weekday, and then full backups on Sundays. They backup everything to two Buffalo NAS units. What I would like to do is to once a week copy these backups to a removable hard...
I just installed Arcserve r12 and put a Buffalo Terastation 2TB appliance on my network. I need help in properly configuring my backup on this system.
The size of a full backup of my data is roughly 35GB. I would like to implement a 7-day incremental GFS rotation (full on sundays) that takes...
Firewall is turned off on the server, and I cannot go to http://ruby/selfupdate. The WSUS Admin web page is configured for port 8530 on the server and there is a selfupdate virtual directory in the default web page (which runs on port 80) on the server.
I am attempting to install and configure a new WSUS installation. I am experiencing problems with my clients not connecting/communicating with the WSUS server. I have run the WSUS Client Diagnostics utility from Microsoft and the results are shown below.
C:\wsus_client_diag>clientdiag
WSUS...
I have a laptop w/ XP Pro SP2 loaded and today it began to exhibit some strange symptoms. When you boot into Windows, it freezes up after about 2 minutes. The mouse will move, but you cannot click on anything and ctrl-alt-del does not work. I have tried to boot into safe mode, but the laptop...
The REP1 table has a one to many relationship with the REP1C table (inner-joined on REPAIRNUM and LOCATIONNUM fields). So, any single repair could have multiple records in the REP1C table (the PAGENUM field would increment).
I am now trying to eliminate any records from REP1 that have the word...
I think what I need to do here is to eliminated any records that have the word "archive" in any of the rep1c comment fields. I've been playing with the selection formula but haven't found the right combination yet.
<GROUP 1 - {REP1.LOCATIONNUM}>
<GROUP 2 - {REP1.RepairStatus}>
***this is the section that I want to change to {@REPAIRSTATUS}***
<GROUP 3 - {REP1.SALESPERSONNUM}>
<GROUP 4 - {REP1.REPAIRNUM}>
***this is where my display comments formula is placed, in the footer of this group. the individual...
LOL - sorry about that, didn't catch them at first....here are all of the relevant formulas (I think)
//@REPAIRSTATUS
IF {REP1.RepairStatus}="100" THEN
"*** UNISSUED ***"
ELSE IF {REP1.RepairStatus}="200" THEN
"OUT TO VENDOR"
ELSE IF {REP1.RepairStatus}="300" THEN
if {@OneYear}...
Oh, OK. Here the are:
//@OneYear
if datediff("d",{@FixReturned},currentdate)>365 then
true
else
false
//@Archived
if instr(lcase({@DisplayComments}),"archive")>0 then
TRUE
else
FALSE
I want to create a new group based on the following formula but it is not an available field in Group Expert. What can I do to be able to group by this formula?
//@REPAIRSTATUS
IF {REP1.RepairStatus}="100" THEN
"*** UNISSUED ***"
ELSE IF {REP1.RepairStatus}="200" THEN
"OUT TO VENDOR"...
First things first - I am using Crystal v 10 Developer on a Windows 2003 server. I am looking for a way to consolidate text entries from my detail records into one text entry for a group header. An example follows:
What I have now:
<GROUP HEADER>
ITEM #1848
<DETAIL>
Text line 1
<DETAIL>...
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.