Search results

  1. S

    SMTP.p

    Hi, I was searching for the SMTP.p file on peg.com (http://www.peg.com/lists/peg/history/200104/msg01739.html) but the link the user provided to his file isn't valid anymore. I would like to send an automatic email message which contains some tekst. It's an application in Progress. There is a...
  2. S

    display date

    Hi, I would like to create a unique number as follows: the date today is 24-08-05 en there are 5 messages sent to our system. For each of the messages are unique numbers available from which one can get the date out: example: 050824-001 050824-002 050824-003 050824-004 050824-005 Tomorrow...
  3. S

    pass a link to next page

    Hi, I have a page on which there is a table. In this table there is a reference number. This reference number is a link which leads to an excisting page. Now what I want to do is after I click on the link, the (actual) username and reference number must somehow be passed through to that page...
  4. S

    Data types

    Hi, I have a table with a field called ddate which has the type DATETIME-TZ. This means when I display the ddate in a form it displays: 18/08/2005 11:06:50,343+02:00 Now I want only 18/08/2005 without the time and time zone displayed. Also I don't want to change the type to date because in...
  5. S

    Log out code

    Hi, I'm almost at the end of my assignment. After login, I ofcourse also want to log out. How to do this in SpeedScript?
  6. S

    Order the data

    Hi, I am making a page which should display a table with information. Now it's showing this randomly. I want the data to be ordered on the date. How to do this in SpeedScript? Thanks
  7. S

    Align data left and at the top

    Hi, I want to display a few lines of text in one cel of a table. I expand (resize it) this cell and want to put data from a database field in it. The database field contains a few lines of text. The reason I use one cell is I just want to display the data. The user can only see it and not...
  8. S

    Saving data selected from combo box (drop down menu)

    Hi, I have a page in which u can fill in some text forms and select some data from a combo box (drop down menu). After filling in and selecting the info, the user presses on 'save' and the data is saved in de database. Now I know the code for the fields but how to do this for the comboboxes...
  9. S

    Datetime datatype

    Hi people, I want to create a trigger which automatically deletes any session records which are 1 day older then today. So something like this will work if I used the keyword TODAY: for each sessiontable where sessiontable.dsess < TODAY -1: delete sessiontable. end. The dsess field is...
  10. S

    SpeedScript

    Hi, I'm building an application in WebSpeed. I have connected to the database en now I would like to retrieve data from the database and display this in comboboxes for example. I would also like to see some standard SpeedScript code. So with the tags and all. It's a bit confusing so if you guys...
Top