Search results

  1. E

    WebSpeed Book

    The only WebSpeed book I know of is called WebSpeed Complete, but I don't know how good it is. It can be ordered from http://www.innov8cs.com/publications_books.html Regards, Matt.
  2. E

    Using Webspeed and flash

    Hi Thomas, The short answer to your question is yes, you can use Flash and WebSpeed together. Using Actionscript, it is possible to create XML documents and send them back to WebSpeed, which in turn can parse and process the XML and create a response document. This is pretty easy to do, I did a...
  3. E

    Problems passing data from ASP to Webspeed

    If you are originally POSTing the form then the value of kenteken and the other form fields will be in the body of the request rather than on the QueryString, I think this is why you are getting the original value rather than your modified one.
  4. E

    WebSpeed and Windows Registry

    Clay, My guess is that it is because the WebSpeed agent by default is running as LocalSystem whereas when you run from the Procedure Editor, you are you. You can change the user that WebSpeed runs as (Owner Information), see...
  5. E

    escript problem..

    Hi pejgan, did you get this sorted? Let me know if you still need help. Matt.
  6. E

    Accessing Registry in Webspeed

    please statisfy my curiosity, why do you want to do this?
  7. E

    ps:escript timeouts - help required, are you there Matt?

    Hi Neil, How you doing? Sorry for not responding sooner, I keep forgetting to check ProgressTalk... Are you still having problems? Regards, Matt - formerly PSC(UK) now Proaxima, but still eScripting :)
  8. E

    having hardtime figuring it out....Please help me.....

    Hi Laxmi, Excuse me if I have misunderstood, but you mention you have 2 forms, with the 'Continue' button on the bottom form. Where is the hidden field w_sOption? It will need to be on the same form as you 'Continue' button to be included in the submitted data. Matt.
  9. E

    file upload in WS ?

    Fair point, I was assuming that our friend was on a version earlier than 10.1A - Raghuveer what version of WebSpeed are you using?
  10. E

    Maximum Broker

    Hi Yosanto, There could be a number of reasons that your 5th broker didn't start. Check the broker log, it may be that the broker port is in use. Are the agents connecting to a database? Maybe you have reached the maximum number of database connections allowed - check your server log...
  11. E

    Custom error messages

    Chan, You'll need to add it to the Agent startup parameters (under the Agent - General section of Progress Explorer) or you can edit ubroker.properties, for example: srvrStartupParam=-p web\objects\web-disp.p -weblogerror The messages/stack trace will then be shown in the server log file...
  12. E

    file upload in WS ?

    I'm afraid you will have to use something else in conjunction with WebSpeed to achieve binary uploads. I have done it with both perl and php - I'll see if I can find an example.
  13. E

    Search and Display

    More ps:eScript Information... Hi Guys, It's great to hear someone saying good things about ps:eScript, but there again I am biased as I wrote it. If anyone wants to know more about it, then feel free to get in touch. ps:eScript is available outside of the UK, again get in touch for more...
  14. E

    Custom error messages

    Try adding -debugalert to the start up parameters for the agent - this will give you a stack trace for every message.
  15. E

    New to webspeed need help with basic login code

    There are 2 popular techniques here. 1. your login WebObject (login.p for example) validates the login request (ie looks up user/password in the database), if successfull, then it calls the entry point to your application (say main.p) using RUN run-web-object (INPUT "main.p"). If login was...
  16. E

    Temp-Table Data Not Available

    I'm glad you sorted out your problem, but I have a concern... Are you forcing your agents to be State Aware in order to retain the contents of the temp-table? If so, this is a really bad idea and you should rethink. Matt.
  17. E

    Using Javscript Script files

    I assume you mean .js files, referenced in your HTML using the <script type="text/javascript" src="name.js"> tag. If so, then these will need to be on the WebServer, in the same way that you put images and style sheets. Hope this helps, Matt.
  18. E

    appbuilder "unable to find web object code"

    You get all the extra path info on the URL if you try to run a WebObject in Local mode. Try opening your code in Remote mode and then running it.
Back
Top