Images not showing up within lotus notes
Quick question, we have a few people within the company that when an image is sent to them, it comes up EIther blank or with a red x at the top lEFT of the image. Does anyone know what could be causing this? Is there a way to fix it? Is this just a bug?
Response document works same in both client and web
Response document works same in both client and web
How to configure lotus notes?
1- At the time of Installation of your software you can configure it. 2- In the Server Document there are many configuration document where you can configure your application according to your require...
Requirement : Lotus notes client setup, id File and default password, domino server IP address and name. Step : 1. install Lotus notes client on machine. 2. Run shortcut from desktop. browse ...
How to generate sequence number through lotus script?
Sample code to print sequence numbers as follows....
aList=100
y = 0
Forall v In aList
array(y) = v
Msgbox y
y=y+1
End Forall
How to configure lotus note on windows platform?
You will get the ID file and password from the IT Team, You need to place that ID File in the Location C:Program FilesLotusnotesdata and when you click on the ID files it will ask you to provide the Server and password information. you need to specify the location as per the company process.
I wrote agent in lotus notes version 7.I want to run it on behalf of other person , I included that person name in acl with editor access but after this it gives error.So can u tell me how to actiVATe on behalf of agent
Go to security tab in agent property and entry the persons name in "run on behalf of"
After selection name on who's behalf agent should run, save(sign up) agent by Administrator id(highest autority) & make it as schedule agent.
Try above sol.
Sample code for count down timer in lotusscript ?
dim i as an integer
dim g as integer
for i = 0 to 100
g = 100-i
Print g
next
How to create forms in lotus notes and file the data from notes to .Nsf database.
For creating forms, you will need Lotus Notes designer. When you preview the form, you can enter values in it. When you save, it makes a document and keep it in the same Notes database, which has the extension .nsf
What is the difference between a collision DOAmin and a broadcast domain?
Hi A collision domain is a logical network segment where data packets can "collide" with one another for being sent on a shared medium, in particular in the ethernet networking protocol.A br...
How to deploy web application in lotus notes?
Check what kind of users u have and what kind of privelages they ought to have,in order to work out a security strategy.
Folowing are the steps
copy the NSF to Lotus/domino/data folder
set the ACL as per the requirement
Sign the NSF with the Admin id
Deploying LOtus Notes applications in Web Browser is almost same as it is 4 lotus notes client except for the fact that u need to take care of the fact how ...
I think the problem may be the image is not stored in the server copy of your application. may be some other server problem.
Although permissions and Notes proxy could have something to do with the problem, the likely cause, especially since not everyone in the environment has issues, would be something on the local de...