Search results

  1. L

    Pass values from HTML to webspeed

    Being completly new to webspeed I've got the following question: I'm building a page that is protected by a password so the user has to enter his e-mail adres and password. I've got the *.html where the user can enter those values and a "Submit"-button. After that I'm a bit stuck. How do I use...
  2. L

    SQL-statement causes stack-problem

    Today I've written a program with roughly the following syntax: for each customer no-lock: select count(*) into vtotal from orders where order.cust_id = customer.cust_id. if vtotal < 5 then next. for each order where order.cust_id = customer.cust_id no-lock: display...
Top