Hello, this is not a suspect post as you ay think!
Here's the deal - we just downloaded a trial of iSheriff, a spam engine which gets rid of nasty emails and viruses etc. and we're trying to test it. Currently I'm testing it using the live, corporate mail server to send mail through iSheriff to...
Hello again Pascal, hope you had a nice trip!
Your friend lespaul obvoiusly noticed my dependence on you, and informed me you were going away for a week!
I've had very little sleep this past week, but today I finally handed in my project report. Next Friday I have to demonstrate the product...
I have a view with this selection formula.
SELECT (Form="frmQuote")
This view is empty, despite the fact that I have lots of documents which I created with this form. What in the hell is happening?! I've tried checking the form name, using a different for name, using the "Simple Search"...
Personally, I always do my validation manually with Lotus Script, that way you can get everything just the way you want it. It takes a lot longer though!
You could use the @Prompt command, in the QuerySave event. That way you can set the title and everything. Have a look in Notes help. To...
Thanks for the warning!! If Pascal's away, I might just give up now... :-)
Just in case anybody else ever has this problem, I sorted it by creating a new security settings document for my server in Domino Administrtor (People and Groups -> Settings -> Create New settings) and putting the name...
How can I change the execution priveleges on a server? I've never come across this problem before, but I set up my first Domino server recently, and now when I (as Notes Admin account) build a scheduled agent in one of my own databases, I get told:
You do not have execution access priveleges...
A colon seperates two values in a list. If you choose "List choices (one per line)" and type in the following:
Fish
Eggs
Cheese
Milk
Its the same as choosing "Use formula for choices" and typing this:
"Fish":"Eggs":"Cheese":"Milk"
The @DbColumn returns a list taken from the view column, and...
I created a database from a template that I made (in order to switch from one server to another) and now I keep getting told that the database hasn't been signed etc.
How do I sign it?!
I'm confused... Is this formula in the "Use formula for choices" section of the field?
What you're doing there is setting the variable Completed_By to "", and then specifying a list of options made up of "Please Select" and the DbColumn. A semicolon simply ends the declaration of the variable...
Does this work? I've never managed to get this function to work in dialog list choices formulas.
Here's what Notes Help says:
This function does not work in column, hide-when, section editor, or view selection formulas.
It doesn't say anything about dialog list choices!
You could try www.opennft.org - they have lots and lots of stuff on there, including help for beginners to Lotus Script. Personally I taught myself using only the help files and this site (although mainly just pascal!!).
Working with existing databases (eg Mailfiles) is not in my opinion the...
Really?! I'm surprised!!
I've only ever used 6.x, but I would have thought this was an essential feature from the beginning, I'd be lost without the highlights!!
Couldn't it be programmed? I'm not too hot with folders, but there must be a way it could be done, but it would mean rebuilding half...
I don't know of a batch way of doing what you're after, but this seems to be far more an issue of politics than anything else. Why not try limiting their disk space on the server (if you use H drives or something). We did this once, told everybody that we had to cut down on disk space because of...
You could modify their mail files, edit the Memo file so that the attributes "Principal" and "ReplyTo" are set accordingly.
If you don't know what I mean, I can elaborate, its just an idea!
I don't mean to be naive, but could you not just type "Please Select" in the DefaultValue section of the field, and then still use the lookup?
What pascal means is to do something like this:
tmplist := "Please Select" : @DbColumn("":"RECACHE";"":"";"staff";1)
(I've not tried this, it might...
Actually, I sorted it!
I have a visible editable field on my profile where the user can put different group names, and then a HIDDEN editable field which updates (through "Exiting") to contain exactly the same, but in the hiddent one, I have enabled "Look up addresses on document refresh" which...
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.