Search:

Type: Posts; User: milonguero; Keyword(s):

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. Re: Recurrent meeting - Outlook (Office 00/03)

    Well...yes, Exchange Server is the platform. And amid the questions..the answer was found. Thanks again and Happy Holidays
  2. Recurrent meeting - Outlook (Office 00/03)

    This is the scenario: recurrent meeting once a month. Same people attend all meetings. Is there a way to broadcast reminders to all participants -when the time comes- without having to send a request...
  3. Re: Redim (out of subscript error) (Excel 2K (VBA)

    Wow.....thanks for the prompt tip
  4. Redim (out of subscript error) (Excel 2K (VBA))

    This code essentially is supposed to get a recordset of data associated with a certain occurrence on column "D" pretty much as a database would do it. If data on clumn "D" equals a certain value, the...
  5. Replies
    2
    Views
    685

    onmousemove event catching (VBA 2000)

    This is the scenario: I have a form with numerous controls. I need to catch onmousemove events to fire up a different routine. I could do it individually and probably succeed but seems to me that it...
  6. Replies
    1
    Views
    504

    E-mail authenticity

    We hear on the news all the time that e-mails are being retrieved or used as evidence in the Courts. How can the validity of an e-mail be certified to the extent of being accepted in Court? How can a...
  7. Replies
    5
    Views
    396

    Re: MySQL via PHP and JavaScript

    Correct. The simple option is the one I am pursuing but...the question is how do I connect the nodes of the array (that I managed to get through PHP) to the options of the select boxes that are part...
  8. Replies
    5
    Views
    396

    Re: MySQL via PHP and JavaScript

    I want to return data back to the server. The select boxes are part of a form. Once the boxes have been populated, data is locally processed via JS and then saved back to the server. Once I apply the...
  9. Replies
    5
    Views
    396

    MySQL via PHP and JavaScript

    Question: populating on the fly created select boxes through PHP by retrieving data stored in MySQL tables is essentially a three line piece of code. Now... .Can someone suggest a way to connect the...
  10. Replies
    4
    Views
    453

    Re: Backplane language

    Just in case the post wasn't all that clear....I don't want to connect to MS Office prods,....I just want to get the same functionality VBA but under Open Office...C++ packages are the answer?
  11. Replies
    4
    Views
    453

    Backplane language

    If VBA is the language that stands behind MS Office applications and allows automation and customization of such package, what's the language -if any- behind the Open Office suite?. In other words,...
  12. Replies
    11
    Views
    623

    tags and ordered lists on HTML

    Packages like MS Word have the ability to assign outline indentation to paragraphs based on the style of the paragraph. That's an easy way to create a nice 1.1.1.1.1 and so on pattern just by...
  13. DOM-Javascript....From pixels and screens

    I created a division on the fly on this HTML file. I assigned the division a 10% width. What is the function that will allow me to know how many pixels on any screen, 10 % of the width represent?. If...
  14. Replies
    2
    Views
    286

    Re: On DOM and Javascript

    Sure did it.....thanks again, good call.
  15. Replies
    2
    Views
    286

    On DOM and Javascript

    I'm attemtping to create a colored division on a web page by means of the enclosed function. Can someone tell me why it doesn't work? (IE6).

    function addDiv()
    {
    var...
  16. Thread: Totem

    by milonguero
    Replies
    1
    Views
    303

    Totem

    Can someone please tell me or advise on literature that explain how to add mpg and wmv codecs to the default SUSE 10 installation?. Totem's help file is so unintuitive...and it seems that adding a...
  17. Replies
    4
    Views
    314

    Re: Equivalent Javascript function

    Thanks everybody for the input.
  18. Replies
    4
    Views
    314

    Equivalent Javascript function

    What's the Javascript equivalent of the VB function Asc() ?. All literature I checked points to fromCharCode() but if I insert an appropriate number as argument, the function won't return a valid...
  19. Replies
    1
    Views
    389

    Javascript array on storage

    I'd like to create an array that will include data that will be used by several independent and unrelated functions. Is there a way to populate the array and then keep it as some sort of global...
  20. Re: Styling through expressions and CSS (IE 6)

    Thanks agains for the input. I will try it.!!!
  21. Replies
    2
    Views
    268

    Re: On controls created on the fly...

    HmmmmmI could create all the code external. That's possible. I'm still unsure that the new button will be aware of the existance of such external source of code. Let me try it out. Thanks.
  22. Replies
    2
    Views
    268

    On controls created on the fly...

    This is the scenario: I have a button on a form. Clicking the button will create and populate a drop-down box and will also add a second button , both on the freshly created page, all this thanks to...
  23. Populating combo boxes ( tags that is....

    Combo boxes can be populated through hard code on the web page by means of the <option> tag. Aside from running ASP code against the server to populate combo boxes.....is the a way.. local to the...
  24. Styling through expressions and CSS (IE 6)

    Is it possible to create styling features through CSS whose values are the result of some sort of expression or formula?. i.e. Could the "left" attribute of the paragraph represented by this tag ...
  25. Replies
    1
    Views
    210

    Migrating to Web based application

    Over the years, I have developed a sizeable body of VBA code that I use -rather successfully- on a regular basis with MS Office applications. This code is mostly in the form of .dot , bas modules or...
Results 1 to 25 of 94
Page 1 of 4 1 2 3 4