Search results

  1. R

    Import with variable delimiter

    Hi is it possible to write a procedure to import files but one of the procedure parameters should be the delimiter character. example. def var delimchar$v as char no-undo format "X(1)". assign delimchar$v = ";". INPUT FROM c:\prices.csv. REPEAT: IMPORT DELIMITER delimchar$v...
  2. R

    Check if field exists in table

    Is there a way to check within preprocessort &IF if a field exists in a table. We need this to be able to compile 1 source into 3 different environments with 3 databases (overall the same but here and there some slight differences). Thanx Roel
  3. R

    Progress Explorer (NEWBIE)

    Hello, we've setup our databases and a Unix machine and starten the Adminserver. Now when we try to connect to the databases with our Progress Explorer (on Win2k client) we do the following: 1. Right-click, New... 2. The pop-up window appears asking us a logical name for the db 3. On the...
Top