ProgScripting Languages
How can I put check/uncheck a checkbox using lotus notes with JavaScript? The input type checkbox is within a form called form1. I even tried a lot of different JavaScript code but it does not work. Can somebody help me on this matter?
- 5484 views
- 1 answers
- 0 votes
I am creating java application which will launch the time design data of forms and views of a Notes application in DXL XML format. I am now using Java Notes to export API create DXL Exporter; but its data is not returning for forms or views. I don’t see any kind of design data even though the collected work count is printed as 7. I am using Stand Alone Java application. What possibilities I am missing?
- 771 views
- 1 answers
- 0 votes
I need some help from anybody on how to make and add Agent to a present database using a Java stand alone application.
As mentioned in an article I undertake the option to bring in through DXL but it doesn’t work. Is there any way to solve this?
Any help or links will be very much appreciated.
- 848 views
- 1 answers
- 0 votes
Please help me I am beginner in using C#. I was trying to access mail inbox in lotus notes using C#. I just need to see the subject of the mail to know whether the subject is xxx. If the subject is xxx, please inform me the steps, if possible the procedure to computerize through a web application my lotus mail inbox with C#. I need C# application to continuously check my inbox for the new emails.
- 1504 views
- 1 answers
- 0 votes
My company just started using Quicker as a document depository. My first test was to figure out how to gathered existing document attachments for the change, but it can be made manually if necessary. The bigger problem is I need a method to let users save attachments using my new WPF application. I found a web server that gathers docs from Quicker but it's useless because it doesn't save. I'm trying to convert to WPF from a Lotus Notes application. The old Notes application contains numerous attached documents (Word, Excel, Pdfs etc). I know that there is a REST ATOM API but I have not found any helpful documentation or samples written in C#. Where is documentation explaining how to save using C#.Net to Quicker?
- 905 views
- 1 answers
- 0 votes
I need help to come up with a technique to:
1. Take away dates in xpages [client not using lotus] I am a new in using xpages with no knowledge in xpages expression language or xpages JavaScript.
2. If possible please help me also on how to compute for the Business Days in xpages since there is no xpages function @Business Days.
- 1909 views
- 1 answers
- 0 votes
I have a PHP application that sends email to the users. For most users this is just right.
However those users supported with Lotus Notes for their email client were receiving an email that show to start with the headers I enclose to the message. I have attempt changing the line ending but I can’t do it.
Has anybody had any idea why I am unable to change it? And how I can manage the email to work correctly?
Everything works with each other tested MTA, nothing works with notes.
- 1017 views
- 1 answers
- 0 votes
Hello! I have a problem regarding with .net and java scripting creation.
Every time that I start java scripting this message appears (image below).
What can I do to remove this error message?
Please help.
IBM Rational Functional Tester Error
Problem initializing rational IDE
Reason:
com.rational.test.ft.sys.Mutex$TimeoutException:
OK
- 1628 views
- 2 answers
- 0 votes
How can I send an email files to be viewed in Excel from the software that is written in Visual Basic 6 (VB6), so that when the receiver opens the Excel book, it will not only shows the data but copies all the codes as well?
Can someone send me a suggestion?
Thanks.
- 1548 views
- 1 answers
- 0 votes
How would you copy substring from CLOB field with SQL if substring from/to location are variables?
This exercise is OK (RPG free with embedded SQL):
exec sql choice substr(myclobfield, 25, 70)
INTO :mystring
FROM MYLIB/MYFILE;
[/pre]
Since this source is a failure of compilation
from = 25;
to = 70;
exec sql select substr(myclobfield, :from, :to)
INTO :mystring
- 1269 views
- 1 answers
- 1 votes