Search results

  1. K

    Question Cannot Compile Webspeed Programs

    Hi again! I come now with a new challenge for webspeed gurus! I couldn´t say since when, and obviously why, but lately I get a strange message when I try to check syntax in a web object from my procedure window. The message is this one: It says: "Cannot understand the sentence ?" and "Cannot...
  2. K

    Question Webspeed And Iis 7.5 Hosted In Separated Servers?

    Hi friends! The title is quite explanatory. Maybe I am asking for a silly thing, but we would like to develop in this scenario. The reason is because, as far as we know, we are not able to install webspeed separated from the rest of the OpenEdge bundle. Currently we have a Progress installation...
  3. K

    Error Cannot Open A Ms Word File Through Webspeed

    Hi all, We need to open a MS Word template to build a new doc file with data retrieved from my html form. To do this we use syntax like that: <SCRIPT LANGUAGE="SpeedScript"> DEFINE VARIABLE wNomAplic AS COM-HANDLE NO-UNDO. DEFINE VARIABLE wNomDoc AS COM-HANDLE NO-UNDO...
  4. K

    Ultrawingrid Progress 10.2B

    Hello: We are using Progress Architect to take adventage of .NET programming and try to modernize our application. However, when we load an ultrawingrid with only 40.000 rows we are experiencing a very slow performance when using filter options (supposedly on client side). Please let me...
  5. K

    How to implement PDFCreator options with COM objects

    Hi! I am trying to change word documents to PDF by changing the active printer to the PDF Creator one. It works fine, but I have to deal with the options programatically because in some cases I want the PDF to be shown and in some cases I want it to be just saved as a file. This is the code...
Top