Recent content by NormaLucia

  1. N

    How to implement SSL connections

    Hi, im starting with SSL as well. Win Xp Version: 10.2.0.00 OpenEdge Release: 10.2A Apache 2.2 As far as i know apache already has the module mod_ssl but is disabled. To activate it you need the OpenSsl library. you can get it here: http://www.deanlee.cn/programming/openssl-for-windows/ Once...
  2. N

    Register Trouble (Email Account)

    Does anybody know who can help me or who should i contact? I want my account back! :o
  3. N

    XML Parser

    Once again you're right. The encode procedure needs a second parameter : URL-ENCODE(xml2url,'query'). I Found with 'query' works since i saw a sample in another post. Regards!
  4. N

    XML Parser

    Thank you for the tutorial, that was exactly what i was looking for. I have solved my issue, now i can read across servers and interpret the message that i receive using DOM (Which is very easy to implement). One question more, as i am sending the XML via HTTP GET as string i need to change my...
  5. N

    XML Parser

    Well actually, doesn't matter if i use DOM or SAX, i choice DOM because seems easier to read XML than SAX, but i can use SAX-READER as well.
  6. N

    Register Trouble (Email Account)

    Hi there, some days ago i tried to change my email account since the one i was using no longer exist. Once i changed my email address the system told me that i was going to get an email to confirm my new email address; i didn't get that email and my account is blocked, i tried to create a new...
  7. N

    XML Parser

    Cool, it can read across server properly. Now i can read the XML file using DOM, but is kind of complex trying to read it since i don't know all DOM commands for Open Edge. This is the file im trying to read -> <?xml version="1.0"?> <AddressMain> <Address> <Address1>MI...
  8. N

    XML Parser

    Hi there, this is israelm. My account got blocked since i tried to change my email account, that's why im asked a friend to use her progress talk account to continue with this discution. (I have already sent many requests to admin i have no received any response yet, even i tried to create a...
  9. N

    What do you recomend for do a temp- table.

    Yes, I have a original table with this volume the information in a file, this file contains the detail of bonus, I use it for create a new temp-table, where create process for get news report. This table "temp-table" not contains all this record of original , so I need read it for get the...
  10. N

    What do you recomend for do a temp- table.

    Let me see if I understood well, I would try explain about my process, I have a procedure where I create a temp-table when finined it , return to principal program, my problem is that it's file it's so big that kill the broker for the time it take. My principal file has about 50000 record, as...
  11. N

    What do you recomend for do a temp- table.

    In a case did you say that use temp table shared it's not a best practice, would you explain me more. Why do you say that it's not the best practice? Regards Let me see if I understood well, I would try explain about my process, I have a procedure where I create a temp-table when finined it...
  12. N

    How pass a value of checkbox to webspeed.

    Hi! someone know how pass a value of a checkbox "Javascript" to instruction of webspeed. I got the value selected with this intrucction, and I tried separated it with a import "txt", but not accepted me. May someone help me. I need the value for each one, for do a find. I add my...
Top