Search results

  1. K

    Check Json Support

    Hey there, Is there a way to check in a speedscript if JSON is supported (CGI env vars etc ...) ? The aim is to call JSON as much as possible and to have a fallback if Progress version is prior to 10.2B.
  2. K

    HTML5 local and session storage

    My question is simple. Can Progress access browsers (HTML5 capable) localstorage and sessionstorage data ?
  3. K

    Answered Opening and feeding a MS document

    Hello there, I'm actually trying to open a MS Word document in my Webspeed application and cannot figure it how. What i would try to do is to open a .dot or .dotx document and to feed it with informations retrieved from my database. Any clue how to do it ?
  4. K

    How to implement SSL connections

    Everything is in the title. We would like to use SSL connections with our webspeed application. Specially with the authentification page. I don't have any idea how to do this. Documentation is not easy to find. Where to find it ? Which application to configure ? Any help will be appreciated.
  5. K

    Oracle sql command

    [Solved] Oracle sql command Hello there, I'm trying to send a sql request to an Oracle base using progress 9. With OE the following code can compile without any problem. Problem is that it's not working with Progress 9. I always get an error. I need to send a sql request as the table been...
  6. K

    Override progress break by limitation

    My problem is simple, I need to break by a for each block in 20 levels exactly. however, progress limits it to 16 levels. Is there a way (trick ...) to override it or to simulate it ... Here is my code: FOR EACH Temp_Table BREAK BY ENTRY(2,Temp_Table.ListeCles,"¤")...
  7. K

    Custom appbuilder

    Hello everyone, I wanted to know if it's possible to customise the appbuilder title. It would be very useful as i frequently launch 2 appbuilder session which are not identified.
  8. K

    Undo a delete transaction

    Here is my pb. I have a transaction that can delete the whole contents of two tables. But in this transaction an error may occur and raise in some environment test. In this case the delete of the two tables contents should for me undo but it doesn't. Here is my code traitement: DO ON ERROR...
  9. K

    Catch errors in webspeed page

    Hi everyone, I try to catch the errors after this code line : Id do it like this just after the previous line: i know that some programs that i try to launch raise errors because i can see them in the log file. but the condition previously quoted is never true. Why ? What did i miss ?
  10. K

    Help file

    How can I implement a help file (.hlp .chm) to my window using a menu ?
  11. K

    Compile version

    Hi everyone, How can i make a program written under progress 10.1B compatible with any prior version ? I can only compile from a 10.1B progress
Top