Hello,when I open a previously-created LotusScript in Designer 7, I don’t see the code I previously entered, apart from the first two lines:
Option Public
Option Declare
Why is that?
Many thanks.
pr
Hello,when I open a previously-created LotusScript in Designer 7, I don’t see the code I previously entered, apart from the first two lines:
Option Public
Option Declare
Why is that?
Many thanks.
pr
Subject: Newbie: can’t see LotusScript Agent code
To the left of the ‘Option Public, Option Declare’ you should see the various agent events:* Declarations
Initialize
Terminate
If you don’t see them then perhaps you have collapsed the frame which shows these. Try resizing the frame by clicking on the border to the left of ‘Option Public, Option Declare’ and dragging it to the right.
Alex
Subject: Newbie: can’t see LotusScript Agent code
Have you closed the objects pane? To the left of where your code is, there should be an objects pane containing all events, functions and sub routines in your agent. If you cannot see this, you can drag it open again by dragging the grey bar to the left of the code window. When open, ensure that the Objects tab is selected rather than the references tab.
When the objects pane is open click on Initialize, or whatever sub/function your code is contained within.
Subject: RE: Newbie: can’t see LotusScript Agent code
“Ach!”, as the German says.
Many thanks.