Anyone can help me how to import excel data into Lotus Notes form that have same view like in excel.
↧
Import Excel Data into Lotus Notes Form
↧
Encrypted documents/attachments
Hi, I have an apppraisal database which uses encryption(tried my hardest to talk them out of it). This database uses a user
↧
↧
http://www-10.lotus.com/ldd/nd8forum.nsf/dba3ca7e515d55ff85256a0700727b35/5259c528cba434bf85257623008378da?OpenDocument http
↧
Suugestion
You need to find the old id and person doc. Recreating the id would have a different key
↧
Unwanted panels in Notes Designer
I have accidentally added three additional panels to my Notes 8.5.3 Designer client. The panels are empty (i.e. blank grey)
↧
↧
Change perspective
Window, Open perspective, Domino Designer (or Forms/Views)
↧
I tried that
Thanks for your suggestion, Karl-Henry. It would seem the logical thing to do (either that or return to default perspective)
↧
Even worse
Then I tried the 'Close All Perspectives' option, thinking I might then be able to selectively open the panels I want. But t
↧
Finally some joy ...
After closing all perspectives, I rebooted my PC and relaunched Notes + Designer. The default Designer panels have been rein
↧
↧
Thanks Barry
Hi Barry, Thanks for the suggestion. It would appear that the administrators do not have a copy of the original ID ;-(. That
↧
clean up
What do you mean by 'clean-up'? I deleted the cache.dsk and mail.box, checked the replication schedule.. the message is stil
↧
Cannot create automation object | Error 208
Hi there, Environment : Server OS : windows server 2008
Lotus Notes server : 8.5.3
Agent right : Full access with administr
↧
Using Input # to read CSV files
I am using the Input #filenum statement to read lines from a CSV file and assign them to variable names. The line in LotusSc
↧
↧
Try this
Dim v(1 to 22) as string In you loop use this code lineinput #filenum%, in$
c1 =0
in$ = in$ & ", " do while in$<>" "
c = ins
↧
Lotusscript send mail
I'm trying to write some lotusscript that will send an email to a bunch of users. I have several fields on the form that con
↧
Answer
You are assigning the first value in each of those fields to the recipient array. Loop thru each one of those variables and
↧
Barry is right
you could also look at at ArrayAppend (documented in designer help) to append the arrays of names together, that will save y
↧
↧
How to limit sql query?
This is the configuration: Notes Server 8.5.3
NotesSQL 8.5.3
Notes Client 8.5.3
Windows 7 clients Connection to the database
↧
Thanks for the pointers, but....
I have looked at the help but I can't make any sense of it. It seems to be giving examples of fixed lists of text (or number
↧
Example
dim def (0 to 1) as string
def(0) = "darren.lambe@hanson.com" recipients = ArrayAppend(def,md, marinesuper,shipman,masters,s
↧