Search results

  1. R

    Dynamic html table creation in webspeed

    Since I've been finding some great code tips here, I thought I pass on one that I whipped up this morning. Hopefully it will be useful to someone. 1. First create a temp table (with field labels) and populate with data. I don't think I need to show that part. 2. Here's the code to dynamically...
  2. R

    set environment variable

    Is there a way to temporarily set and environment variable? Basically the opposite of OS-GETENV Thanks, Rick
  3. R

    Output row as csv to stdout

    Hi all, I'm a newbie at 4GL and Progress and I have what is probably a very simple question to most of you. I would like to format a row of data to csv using the EXPORT function but still have it output to stdout. My understanding of EXPORT is that it creates a .csv file and we are trying to...
Top