Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: tyris
  • Content: Threads
  • Order by date
  1. tyris

    Script automatically launched ?

    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...
  2. tyris

    Script automatically launched

    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...
  3. tyris

    Copy n Templates to a single new worksheet (with charts)

    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...
  4. tyris

    consume a web service

    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...
  5. tyris

    popup refresh parent window + adding value

    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) {...
  6. tyris

    Using Web Service Tool Kit 2.0 for VBA

    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...
  7. tyris

    Dynamic datagrid column with an inherited ITemplate column

    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...
  8. tyris

    Generate controls dynamically

    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...
  9. tyris

    why a button reloads the page ?

    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...
  10. tyris

    transformation : grouping problem

    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=&quot;total-by-service&quot; match=&quot;BudgetSubTotLangCategXML&quot...
  11. tyris

    is it doable ?

    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...
  12. tyris

    cookie problem (i read many post and doc before to ask)

    hi all, i looked at 120 first results found on &quot;cookie&quot; 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...
  13. tyris

    dates problem

    hi i do have an xml file like this : <?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?> <?xml-stylesheet type=&quot;text/xsl&quot; href=&quot;C:\My Documents\excel.xsl&quot;?> <results> <result> <field name=&quot;ASSIGNED TO&quot;>dupont</field> <field...
  14. tyris

    java client for .NET WebService - interop problem in SOAP message

    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...
  15. tyris

    spaces in widows title with window.open

    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 &quot;Whos Online&quot;. Try changing it to function...
  16. tyris

    need some .net vocabulary

    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...
  17. tyris

    table question

    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...
  18. tyris

    form element accessible from javascript

    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...
  19. tyris

    variables and frames

    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...
  20. tyris

    arrays and index

    hi, i'd like to know if there&quot;s a way to define a string for an array index, in stead of a number, something like : myarray[&quot;blah&quot;] is it possible ? Best regards, Elise, XML learning girl X-)

Part and Inventory Search

Back
Top