Search results

  1. S

    cookies

    Hi I created the cookie using set-cookie function in speedscript, now i want to delete the cookie using javascript (document.cookie) . please provide the tips as soon as posssible.it is urgent. Thanks and regards Sanjay
  2. S

    cookie issues

    Hi i am using delete-cookie function to delete the cookie. this works fine with IE , SAFARI but delete-cookie is not deleting the cookie in the Blackberry default browser(mobile browser version 4.3) . I am developing the web application which should work on blackberry mobiles , all the...
  3. S

    progress division

    hi i am dividing the 2 expression which gives me 2.5 when assigned to a variable i am getting the value has 2. the value is automatically truncated to 2. but i want 2.5 to make 3. how can i achevie it in speedscript. ex : a/b i.e 5/2 = 2.5 i want to get result has 3.0. how to...
  4. S

    Sif agents

    Hi, I want write to SIF AGENTS (SCHOOL INTEROPERABILITY FRAMEWORK) using Speedscript. I am using linux operating system. Kindly provide some tips and examples to create SIF AGENTS using speedscript. Thanks and Regards:lol: Sanjay
  5. S

    Ajax in SpeedScript

    Hi, how to use ajax in speedscript. please provide if any pdf's related ajax usage in speedscript. /Sanjay
  6. S

    unix command through speedscript

    hi i executed following speedscript code in my linux server machine <script language="speedscript"> IF OPSYS = "UNIX" THEN UNIX ls. ELSE IF OPSYS = "WIN32" THEN DOS dir. ELSE DISPLAY OPSYS "is an unsupported operating system". </script> i did not get any output on my screen. it was...
  7. S

    text file

    Thank You for your downloads and suggestions. Thanks Sanjay
  8. S

    text file

    Thanks a Lot for the quick reply. You are genious Also is there any refrence manual where i can refer all the capabilities of Progress. I am missing that . /Sanjay
  9. S

    text file

    hi I want to programmaticaly create a text file of some contents using speedscript i.e speedscript should create a text file.
  10. S

    file operation

    how to create a text file with some data using speedscript .
  11. S

    file handling documents

    please provide any pdfs or documents related to file handling in progress
  12. S

    File Creation

    How to create and read a text file using speedscript.
  13. S

    File Handling

    How to do file handling using speedscript.
Top