Quantcast
Channel: developerWorks Lotus: Notes/Domino 8 Forum
Browsing all 1445 articles
Browse latest View live
↧

Upload to server?

I can't see the part where you upload the excel file on the server (if you had not code this, you will need to code an agent

View Article


Excel.Application.9

Might want to try "Excel.Application.9", some version of excel installed the object with a different name instead of "Excel.

View Article


Column formula

Assuming the field is date time format and not text (hopefully) Try this? (ModifiedDate_Disp - Today_disp / 86400) + " days"

View Article

It worked!

Thanks, The agent ran perfectly. I'll use your tips too.

View Article

This works for me

<form name="thisForm" id ="thisForm"> <input type="text" name="RegionFr" size="2"> <input type="text" name="RegionTo" size="

View Article


Rich text with images in emails to the Internet

Hello, could you please show me what is the difference between sending a mail with RichText format or MIME format. How is re

View Article

Is this your actual code?

If it is there you have too many } if ((thisForm.RegionFr.value!="") && (thisForm.RegionTo.value !="")){ if (( thisForm.Regi

View Article

still the same problem

Hi I removed the extra } then also same problem if ((thisForm.RegionFr.value!="") && (thisForm.RegionTo.value !="")){ if

View Article


Servers not replicating correctly

Hi We're having some issues with the servers replicating to each other. Users are complaining that their webmail is out of d

View Article


CSS not working in IE

I have created CSS drop down menu through CSS builder software, then copied the code and paste it into a nsf form. The code

View Article

Servers not replicating correctly

Check the connection document. Try use the destination rep server ser the IP or it's domino server name use the cocsole "tra

View Article

I imagine the problem is with your code

I have to imagine, as you haven't posted any examples of your code that isn't working.

View Article

The Code

Hi Carl, I am providing the whole code to you. I have HTML code on a form and a css resourse. The CSS code is also below. my

View Article


And when you say "The code is working fine in Firefox but its getting failed...

How does it fail? Imagine yourself sitting at your desk and someone coming to you and saying, "I have this problem, it doesn

View Article

Radio button lost the orignal selection when send a doc - help please

Hi, I have notes form with radio button and selected option before send email, however, after the document has been sent to

View Article


Slow rich text editing on web

Hi everyone, I'm having some trouble with an editable rich text on a web form. Users complain than changing the font size or

View Article

HTTP Server: Error loading Web SSO Configuration 'LtpaToken' (Single Sign-On...

Hello, I'm triyng to configure a SSO between Websphere and Domino 8.5.2 I followed these steps: STEP1-I create the SSO conf

View Article


Specify 'Text-Only' Mails for certain receipients

Some time ago we've changed the mime outgoing conversion setting to 'plain text and html', because the mails were not sent t

View Article

calling form2 from form1 and passing along field values

I am trying to call another form within a form for printing purposes...the printing form contains a different layout. So, I

View Article

File Upload Control Bug?

I have a file control on a form and it works great. The only problem is to the right of the 'Browse' button, I have the word

View Article
Browsing all 1445 articles
Browse latest View live