Search results

  1. B

    Access last created record

    Hi, I have : assignValues.html define new shared variable tempreqnum like bytesbrd.reqnum. create BytesBRD. Assign ReqNum = tempreqnum. /*tempreqnum increments Assign Benefits = get-value("Benefit"). Assign BRDReceived = "NO". . . RUN value("sendEmail.html"). sendEmail.html define...
  2. B

    Redirect in Speedscript

    Hi Is there an equivalent to PHP's header command to redirect to another page? I have an online form that uses POST to post to itself i.e. the processing is done in the same form. I want to seperate the processing from the form to avoid issues like reposting when refreshing etc. I know...
  3. B

    BY expression

    Hi All, Total newbie, so please be kind. def var sortby as char. sortby is set in a form. (EG. id, name, date, group etc) I output sortby and can confirm that it is correctly set. OPEN QUERY brdquery FOR EACH brd BY sortby. As you can see I need the value in sortby resolved to a...
Top