comp.groupware.lotus-notes.programmer
  Home FAQ Contact Sign in
comp.groupware.lotus-notes.programmer only
 
Advanced search
January 2007
motuwethfrsasuw
1234567 1
891011121314 2
15161718192021 3
22232425262728 4
293031     5
2007
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2007 2006    
total
comp.groupware ... programmer Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  Re: Bypass NotesSQL Password Prompt?         


Author: jochen tuemmers
Date: Jan 19, 2007 07:16

sbowman wrote:
> I have an Access db that uses NotesSQL to get data. I update a lot of
> data (in Access from Notes), so I want to do it as a batch job at night
> but when it kicks off I get the password prompt..is there a way to
> bypass this in VB/VBA?
>
> Thanks,
> Shelley
>

Shelley,

being able to do so would compromise Lotus Notes/DOMINO security.

There are only two ways to get to what you want to do:

1. (Recommended): Push the information from Notes/DOMINO to Access using
an agent instead of pulling it form Access.

2. (Not really recommended): Have Lotus Notes running (with a user
logged on) when the batch processing job starts and instruct Lotus Notes
not to prompt for passwords if other Lotus Notes based applications are
started (see Lotus Notes "Security" menu in the client).

Jochen
1 Comment
  selective access in view         


Author: gfkbob
Date: Jan 18, 2007 09:15

I am trying to create a view in which only the author can see the
contents. The jist is there will be many authors but the person
logging in to the view should see only their own. I'd love any help I
can get. Thanks
no comments
  Re: VBA programming with Notes         


Author: HKBen
Date: Jan 18, 2007 01:21

>
> Top-post (try googeling it, or looking it up on Wikipedia) is when you post
> your comments at the top of the message. Normally, in mosy western
> countries, people reade from the top down, so "bottom-posting "works better.

I am in China, maybe that explains something!
> Why can't you have the user add more e-mail addresses and have your code
> validate against names.nsf on the server? It is not rocket science to do a
> quick lookup to verify that a name exists in the NAB... :-)
> You can probably write that verification/lookup in just a few lines of code.
>

Perhaps. But as you have probably guessed I am very new to Notes and
Notes programming so not sure where to start! I am also understandably
worried about doing something in a live environment. I could end up
emailing the entire names database of 180,000 people. That would not do
my career prospects a lot of good.

I will have a search on your suggestion and see what comes up.

Thanks!
no comments
  Re: How to change the date?         


Author: Peter Howard
Date: Jan 17, 2007 23:39

ray wrote:
> I want to update the @created date field on some document, how can I do it?
You can't.
no comments
  Re: Transpotation application : How to use search collection         


Author: Karl-Henry Martinsson
Date: Jan 16, 2007 08:27

yahoo.com> wrote in message
news:1168919689.356220.90020@v45g2000cwv.googlegroups.com...
> Currently, im developed an application relate to transportation. My
> problm is, im using agent to execute my avalibility transportation.. My
> flow is
> 1] user need to enter DATE (borrow) , TIME (start and end), and TYPE of
> transportation (car/bus/etc).
> 2] after filled up the details, user can check e avability of
> transportation whether (eg: car) its booked or not..
>
> My flow is running well except when to check the car registration (eg:
> In type of car, it has 5 car .. car1, car2. car3. car4 and car5).. is
> it possible to check each car is available or not at the particular
> date..
> here i'm attach the my code.. (pls check where can i put car searching
> and how)

Your code is very hard to follow, mainly because I do not know what the
variable names mean. You also might want to make your comments
shorter/easier to read.
Show full article (2.67Kb)
no comments
  Re: VBA programming with Notes         


Author: Karl-Henry Martinsson
Date: Jan 16, 2007 08:05

Please do not top-post, it makes it much harder to follow the discussion.
You also might want to trim the commented text.

"HKBen" jpmorgan.com> wrote in message
news:1168941840.583291.113490@m58g2000cwm.googlegroups.com...
>> "HKBen" jpmorgan.com> wrote in message
>> news:1168823581.747550.130890@51g2000cwl...
Show full article (3.73Kb)
no comments
  Copy fields from one Form to another using Java API         


Author: Alexis Dorais-Joncas
Date: Jan 15, 2007 13:36

Hi all,
I started poking around the Java API to create Java agents in Notes 7.
I am starting to realize it has some limitations when compared to the
powerfull C API.

I would like to know if it is possible to copy a Field present in a
given form to another form in the same database using the Java API.

I see in the doc that the Fields property is Read-only. But so is the
DesignTemplateName property and yet there exists a way to change it
(using the icon Document accessible with
db.getDocumentByID("FFFF0010")).

On a side note, how would you compare the Java API with the C/C++ APIs
? Is the Java API too crippled to actually be useful or can it really
be about as powerful as the C/C++ APIs?

Thanks for your input,
Alexis
no comments
  Re: VBA programming with Notes         


Author: Karl-Henry Martinsson
Date: Jan 15, 2007 08:46

(fixed top-posting)

"HKBen" jpmorgan.com> wrote in message
news:1168823581.747550.130890@51g2000cwl.googlegroups.com...
> Karl-Henry Martinsson wrote:
>> "HKBen" jpmorgan.com> wrote in message...
Show full article (3.07Kb)
no comments
  How to Respond to a Meeting Request         


Author: Tim
Date: Jan 15, 2007 07:13

Can anyone provide me with some sample code or a link that shows how to
respond to a meeting request, e.g. Accept/Decline an invitation to a
meeting using the Notes API?

I am assuming I just need to make a response document and set some
values, but I am not sure how to do it.

thanks
no comments
  Mails and roles         


Author: Szymon Bobek
Date: Jan 13, 2007 12:55

Hi everyone!

How to send an e-mail to all users that have for instance [Boss] role? Is
there any possibility of listing all users who have access to my database,
from form level? (using LotusScript, or Formulas)

Szymon Bobek
no comments
1 2 3 4 5 6 7 8 9