Recent content by lukas88

  1. L

    Answered Prodel inside Linux cron

    Thanks a lot - I forgot to use "export" therefore the sub-processes weren't seeing the environmental variables.
  2. L

    Answered Prodel inside Linux cron

    I have a Linux bash script that uses the prodel command but this always fails when run as a cronjob with msgOpen: unable to open message file: PROMSGS It runs fine when I execute the script directly so I assumed the issue was with environmental variables. However even putting the entire...
  3. L

    Best way for an application to interact with Progress database?

    Very good answers. Thanks a lot.
  4. L

    Best way for an application to interact with Progress database?

    Would I be right in thinking that an ODBC connector is the best (only?) way for a ASP.NET page to interact with a progress database (OpenEdge 10). Alternatively would it be better to expose the database through web-service functions written in Progress. Basically this ASP app just needs to...
  5. L

    How to get value of a data source field in SmartViewer

    Thanks for that. I will investigate.
  6. L

    How to get value of a data source field in SmartViewer

    When I populate my SmartViewer using a SmartDataObject the fields in the SmartViewer are "data source fields" instead of "FILL-INS". Can anyone help me figure out how to reference these fields. If they were "FILL-INS" then I could just refer to them by their variable name. e.g. MESSAGE "The...
Top