 |
 |
RATING |
 |
TIPS & NEWSLETTERS |
 |
DATE |
 |
 |
 |
 |
---
|
 |
Easy Personal Defaults Using A Profile Document
Notes
version
4.5
introduced
profile
documents,
which
are
a
handy
place
to
store
user
preference
information
(e.g.
as
in
your
Notes
mailbox).
Most
uses
of
profile
documents
need
lots
of
forms
and
dialog ...
submitted by: Andre Guirard |
 |
07/16/99 |
 |
 |
 |
 |
 |
---
|
 |
Remove Stored Forms From Documents
Create
an
agent
with
the
following
code:
SELECT
$TITLE="Form
Name";
FIELD
$TITLE:=@DeleteField;
FIELD
$INFO:=@DeleteField;
FIELD
$WINDOWTITLE:=@DeleteField;
FIELD
$BODY:=@DeleteField;
FIELD
$ACTIONS:=@DeleteField;
FIELD
FORM:="Form
Name";
FIELD
$ACTIONS:=@DeleteField ...
submitted by: David Cragg |
 |
07/15/99 |
 |
 |
 |
 |
 |
-4.00-
|
 |
Unhiding A Notes Database Design
When
a
Notes
database
has
its
design
hidden
in
R4,
the
formulas
and
LotusScript
code
are
irretrievably
scrambled.
However,
if
you
have
the
original
design
in
a
template
whose
design
isn't
hidden,
you ...
submitted by: Andre Guirard |
 |
07/14/99 |
 |
 |
 |
 |
 |
---
|
 |
Scripting For Both Notes & Web
A
lot
of
my
applications
have
to
work
for
both
Notes
and
the
Web.
So
instead
of
writing
script
in
both
the
Form
"PostOpen"
event
and
in
an
agent
for
the
...
submitted by: Dan Frazer |
 |
07/13/99 |
 |
 |
 |
 |
 |
-3.00-
|
 |
You Can't Move A File? File In Use?
Often
you
want
to
move
a
file
(e.g.
the
template
after
updating
a
db-design),
but
notes
renounces
with
the
error-message
"File
in
Use".
submitted by: Andreas Laue |
 |
07/12/99 |
 |
 |
 |
 |
 |
---
|
 |
Font Problems For Form Letters
Sometimes,
we
have
noticed
that
the
typeface
you
have
selected
for
the
text
of
a
form
letter
will
change
to
Courier
when
printed.
The
solution
is
to
use
a
standard
typeface
like ...
submitted by: Unknown |
 |
07/02/99 |
 |
 |
 |
 |
 |
---
|
 |
Accessing Hidden Views
If
you're
working
on
an
application,
and
have
hidden
lookup
views,
there
are
a
couple
of
ways
to
access
them.
When
an
application
is
in
development,
you
can
always
change
the
design ...
submitted by: Richard Casesa |
 |
06/15/99 |
 |
 |
 |
 |
 |
-4.33-
|
 |
Working With Replication Conflicts
Every
Notes
administrator
sooner
or
later
comes
to
the
problem
of
resolving
replication
conflicts
in
Notes
databases.
The
conflicts
arise
when
the
same
documents
have
been
edited
in
different
replicas
of
the
same
database
by ...
submitted by: Igor Poteriaiko |
 |
06/04/99 |
 |
 |
 |
 |
 |
-4.00-
|
 |
Replication Conflict View
The
following
code
can
be
used
to
populate
a
"Replication
Conflict"
view.
Unlike
other
posted
solutions,
this
model
will
allow
the
user
to
see
both
replication
conflict
documents
and
their
associated
main ...
submitted by: Andrew Eye |
 |
03/26/99 |
 |
 |
 |
 |
 |
---
|
 |
Elevate A Replica Loser Doc To Be Replica Winner
When
you
select
the
"loser"
document
and
run
this
agent,
it
will
be
promoted
to
be
a
replication
"winner".
You
can
then
delete
the
original
"winner"
document.
Put
this
code
into ...
submitted by: Kevin Pauli |
 |
03/08/99 |
 |
 |
 |
 |
 |
RATING |
 |
TIPS & NEWSLETTERS |
 |
DATE |
 |
 |