Jump to content

carol

Members
  • Posts

    5
  • Joined

  • Last visited

carol's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thank you. When will the new release come out?
  2. When users are logged in to my application, how long does it take for them to get logged out if there is no activity?
  3. One way to accomplish this is to create a HTML page DataPage and paste the code below: window.location="http://www.URL.com/"; remember to replace the URL part. This DataPage should be password protected so that when users login to it, it will redirect to the URL.
  4. I have a Website field in my webapp details page. How do I make it a hyperlink so that users can click on it to go directly to the website?
  5. Here is what I did to accomplish this. Add another field in your table with data type Date/Time. Name the field LastUpdated. Include this in the update form and make the form element Timestamp. This way, whenever they update their data, this field will be timestamped with the current date and time in GMT. Let me know if you find a better way to do it.
×
×
  • Create New...