logo

New Response

« Return to the blog entry

You are replying to:

    • avatar
    • Scott
    • Posted on Wed 15 Aug 2007 09:49 AM

    I'm not sure that the Gold one will either - I don't think designer got that much attention. 8.5 with Designer on Eclipse will (at least everyone asked Bob Balaban for it) so IBM certainly knows about it :-) And I would have thought the Eclipse framework will achieve this easily.

    As regards the class .. it might be worth using a Singleton design since per agent you should only have instance of this. Looks a Julian Rs NotesSystem class for an example of this.

    That way it the code would simply become:

    WebSession.URLQueryString( "test")

    And it would become globablly available within your agent. The downside being I think you have to Dim the global variable as a variant ! - so you'll probably never get intelli-sense :-(

Your Comments

Name:
E-mail:
(optional)
Website:
(optional)
Comment: