Tracy Pearson wrote:
> Someone before you used that feature to send reports to a specific printer
> (i.e. manager, warehouse pick sheet, etc...).
But this is for our Sylvan Learning centers all across the US, Canada
and a few spots elsewhere...surely we don't want ANY of that information
kept (except for the ORIENTATION).
Looking back in my older dev stuff, I found my ProjectHook code (snippet
below):
CASE .Type = "R" && clear out report
tags
lcCopyFile =
LEFT(.Name,LEN(.Name)-1) + "*" && will make it ??* to
get all parts
USE
(LEFT(lcCopyFile,LEN(lcCopyFile)-1)+"x")
&& mjb 01-18-01 thanks to wOOdy
from Profox
LOCATE FOR objtype=1 AND
objcode=53
IF FOUND() THEN
replace Tag WITH "",
Tag2 WITH "" && mjb 09-20-02 BLANK doesn't
work!!!!
IF "ORIENTATION=1" $
Expr
REPLACE Expr
WITH "ORIENTATION=1"
ELSE
REPLACE Expr
WITH ""
ENDIF
ENDIF
USE && close report file
That should fix this issue...and it respects orientation. This project
is under VSS so I'm guessing I'll have to craft some sort of "quick PRG"
to alter all the FRX files in a tree after I've checked them all out of
VSS. Hate to have such a massive checkout, though. Ugh. What a PITA
this is since the files are under VSS.
--
Mike Babcock, MCP
MB Software Solutions, LLC
President, Chief Software Architect
http://mbsoftwaresolutions.com
http://fabmate.com
http://twitter.com/mbabcock16
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message:
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.