hi,
i'd like to know if this is doable :
(i looked into lotus help, and saw that an agent can be launched on an event, or on a schedule)
I'd like to know if the Lotus client must be open, or not ?
in fact, i gonna take a script, that should be executed when a new email arrives in an inbox. this...
hi,
i'd like to know if this is doable :
(i looked into lotus help, and saw that an agent can be launched on an event, or on a schedule)
I'd like to know if the Lotus client must be open, or not ?
in fact, i gonna take a script, that should be executed when a new email arrives in an inbox. this...
Hi,
I have 2 templates. All templates contains charts, with a macro that takes data from a 2nd sheet and defines them as datasource for each chart.
I will make a loop, that makes 1 instance of template 1 and n instances of the template 2. And call the macro.
I want to copy (append) to a new...
hi folks,
a few years before, i used a java agent + a .jar of my own to call an external web service.
Now i have to make search for lotus 6.5 : what are the technical possibilities to consume an external web service ?
I had a look on google and found informations about SOAPConnect.
My...
Hi all,
I do have a popup, and when the user clicks the "OK" button, the popup calls a method from the window.opener.
The call works fine.
In the window.opener, i retrieve the parameter passed by the function, and assign it to a hidden input.
Here is my function :
function refresh(ID)
{...
hi,
i've been developping a big middleware for the past 10 months. This includes an API, served through .net webservices and .net remoting. I use a lot of complex types that include vectors of other user defnied types etc...
I made many java client for the webservice part, and many remoting...
hi,
i'm making a code that generates TemplateColumns into a datagrid depending on a dataset, each column name is dynamic and not hard coded thanks to this.
I read many documentation on the net (mainly here : http://www.tripleasp.net/article.aspx?NavID=27 )
It's almost done (table is filled...
hi all,
i wanted to know if there is a way to generate controls (like a textbox) into a for loop. This means that depending on the result of a query, i will get a number X , and will have to generate X textbox.
I'm affraid not but maybe am i wrong ... Hope so.
ie :
For i=0 to...
hi all,
i made a web page, with a save button that acts differently.(depends on the Session("CurrentMode"))
As i don't know asp.net controls very well my question could seem basic but not for me :
i have noticed that when i click on the save button (in debug mode) the code returns in...
hi,
I made many grouping using muenchian method without problem
here i don't understand why i get this :
when i try to group and get all elements having the same service/then category
<xsl:key name="total-by-service" match="BudgetSubTotLangCategXML"...
my XML structure is this way :
<BudgetItemXML>
<Service>Publishing</Service>
<Category>DTP</Category>
<BIT>item 3 </BIT>
<PC>PubDTPPage</PC>
</BudgetItemXML>
<BudgetItemXML>
<BudgetItemXML>
<Service>Translation</Service>
<Category>Other translation</Category>
<BIT>test 2...
hi all,
i looked at 120 first results found on "cookie" search onthe forum, but i still can't find a solution so i'm asking it here :
my servlet tryes to read a cookie containing a user name. if it founds it, the client is redirected; if no cookie has been created, it creates it...
hi
i do have an xml file like this :
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="C:\My Documents\excel.xsl"?>
<results>
<result>
<field name="ASSIGNED TO">dupont</field>
<field...
i read all SOAP documentation... in fact my question is more about interoperability...
I generated XML with the tool Castor (xml2java2xml data binding). when i hard code a SOAP message with the enveloppe and just add my XML in the body it works fine, i even sent complex types like datasets.
the...
i searched in archives and found the answer to my bug... but i have one more question.
here is the old post that has been made :
======================
You can't have a space in the name parameter, in your case you're using the string "Whos Online". Try changing it to
function...
hi , i need to have some vocabulary in order to define in implementation.
let's take servlets for reference. servlets are web components that can takes many parameter and anwser when they are asked for.
what is the corresponding notion under .net ? what's the conposant that deals with parameter...
i have been asked a curious question, and even if i'm used to code in html i was unable to answer.. maybe you could
if i have a table with only one cell, and i want that this cell takes all the screen's height, what should i do ? because if i put a 100% attiributes, this will only show 100% of...
hi,
i need to have an element in my form where i can modify the value thanks to javascript. The problem is that i'd like to use something else than an input, i don't want to use a box, i'd like to have an element that apears like simple text
i mean to have something like :
value : <some...
hi,
i have done advanced code in javascript, but it was always on the same page. I'd like to know if it's possible for example to do this :
have 2 frames, let's say frameA and frameB. I declare an array (or an other variable type )into frameA and want to add values into this array from frameB...
hi,
i'd like to know if there"s a way to define a string for an array index, in stead of a number, something like :
myarray["blah"]
is it possible ? Best regards,
Elise, XML learning girl X-)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.