We have an older server that we are going to take out of commission and want to move all the users and their databases to a new server. The old server is R6.5...
Depends on how quickly you want to do it. There is an admin process to move people to a new server - not sure if R8 is a complication though. It requires...
The way we do this is: Give the new box a temporary IP Address Shut down the existing server and copy all of the files across from the Notes Data directory ...
I'm trying to create a string to be used in a SQL query where field values are used as part of the string. It seems that these must be enclosed in quotes to...
One thing I do to make this whole process less confusing is assign the quote character to a variable, let's call it Q, so you get code like this: Q = |'| ...
Well, I guess if I assign the value to a variable called "Q", I should use that variable in the code! <slap side of head> Good reason to include the Explicit...
Thanks I really wanted that to work but it still results in double quotes (that is 2 sets of double quotes) either side of the variable values. I agree it ...
Another option is to use a simple Enquote() function. Here's what I wrote: Public Function EnQuote( strIn As String ) As String ' return a given input string...
jdillon@...
Jul 2, 2009 4:44 pm
3057
Thanks Is this just a debugger thing then? I've done it via the enquote function but the debugger shows two pairs either side. It seems that somehow these ...
No, this is a function we include in a standard script library that we share across all our applications. _____________________________________________________...
jdillon@...
Jul 2, 2009 5:18 pm
3059
What I meant was - is it just the way I'm looking at these string in the debugger that makes it look wrong? From: lnotes-l-new@yahoogroups.com...
I guess it is a debugger 'thing'. If I print the string I've generated then it's fine. However the same string assigned to the ODBCREsultSet.query shows the...
I think I'm sure that the query passed to Access contains those extra quotes. My program inserts new rows if the query is a simple "SELECT * from pens" (funny...
It turns out there is a special way to do this by using parameters in the 'where' clause and then using a method to set those parameter values before executing...
I have written validations for the different fields on a form that is being used on the Intranet. The validations are written in JavaScript. The issue that I...
I don't think there is a built-in function. You might have to do some regex processing like str.replace(/^\s\s*/, '').replace(/\s\s*$/, ''); Regards, Atish...
I will be out of the office starting 07/06/2009 and will not return until 07/13/2009. This is an automated message to tell you that I'm out of the office. My...
jdillon@...
Jul 6, 2009 9:26 pm
3066
Hi Jean, 1. You could do something like this in the JSHeader: function validate(field) { if (alreadyValidating) { alreadyValidating = false; return; } if...
Thanks all to who replied. Below is the code that I ended up using to take care of the spaces in the field. In the OnSubmit routine I have the code that...
I know I've joined in this discussion too late but couldn't you have just used stringObject.replace(findstring,newstring) and then tested for a blank string? ...
Our Notes Admin has installed the new Notes 8 version 8.0.2 on my department head's laptop. She is now having a problem accepting meeting notices. She was...
Try this technote: http://www-01.ibm.com/support/docview.wss?uid=swg21282611 From: Jean.Stachler@... To: lnotes-l-new@yahoogroups.com Date: 07/07/2009...
Thanks Robert for the quick response. I have just sent this on to our admin so he can go into her system and do the necessary steps. Thanks so much! Jean ...
Ok, please know that this is probably a very stupid question, and I should be able to find the answer in one of my many Lotus books, but it just hasn't jumped...
We have a JSP/Servlet that is passing data from a website into a Notes form. Everything is working fine, except that the line returns are not being taken. For...
Greetings all, There are not a lot of policies on this list, but I thought I would take a minute and describe what I consider a policy on job posting. I'm...
I've spoken to Lee a few times, and he's quite nice. He is a recruiter looking for an Admin in the DC area. Cheers, Brian Establish milestones and goals...